[dpdk-dev] doc: add testpmd bonding mode 4 aggregators mode

Message ID 20170727064109.104784-1-danielx.t.mrzyglod@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Ferruh Yigit
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Daniel Mrzyglod July 27, 2017, 6:41 a.m. UTC
  Add testpmd commands for setting aggregators mode in mode 4 (IEEE802.3AD).

Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
---
 doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 ++++++++
 1 file changed, 8 insertions(+)
  

Comments

Jingjing Wu July 28, 2017, 3:29 a.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Daniel Mrzyglod
> Sent: Thursday, July 27, 2017 2:41 PM
> To: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>
> Cc: dev@dpdk.org; Mrzyglod, DanielX T <danielx.t.mrzyglod@intel.com>
> Subject: [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode
> 
> Add testpmd commands for setting aggregators mode in mode 4 (IEEE802.3AD).
> 
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>
Acked-by: Jingjing Wu <jingjing.wu@intel.com>
  
John McNamara July 28, 2017, 10:05 a.m. UTC | #2
> -----Original Message-----
> From: Mrzyglod, DanielX T
> Sent: Thursday, July 27, 2017 7:41 AM
> To: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
> <declan.doherty@intel.com>
> Cc: dev@dpdk.org; Mrzyglod, DanielX T <danielx.t.mrzyglod@intel.com>
> Subject: [PATCH] doc: add testpmd bonding mode 4 aggregators mode
> 
> Add testpmd commands for setting aggregators mode in mode 4 (IEEE802.3AD).
> 
> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>


Acked-by: John McNamara <john.mcnamara@intel.com>
  
Ferruh Yigit July 31, 2017, 4 p.m. UTC | #3
On 7/28/2017 11:05 AM, Mcnamara, John wrote:
> 
> 
>> -----Original Message-----
>> From: Mrzyglod, DanielX T
>> Sent: Thursday, July 27, 2017 7:41 AM
>> To: Mcnamara, John <john.mcnamara@intel.com>; Doherty, Declan
>> <declan.doherty@intel.com>
>> Cc: dev@dpdk.org; Mrzyglod, DanielX T <danielx.t.mrzyglod@intel.com>
>> Subject: [PATCH] doc: add testpmd bonding mode 4 aggregators mode
>>
>> Add testpmd commands for setting aggregators mode in mode 4 (IEEE802.3AD).
>>
>> Signed-off-by: Daniel Mrzyglod <danielx.t.mrzyglod@intel.com>

Acked-by: Jingjing Wu <jingjing.wu@intel.com>

> Acked-by: John McNamara <john.mcnamara@intel.com>

Applied to dpdk-next-net/master, thanks.
  

Patch

diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst
index e5a38cf1d..2ed62f5bc 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
 ~~~~~~~~~~~~~~~~~~~