* [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode
@ 2017-07-27 6:41 Daniel Mrzyglod
2017-07-28 3:29 ` Wu, Jingjing
2017-07-28 10:05 ` Mcnamara, John
0 siblings, 2 replies; 4+ messages in thread
From: Daniel Mrzyglod @ 2017-07-27 6:41 UTC (permalink / raw)
To: john.mcnamara, declan.doherty; +Cc: dev, Daniel Mrzyglod
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(+)
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
~~~~~~~~~~~~~~~~~~~
--
2.13.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode
2017-07-27 6:41 [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode Daniel Mrzyglod
@ 2017-07-28 3:29 ` Wu, Jingjing
2017-07-28 10:05 ` Mcnamara, John
1 sibling, 0 replies; 4+ messages in thread
From: Wu, Jingjing @ 2017-07-28 3:29 UTC (permalink / raw)
To: Mrzyglod, DanielX T, Mcnamara, John, Doherty, Declan
Cc: dev, Mrzyglod, DanielX T
> -----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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode
2017-07-27 6:41 [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode Daniel Mrzyglod
2017-07-28 3:29 ` Wu, Jingjing
@ 2017-07-28 10:05 ` Mcnamara, John
2017-07-31 16:00 ` Ferruh Yigit
1 sibling, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2017-07-28 10:05 UTC (permalink / raw)
To: Mrzyglod, DanielX T, Doherty, Declan; +Cc: dev
> -----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>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode
2017-07-28 10:05 ` Mcnamara, John
@ 2017-07-31 16:00 ` Ferruh Yigit
0 siblings, 0 replies; 4+ messages in thread
From: Ferruh Yigit @ 2017-07-31 16:00 UTC (permalink / raw)
To: Mcnamara, John, Mrzyglod, DanielX T, Doherty, Declan; +Cc: dev
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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-07-31 16:00 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-27 6:41 [dpdk-dev] [PATCH] doc: add testpmd bonding mode 4 aggregators mode Daniel Mrzyglod
2017-07-28 3:29 ` Wu, Jingjing
2017-07-28 10:05 ` Mcnamara, John
2017-07-31 16:00 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).