From patchwork Thu Jul 20 12:17:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Mrzyglod X-Patchwork-Id: 27080 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 87474231E; Thu, 20 Jul 2017 14:17:31 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 627DA20F for ; Thu, 20 Jul 2017 14:17:29 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jul 2017 05:17:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos; i="5.40,384,1496127600"; d="scan'208"; a="1153447705" Received: from gklab-246-025.igk.intel.com (HELO Sent) ([10.217.246.25]) by orsmga001.jf.intel.com with SMTP; 20 Jul 2017 05:17:25 -0700 Received: by Sent (sSMTP sendmail emulation); Thu, 20 Jul 2017 14:17:19 +0200 From: Daniel Mrzyglod To: jingjing.wu@intel.com, tomaszx.kulasek@intel.com Cc: dev@dpdk.org, Daniel Mrzyglod Date: Thu, 20 Jul 2017 14:17:17 +0200 Message-Id: <20170720121717.10923-1-danielx.t.mrzyglod@intel.com> X-Mailer: git-send-email 2.13.3 Subject: [dpdk-dev] [PATCH] doc: fix testpmd literal block representation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" There were mising :: so file was parsed in wrong way Fixes: c735b831b0c1 ("app/testpmd: add cmd for dedicated LACP Rx/Tx queues") Signed-off-by: Daniel Mrzyglod --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index cafcd1d11..e5a38cf1d 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1804,7 +1804,7 @@ set bonding lacp dedicated_queue ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Enable dedicated tx/rx queues on bonding devices slaves to handle LACP control plane traffic -when in mode 4 (link-aggregration-802.3ad) +when in mode 4 (link-aggregration-802.3ad):: testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable)