test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH v1] Update bonded_802.3ad test plan for enabling dedicate queue
@ 2020-05-07  1:14 Chen, Zhaoyan
  2020-05-12  7:32 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Chen, Zhaoyan @ 2020-05-07  1:14 UTC (permalink / raw)
  To: dts; +Cc: Chen, Zhaoyan

Correct the bonded 802.3ad test plan for enabling the dedicate queue.

Sign-off: Chen Zhaoyan <zhaoyan.chen@intel.com>

---
 test_plans/pmd_bonded_8023ad_test_plan.rst | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/test_plans/pmd_bonded_8023ad_test_plan.rst b/test_plans/pmd_bonded_8023ad_test_plan.rst
index 45a8fca..2f1b965 100644
--- a/test_plans/pmd_bonded_8023ad_test_plan.rst
+++ b/test_plans/pmd_bonded_8023ad_test_plan.rst
@@ -122,6 +122,11 @@ steps
     testpmd> create bonded device 4 0
     testpmd> add bonding slave 0 2
     testpmd> add bonding slave 1 2
+    testpmd> set bonding lacp dedicated_queues 2 enable
+    testpmd> set allmulti 0 on
+    testpmd> set allmulti 1 on
+    testpmd> set allmulti 2 on
+    testpmd> set portlist 2
 
 #. loop execute this step 10 times, check if bonded device still work::
 
@@ -202,6 +207,11 @@ steps
     testpmd> create bonded device 4 0
     testpmd> add bonding slave 0 2
     testpmd> add bonding slave 1 2
+    testpmd> set bonding lacp dedicated_queues 2 enable
+    testpmd> set allmulti 0 on
+    testpmd> set allmulti 1 on
+    testpmd> set allmulti 2 on
+    testpmd> set portlist 2
 
 #. stop bonded device and check bonded device/slaves link status::
 
@@ -299,6 +309,11 @@ steps
     testpmd> create bonded device 4 0
     testpmd> add bonding slave 0 2
     testpmd> add bonding slave 1 2
+    testpmd> set bonding lacp dedicated_queues 2 enable
+    testpmd> set allmulti 0 on
+    testpmd> set allmulti 1 on
+    testpmd> set allmulti 2 on
+    testpmd> set portlist 2
     testpmd> port start all
     testpmd> show bonding config 2
     testpmd> set bonding agg_mode 2 <agg_option>
-- 
2.22.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH v1] Update bonded_802.3ad test plan for enabling dedicate queue
  2020-05-07  1:14 [dts] [PATCH v1] Update bonded_802.3ad test plan for enabling dedicate queue Chen, Zhaoyan
@ 2020-05-12  7:32 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-05-12  7:32 UTC (permalink / raw)
  To: Chen, Zhaoyan, dts; +Cc: Chen, Zhaoyan

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Chen, Zhaoyan
> Sent: Thursday, May 7, 2020 9:15 AM
> To: dts@dpdk.org
> Cc: Chen, Zhaoyan <zhaoyan.chen@intel.com>
> Subject: [dts] [PATCH v1] Update bonded_802.3ad test plan for enabling
> dedicate queue
> 
> Correct the bonded 802.3ad test plan for enabling the dedicate queue.
> 
> Sign-off: Chen Zhaoyan <zhaoyan.chen@intel.com>
> 
> ---
>  test_plans/pmd_bonded_8023ad_test_plan.rst | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/test_plans/pmd_bonded_8023ad_test_plan.rst
> b/test_plans/pmd_bonded_8023ad_test_plan.rst
> index 45a8fca..2f1b965 100644
> --- a/test_plans/pmd_bonded_8023ad_test_plan.rst
> +++ b/test_plans/pmd_bonded_8023ad_test_plan.rst
> @@ -122,6 +122,11 @@ steps
>      testpmd> create bonded device 4 0
>      testpmd> add bonding slave 0 2
>      testpmd> add bonding slave 1 2
> +    testpmd> set bonding lacp dedicated_queues 2 enable
> +    testpmd> set allmulti 0 on
> +    testpmd> set allmulti 1 on
> +    testpmd> set allmulti 2 on
> +    testpmd> set portlist 2
> 
>  #. loop execute this step 10 times, check if bonded device still work::
> 
> @@ -202,6 +207,11 @@ steps
>      testpmd> create bonded device 4 0
>      testpmd> add bonding slave 0 2
>      testpmd> add bonding slave 1 2
> +    testpmd> set bonding lacp dedicated_queues 2 enable
> +    testpmd> set allmulti 0 on
> +    testpmd> set allmulti 1 on
> +    testpmd> set allmulti 2 on
> +    testpmd> set portlist 2
> 
>  #. stop bonded device and check bonded device/slaves link status::
> 
> @@ -299,6 +309,11 @@ steps
>      testpmd> create bonded device 4 0
>      testpmd> add bonding slave 0 2
>      testpmd> add bonding slave 1 2
> +    testpmd> set bonding lacp dedicated_queues 2 enable
> +    testpmd> set allmulti 0 on
> +    testpmd> set allmulti 1 on
> +    testpmd> set allmulti 2 on
> +    testpmd> set portlist 2
>      testpmd> port start all
>      testpmd> show bonding config 2
>      testpmd> set bonding agg_mode 2 <agg_option>
> --
> 2.22.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-05-12  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07  1:14 [dts] [PATCH v1] Update bonded_802.3ad test plan for enabling dedicate queue Chen, Zhaoyan
2020-05-12  7:32 ` Tu, Lijuan

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).