From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: [PATCH v2] doc: fix incorrect create bonding command in testpmd Date: Wed, 25 Jul 2018 17:01:32 +0530 Message-ID: <20180725113132.1111-1-shreyansh.jain@nxp.com> References: <20180723112739.24293-1-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain Cc: ferruh.yigit@intel.com, bernard.iremonger@intel.com, jingjing.wu@intel.com, wenzhuo.lu@intel.com, john.mcnamara@intel.com, Shreyansh Jain , stable@dpdk.org To: dev@dpdk.org Return-path: In-Reply-To: <20180723112739.24293-1-shreyansh.jain@nxp.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fixes: ac718398f477 ("doc: testpmd application user guide") Cc: bernard.iremonger@intel.com Cc: stable@dpdk.org Signed-off-by: Shreyansh Jain Reviewed-by: Ferruh Yigit Acked-by: Bernard Iremonger --- v2: Update the Fixes line to represent the first commit rather than the formatting patch (e76d7a76). 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 1d6bdf9b3..16af95035 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1993,7 +1993,7 @@ Create a new bonding device:: For example, to create a bonded device in mode 1 on socket 0:: - testpmd> create bonded 1 0 + testpmd> create bonded device 1 0 created new bonded device (port X) add bonding slave -- 2.17.1