[dts] [PATCH V1 1/7]pvp_multi_paths_performance: remove unnecessary param --single-file-segments from vhost

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


Applied the series.

> -----Original Message-----
> From: dts [mailto:dts-bounces at dpdk.org] On Behalf Of Xiao Qimai
> Sent: Wednesday, February 26, 2020 5:37 PM
> To: dts at dpdk.org
> Cc: Xiao, QimaiX <qimaix.xiao at intel.com>
> Subject: [dts] [PATCH V1 1/7]pvp_multi_paths_performance: remove
> unnecessary param --single-file-segments from vhost
> 
> Signed-off-by: Xiao Qimai <qimaix.xiao at intel.com>
> ---
>  tests/TestSuite_pvp_multi_paths_performance.py | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/tests/TestSuite_pvp_multi_paths_performance.py
> b/tests/TestSuite_pvp_multi_paths_performance.py
> index a884e1f..62fef12 100644
> --- a/tests/TestSuite_pvp_multi_paths_performance.py
> +++ b/tests/TestSuite_pvp_multi_paths_performance.py
> @@ -129,8 +129,6 @@ class TestPVPMultiPathPerformance(TestCase):
>          eal_param = self.dut.create_eal_parameters(cores=self.core_list_host,
> prefix='vhost',
> 
> ports=[self.dut.ports_info[self.dut_ports[0]]['pci']],
>                                                     vdevs=['net_vhost0,iface=vhost-
> net,queues=1,client=0'])
> -        if self.check_2M_env:
> -            eal_param += " --single-file-segments"
>          command_line_client = "./%s/app/testpmd " % self.target + eal_param
> + " -- -i --nb-cores=1 --txd=1024 --rxd=1024"
>          self.vhost.send_expect(command_line_client, "testpmd> ", 120)
>          self.vhost.send_expect("set fwd mac", "testpmd> ", 120)
> --
> 1.8.3.1



More information about the dts mailing list