[dts] [PATCH V1] tests/iavf_fdir: modify rxq value to adapt verify

sunqin qinx.sun at intel.com
Wed Feb 3 18:58:54 CET 2021


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

diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index 25aa662b..76a320a3 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -3211,7 +3211,7 @@ class TestIAVFFdir(TestCase):
             self.verify(False, 'The number of ports is not supported')
 
         self.dut.send_expect("ip link set {} vf {} mac 00:11:22:33:44:55".format(self.pf0_intf, nex_cnt), '#')
-        command = self.path + " -c f -n 6 -- -i --rxq=4 --txq=4"
+        command = self.path + " -c f -n 6 -- -i --rxq=16 --txq=16"
         self.dut.send_expect(command, "testpmd> ", 360)
         self.config_testpmd()
 
-- 
2.17.1



More information about the dts mailing list