test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/iavf_fdir: modify rxq value to adapt verify
@ 2021-02-03 17:58 sunqin
  2021-02-03  9:51 ` Sun, QinX
  0 siblings, 1 reply; 4+ messages in thread
From: sunqin @ 2021-02-03 17:58 UTC (permalink / raw)
  To: dts; +Cc: sunqin

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


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

end of thread, other threads:[~2021-02-19  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 17:58 [dts] [PATCH V1] tests/iavf_fdir: modify rxq value to adapt verify sunqin
2021-02-03  9:51 ` Sun, QinX
2021-02-04  1:52   ` Zhao, HaiyangX
2021-02-19  7:40     ` 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).