test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH V1] tests/cvl_advanced_iavf_rss:modify rule, add 'ipv4' before rss hash type 'l3-dst-only'
@ 2020-09-04 14:39 sunqin
  2020-09-04  9:11 ` Sun, QinX
  2020-09-10  2:50 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: sunqin @ 2020-09-04 14:39 UTC (permalink / raw)
  To: dts; +Cc: sunqin

Signed-off-by: sunqin <qinx.sun@intel.com>
---
 tests/TestSuite_cvl_advanced_iavf_rss.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_cvl_advanced_iavf_rss.py b/tests/TestSuite_cvl_advanced_iavf_rss.py
index 2f6c1cf..d9fd158 100644
--- a/tests/TestSuite_cvl_advanced_iavf_rss.py
+++ b/tests/TestSuite_cvl_advanced_iavf_rss.py
@@ -1024,7 +1024,7 @@ class AdvancedIavfRSSTest(TestCase):
     def test_vf_reset(self):
         self.dut_session.send_expect("ip link set %s vf 0 trust on" % self.pf_interface, "# ")
         self.create_testpmd_command(self.vf0_prop, pmd_param="--nb-cores=2")
-        flow_rule = "flow create 0 ingress pattern eth / ipv4 / end actions rss types l3-dst-only end key_len 0 queues end / end"
+        flow_rule = "flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4 l3-dst-only end key_len 0 queues end / end"
         self.pmd_output.execute_cmd(flow_rule)
         self.pmd_output.execute_cmd("show port 0 rss-hash")
 
-- 
2.17.1


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

end of thread, other threads:[~2020-09-10  2:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 14:39 [dts] [PATCH V1] tests/cvl_advanced_iavf_rss:modify rule, add 'ipv4' before rss hash type 'l3-dst-only' sunqin
2020-09-04  9:11 ` Sun, QinX
2020-09-10  2:50 ` 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).