test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans: Remove some discarded commands
@ 2019-01-14 11:03 Peng Yuan
  2019-01-15  6:24 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2019-01-14 11:03 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

Remove some discarded commands of pmdrss_hash_test_plan.rst

Signed-off-by: Peng Yuan <yuan.peng@intel.com>

diff --git a/test_plans/pmdrss_hash_test_plan.rst b/test_plans/pmdrss_hash_test_plan.rst
index 0e6aa20..c0430a0 100644
--- a/test_plans/pmdrss_hash_test_plan.rst
+++ b/test_plans/pmdrss_hash_test_plan.rst
@@ -97,7 +97,7 @@ Testpmd configuration - 16 RX/TX queues per port
 
 #. set hash functions, can choose symmetric or not, choose port and packet type::
 
-       set_hash_function 0 toeplitz
+       testpmd command: set_hash_global_config 0 toeplitz ipv4-other enable
 
 #. start packet receive::
 
@@ -129,9 +129,8 @@ Test Case:  test_toeplitz_symmetric
 
 The same with the above steps, pay attention to "set hash function", should use::
 
-  set_hash_function 0 toeplitz
+  set_hash_global_config 0 toeplitz ipv4-other enable
   set_sym_hash_ena_per_port 0 enable
-  set_sym_hash_ena_per_pctype 0 35 enable
 
 And send packets with the same flow in different direction::
 
@@ -143,12 +142,12 @@ And the hash value and queue should be the same for these two flow .
 Test Case:  test_simple
 =======================
 
-The same as the above two test cases. Just pay attention to set the hash function to "simple xor"
+The same as the above test case "test_toeplitz". Just pay attention to set the hash function to "simple xor"
 
 Test Case:  test_simple_symmetric
 =================================
 
-The same as the above two test cases. Just pay attention to set the hash function to "simple xor"
+The same as the above test case "test_toeplitz_symmetric". Just pay attention to set the hash function to "simple xor"
 
 Test Case:  test_dynamic_rss_bond_config
 ========================================
@@ -156,7 +155,7 @@ This case test bond slaves will auto sync rss hash config, it only support by fo
 
 #. set up testpmd with fortville NICs::
 
-      ./testpmd -c f -n 4 -- -i --portmask 0x3 --tx-offloads=0x8fff
+      ./testpmd -c f -n 4 -- -i
 
 #. create bond device with mode 3::
 
-- 
2.5.0

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

* Re: [dts] [PATCH] test_plans: Remove some discarded commands
  2019-01-14 11:03 [dts] [PATCH] test_plans: Remove some discarded commands Peng Yuan
@ 2019-01-15  6:24 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-01-15  6:24 UTC (permalink / raw)
  To: Peng, Yuan, dts; +Cc: Peng, Yuan

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan
> Sent: Monday, January 14, 2019 7:03 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan <yuan.peng@intel.com>
> Subject: [dts] [PATCH] test_plans: Remove some discarded commands
> 
> Remove some discarded commands of pmdrss_hash_test_plan.rst
> 
> Signed-off-by: Peng Yuan <yuan.peng@intel.com>
> 
> diff --git a/test_plans/pmdrss_hash_test_plan.rst
> b/test_plans/pmdrss_hash_test_plan.rst
> index 0e6aa20..c0430a0 100644
> --- a/test_plans/pmdrss_hash_test_plan.rst
> +++ b/test_plans/pmdrss_hash_test_plan.rst
> @@ -97,7 +97,7 @@ Testpmd configuration - 16 RX/TX queues per port
> 
>  #. set hash functions, can choose symmetric or not, choose port and packet
> type::
> 
> -       set_hash_function 0 toeplitz
> +       testpmd command: set_hash_global_config 0 toeplitz ipv4-other
> + enable
> 
>  #. start packet receive::
> 
> @@ -129,9 +129,8 @@ Test Case:  test_toeplitz_symmetric
> 
>  The same with the above steps, pay attention to "set hash function", should
> use::
> 
> -  set_hash_function 0 toeplitz
> +  set_hash_global_config 0 toeplitz ipv4-other enable
>    set_sym_hash_ena_per_port 0 enable
> -  set_sym_hash_ena_per_pctype 0 35 enable
> 
>  And send packets with the same flow in different direction::
> 
> @@ -143,12 +142,12 @@ And the hash value and queue should be the same for
> these two flow .
>  Test Case:  test_simple
>  =======================
> 
> -The same as the above two test cases. Just pay attention to set the hash
> function to "simple xor"
> +The same as the above test case "test_toeplitz". Just pay attention to set the
> hash function to "simple xor"
> 
>  Test Case:  test_simple_symmetric
>  =================================
> 
> -The same as the above two test cases. Just pay attention to set the hash
> function to "simple xor"
> +The same as the above test case "test_toeplitz_symmetric". Just pay attention
> to set the hash function to "simple xor"
> 
>  Test Case:  test_dynamic_rss_bond_config
> ========================================
> @@ -156,7 +155,7 @@ This case test bond slaves will auto sync rss hash config,
> it only support by fo
> 
>  #. set up testpmd with fortville NICs::
> 
> -      ./testpmd -c f -n 4 -- -i --portmask 0x3 --tx-offloads=0x8fff
> +      ./testpmd -c f -n 4 -- -i
> 
>  #. create bond device with mode 3::
> 
> --
> 2.5.0

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

end of thread, other threads:[~2019-01-15  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14 11:03 [dts] [PATCH] test_plans: Remove some discarded commands Peng Yuan
2019-01-15  6:24 ` 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).