From 0c00abfd85448449d73acc09cc6fe445dba37b50 Mon Sep 17 00:00:00 2001 From: Shreyansh Jain Date: Wed, 25 Jul 2018 17:01:32 +0530 Subject: [PATCH] doc: fix bonding command in testpmd Fixes: ac718398f477 ("doc: testpmd application user guide") Cc: stable@dpdk.org Signed-off-by: Shreyansh Jain Reviewed-by: Ferruh Yigit Acked-by: Bernard Iremonger --- 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 681784b371..c35077ccd5 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -2025,7 +2025,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.20.1