[V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito l3fwd cmd

Message ID 20201030143129.24011-1-weix.ling@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito l3fwd cmd |

Commit Message

Ling, WeiX Oct. 30, 2020, 2:31 p.m. UTC
  -w is wrong add in virito l3fwd cmd

Signed-off-by: lingwei <weix.ling@intel.com>
---
 tests/TestSuite_vhost_virtio_user_interrupt.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Ling, WeiX Oct. 30, 2020, 6:36 a.m. UTC | #1
Tested-by: Ling, Wei <weix.ling@intel.com>

Regards,
Ling Wei

> -----Original Message-----
> From: lingwei <weix.ling@intel.com>
> Sent: Friday, October 30, 2020 10:31 PM
> To: dts@dpdk.org
> Cc: Ling, WeiX <weix.ling@intel.com>
> Subject: [dts][PATCH V1] tests/TestSuite_vhost_virtio_user_interrupt:-w is
> wrong add in virito l3fwd cmd
  
Ma, LihongX Oct. 30, 2020, 8:51 a.m. UTC | #2
Acked-by: Lihong Ma<lihongx.ma@intel.com>

Regards,
Ma,lihong

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Ling, WeiX
> Sent: Friday, October 30, 2020 2:37 PM
> To: Ling, WeiX <weix.ling@intel.com>; dts@dpdk.org
> Subject: Re: [dts] [PATCH V1] tests/TestSuite_vhost_virtio_user_interrupt:-
> w is wrong add in virito l3fwd cmd
> 
> Tested-by: Ling, Wei <weix.ling@intel.com>
> 
> Regards,
> Ling Wei
> 
> > -----Original Message-----
> > From: lingwei <weix.ling@intel.com>
> > Sent: Friday, October 30, 2020 10:31 PM
> > To: dts@dpdk.org
> > Cc: Ling, WeiX <weix.ling@intel.com>
> > Subject: [dts][PATCH V1]
> > tests/TestSuite_vhost_virtio_user_interrupt:-w is wrong add in virito
> l3fwd cmd
  
Tu, Lijuan Nov. 3, 2020, 2:51 a.m. UTC | #3
Applied
  

Patch

diff --git a/tests/TestSuite_vhost_virtio_user_interrupt.py b/tests/TestSuite_vhost_virtio_user_interrupt.py
index 104998f..9f89c46 100644
--- a/tests/TestSuite_vhost_virtio_user_interrupt.py
+++ b/tests/TestSuite_vhost_virtio_user_interrupt.py
@@ -106,7 +106,7 @@  class TestVirtioUserInterrupt(TestCase):
         self.core_interrupt = self.core_list_l3fwd[0]
         example_para = "./%s " % self.app_l3fwd_power_path
         vdev = "virtio_user0,path=%s,cq=1" % path if not packed else "virtio_user0,path=%s,cq=1,packed_vq=1" % path
-        eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, ports=[self.pci_info], vdevs=[vdev])
+        eal_params = self.dut.create_eal_parameters(cores=self.core_list_l3fwd, prefix='l3fwd-pwd', no_pci=True, vdevs=[vdev])
         if self.check_2M_env:
             eal_params += " --single-file-segments"
         para = " --config='(0,0,%s)' --parse-ptype --interrupt-only" % self.core_interrupt