From 0aeb7077d171760b729e132a32a73e833f0b957d Mon Sep 17 00:00:00 2001 From: Daniel Mrzyglod Date: Thu, 27 Jul 2017 08:41:09 +0200 Subject: [PATCH] doc: add 802.3ad modes in testpmd guide Add testpmd commands for setting aggregators mode in mode 4 (IEEE802.3AD). Signed-off-by: Daniel Mrzyglod Acked-by: Jingjing Wu Acked-by: John McNamara --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index e5a38cf1d8..2ed62f5bcc 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -1809,6 +1809,14 @@ when in mode 4 (link-aggregration-802.3ad):: testpmd> set bonding lacp dedicated_queues (port_id) (enable|disable) +set bonding agg_mode +~~~~~~~~~~~~~~~~~~~~ + +Enable one of the specific aggregators mode when in mode 4 (link-aggregration-802.3ad):: + + testpmd> set bonding agg_mode (port_id) (bandwidth|count|stable) + + show bonding config ~~~~~~~~~~~~~~~~~~~ -- 2.20.1