[dts] [PATCH V1] tests/cvl_advanced_iavf_rss:modify rule, add 'ipv4' before rss hash type 'l3-dst-only'

Sun, QinX qinx.sun at intel.com
Fri Sep 4 11:11:35 CEST 2020


Tested-by: qinx.sun at intel.com

-----Original Message-----
From: Sun, QinX <qinx.sun at intel.com> 
Sent: Friday, September 4, 2020 10:40 PM
To: dts at dpdk.org
Cc: Sun, QinX <qinx.sun at intel.com>
Subject: [dts] [PATCH V1] tests/cvl_advanced_iavf_rss:modify rule,add 'ipv4' before rss hash type 'l3-dst-only'

Signed-off-by: sunqin <qinx.sun at 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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: AdvancedIavfRSSTest.log
Type: application/octet-stream
Size: 741103 bytes
Desc: AdvancedIavfRSSTest.log
URL: <http://mails.dpdk.org/archives/dts/attachments/20200904/2cba8127/attachment.obj>


More information about the dts mailing list