From c4e04283abee71549adb61546e755bad7bd42227 Mon Sep 17 00:00:00 2001 From: Daniel Mrzyglod Date: Thu, 20 Jul 2017 14:17:17 +0200 Subject: [PATCH] doc: fix literal block in testpmd guide 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 cafcd1d11f..e5a38cf1d8 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) -- 2.20.1