[V1] tests/cvl_dcf_date_path modify param for testpmd dcf mod

Message ID 20201106164959.2471-1-qinx.sun@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/cvl_dcf_date_path modify param for testpmd dcf mod |

Commit Message

Sun, QinX Nov. 6, 2020, 4:49 p.m. UTC
  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
  

Comments

Sun, QinX Nov. 9, 2020, 5:20 a.m. UTC | #1
Tested-by: Sun, QinX <qinx.sun@intel.com>
 
Regards,
Sun Qin

> -----Original Message-----
> From: sunqin <qinx.sun@intel.com>
> Sent: Saturday, November 7, 2020 12:50 AM
> To: dts@dpdk.org
> Cc: Sun, QinX <qinx.sun@intel.com>
> Subject: [dts] [PATCH V1] tests/cvl_dcf_date_path modify param for testpmd dcf mod
  
Zhao, HaiyangX Nov. 9, 2020, 10:24 a.m. UTC | #2
Acked-by: Haiyang Zhao <haiyangx.zhao@intel.com>

Best Regards,
Zhao Haiyang

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Sun, QinX
> Sent: Monday, November 9, 2020 13:21
> To: dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/cvl_dcf_date_path modify param for
> testpmd dcf mod
> 
> Tested-by: Sun, QinX <qinx.sun@intel.com>
> 
> Regards,
> Sun Qin
> 
> > -----Original Message-----
> > From: sunqin <qinx.sun@intel.com>
> > Sent: Saturday, November 7, 2020 12:50 AM
> > To: dts@dpdk.org
> > Cc: Sun, QinX <qinx.sun@intel.com>
> > Subject: [dts] [PATCH V1] tests/cvl_dcf_date_path modify param for
> testpmd dcf mod
  
Tu, Lijuan Nov. 11, 2020, 3:02 a.m. UTC | #3
> According to dpdk commit 98a181ed865db0880be to modify param for
> testpmd dcf mod
> 
> Signed-off-by: sunqin <qinx.sun@intel.com>

Applied
  

Patch

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)