test suite reviews and discussions
 help / color / mirror / Atom feed
From: Peng Yuan <yuan.peng@intel.com>
To: dts@dpdk.org
Cc: Peng Yuan <yuan.peng@intel.com>
Subject: [dts] [PATCH] test_plans: Remove some discarded commands
Date: Mon, 14 Jan 2019 19:03:11 +0800	[thread overview]
Message-ID: <1547463791-34623-1-git-send-email-yuan.peng@intel.com> (raw)

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

             reply	other threads:[~2019-01-14 10:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 11:03 Peng Yuan [this message]
2019-01-15  6:24 ` Tu, Lijuan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1547463791-34623-1-git-send-email-yuan.peng@intel.com \
    --to=yuan.peng@intel.com \
    --cc=dts@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).