test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/cvl_dcf_date_path modify param for testpmd dcf mod
@ 2020-11-06 16:49 sunqin
  2020-11-09  5:20 ` Sun, QinX
  2020-11-11  3:02 ` Tu, Lijuan
  0 siblings, 2 replies; 4+ messages in thread
From: sunqin @ 2020-11-06 16:49 UTC (permalink / raw)
  To: dts; +Cc: sunqin

According to dpdk commit 98a181ed865db0880be to modify param for testpmd dcf mod

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

diff --git a/tests/TestSuite_cvl_dcf_date_path.py b/tests/TestSuite_cvl_dcf_date_path.py
old mode 100755
new mode 100644
index 5609d89..5d40d6a
--- a/tests/TestSuite_cvl_dcf_date_path.py
+++ b/tests/TestSuite_cvl_dcf_date_path.py
@@ -60,7 +60,7 @@ class DcfDatePathTest(TestCase):
         self.pkt = Packet()
 
     def set_up(self):
-        self.pmd_output.start_testpmd(cores="1S/4C/1T", param='', eal_param="-w %s,cap=dcf --file-prefix=vf" % self.used_vf_pci)
+        self.pmd_output.start_testpmd(cores="1S/4C/1T", param='--txq=2 --rxq=2 --txd=384 --rxd=384', eal_param="-w %s,cap=dcf --file-prefix=vf" % self.used_vf_pci)
 
     def send_packets(self, packets, tx_port, count=1):
         self.pkt.update_pkt(packets)
-- 
2.17.1


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

end of thread, other threads:[~2020-11-11  3:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-06 16:49 [dts] [PATCH V1] tests/cvl_dcf_date_path modify param for testpmd dcf mod sunqin
2020-11-09  5:20 ` Sun, QinX
2020-11-09 10:24   ` Zhao, HaiyangX
2020-11-11  3:02 ` 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).