[dts] [PATCH V1] tests/iavf_fdir: set vlan id for vf

xiewei weix.xie at intel.com
Tue Mar 30 18:04:41 CEST 2021


confirm with developer that the design of dpdk is changed for VF, the VLAN ID needs to be set before VF receives VLAN packets.

Signed-off-by: xiewei <weix.xie at intel.com>
---
 tests/TestSuite_iavf_fdir.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index a4048145..27f92f80 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -2309,6 +2309,8 @@ class TestIAVFFdir(TestCase):
     def config_testpmd(self):
         self.pmd_output.execute_cmd("set fwd rxonly")
         self.pmd_output.execute_cmd("set verbose 1")
+        self.pmd_output.execute_cmd("vlan set filter on 0")
+        self.pmd_output.execute_cmd("rx_vlan add 1 0")
         # specify a fixed rss-hash-key for cvl ether
         self.pmd_output.execute_cmd(
             "port config 0 rss-hash-key ipv4 1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd1234abcd")
-- 
2.17.1



More information about the dts mailing list