[dts] [PATCH V1] tests/pvp_virtio_bonding:add create_eal_parameters function.

Tu, Lijuan lijuan.tu at intel.com
Tue Mar 3 06:41:35 CET 2020


Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of zhu,shuai
> Sent: Wednesday, February 26, 2020 5:19 PM
> To: dts at dpdk.org
> Cc: Wang, Yinan <yinan.wang at intel.com>; Zhu, ShuaiX
> <shuaix.zhu at intel.com>
> Subject: [dts] [PATCH V1] tests/pvp_virtio_bonding:add
> create_eal_parameters function.
> 
> Remove parameters:"--socket-mem 2048,2048 --legacy-mem"
> 
> Signed-off-by: zhu,shuai <shuaix.zhu at intel.com>
> ---
>  tests/TestSuite_pvp_virtio_bonding.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_pvp_virtio_bonding.py
> b/tests/TestSuite_pvp_virtio_bonding.py
> index 1405b0b..b551487 100644
> --- a/tests/TestSuite_pvp_virtio_bonding.py
> +++ b/tests/TestSuite_pvp_virtio_bonding.py
> @@ -88,7 +88,7 @@ class TestPVPVirtIOBonding(TestCase):
>          for i in range(self.queues):
>              vdev_info += "--vdev 'net_vhost%d,iface=vhost-
> net%d,client=1,queues=1' " % (i, i)
>          params = "--port-topology=chained --nb-cores=4 --txd=1024 --rxd=1024"
> -        eal_param = "--socket-mem 2048,2048 --legacy-mem --file-
> prefix=vhost %s " % vdev_info
> +        eal_param = "--file-prefix=vhost %s " % vdev_info
>          self.vhost_testpmd = PmdOutput(self.dut)
>          self.vhost_testpmd.start_testpmd(self.core_config, params,
> eal_param=eal_param)
>          self.vhost_testpmd.execute_cmd('set fwd mac')
> --
> 2.17.2



More information about the dts mailing list