From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 6458EA055F; Wed, 26 Feb 2020 10:41:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 56A151BFE4; Wed, 26 Feb 2020 10:41:35 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 776A61BFE2 for ; Wed, 26 Feb 2020 10:41:32 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2020 01:41:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,487,1574150400"; d="scan'208";a="350351586" Received: from unknown (HELO dpdk-xiaoqimai-dut.sh.intel.com) ([10.240.179.33]) by fmsmga001.fm.intel.com with ESMTP; 26 Feb 2020 01:41:31 -0800 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Wed, 26 Feb 2020 17:37:19 +0800 Message-Id: <1582709840-24698-6-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1582709840-24698-1-git-send-email-qimaix.xiao@intel.com> References: <1582709840-24698-1-git-send-email-qimaix.xiao@intel.com> Subject: [dts] [PATCH V1 6/7]pvp_virtio_user_multi_queues: remove unnecessary param --single-file-segments from vhost X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Xiao Qimai --- tests/TestSuite_pvp_virtio_user_multi_queues.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TestSuite_pvp_virtio_user_multi_queues.py b/tests/TestSuite_pvp_virtio_user_multi_queues.py index 790ee81..4cde5b8 100644 --- a/tests/TestSuite_pvp_virtio_user_multi_queues.py +++ b/tests/TestSuite_pvp_virtio_user_multi_queues.py @@ -108,8 +108,6 @@ class TestPVPVirtioMultiQueues(TestCase): """ eal_param = self.dut.create_eal_parameters(socket=self.ports_socket, cores=self.core_list_host, prefix='vhost', vdevs=['net_vhost0,iface=vhost-net,queues=2,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=2 --rxq=2 --txq=2 --rss-ip' self.vhost_user.send_expect(command_line_client, "testpmd> ", 120) self.vhost_user.send_expect("set fwd mac", "testpmd> ", 120) -- 1.8.3.1