test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/cvl_advanced_iavf_rss: specify a fixed rss-hash-key
@ 2020-07-27 17:40 Jianwei Mei
  2020-08-12  6:01 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Jianwei Mei @ 2020-07-27 17:40 UTC (permalink / raw)
  To: dts; +Cc: Jianwei Mei

Specify a fixed rss-hash-key.

Signed-off-by: Jianwei Mei <jianweix.mei@intel.com>
---
 tests/TestSuite_cvl_advanced_iavf_rss.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/TestSuite_cvl_advanced_iavf_rss.py b/tests/TestSuite_cvl_advanced_iavf_rss.py
index 349cb40..15978ea 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss.py
@@ -805,6 +805,7 @@ class AdvancedIavfRSSTest(TestCase):
         self.pmd_output.start_testpmd(cores="1S/8C/1T", param=param_str, eal_param="-w %s" % port_pci)
         self.pmd_output.execute_cmd("set fwd rxonly", "testpmd> ", 15)
         self.pmd_output.execute_cmd("set verbose 1", "testpmd> ", 15)
+        self.pmd_output.execute_cmd("port config 0 rss-hash-key ipv4 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd", "testpmd> ", 15)
 
     def create_testpmd2_command(self, port_info, pmd_param=None):
         """
-- 
2.17.1


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

end of thread, other threads:[~2020-08-12  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-27 17:40 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss: specify a fixed rss-hash-key Jianwei Mei
2020-08-12  6:01 ` 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).