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 0B1FCA056D; Tue, 3 Mar 2020 08:23:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D844B2C16; Tue, 3 Mar 2020 08:23:48 +0100 (CET) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id CF1F62C02 for ; Tue, 3 Mar 2020 08:23:46 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Mar 2020 23:23:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,510,1574150400"; d="scan'208";a="263106054" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga004.fm.intel.com with ESMTP; 02 Mar 2020 23:23:45 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:23:45 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 2 Mar 2020 23:23:45 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.43]) by shsmsx102.ccr.corp.intel.com ([169.254.2.50]) with mapi id 14.03.0439.000; Tue, 3 Mar 2020 15:23:42 +0800 From: "Tu, Lijuan" To: "Zhao, HaiyangX" , "dts@dpdk.org" CC: "Zhao, HaiyangX" Thread-Topic: [dts] [PATCH V1]tests/TestSuite_virtio_user_for_container_networking: remove redundant parameter single-file-segments if not 2M env Thread-Index: AQHV67cavkwbIQ/UWk2SPcrIZzRSAqg2gdkQ Date: Tue, 3 Mar 2020 07:23:42 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBE9256@SHSMSX101.ccr.corp.intel.com> References: <1582619670-406390-1-git-send-email-haiyangx.zhao@intel.com> In-Reply-To: <1582619670-406390-1-git-send-email-haiyangx.zhao@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]tests/TestSuite_virtio_user_for_container_networking: remove redundant parameter single-file-segments if not 2M env 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" Applied with comments changed. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Haiyang Zhao > Sent: Tuesday, February 25, 2020 4:35 PM > To: dts@dpdk.org > Cc: Zhao, HaiyangX > Subject: [dts] [PATCH > V1]tests/TestSuite_virtio_user_for_container_networking: remove > redundant parameter single-file-segments if not 2M env >=20 > remove redundant parameter >=20 > Signed-off-by: Haiyang Zhao > --- > tests/TestSuite_virtio_user_for_container_networking.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_virtio_user_for_container_networking.py > b/tests/TestSuite_virtio_user_for_container_networking.py > index ba303b7..1f9a666 100644 > --- a/tests/TestSuite_virtio_user_for_container_networking.py > +++ b/tests/TestSuite_virtio_user_for_container_networking.py > @@ -164,7 +164,7 @@ class TestVirtioUserForContainer(TestCase): > command_line_user =3D 'docker run -i -t --privileged -v %s/v= host- > net:/tmp/vhost-net ' + \ > '-v /mnt/huge:/dev/hugepages ' + \ > '-v %s:%s %s .%s/%s/app/testpmd -c %s -n %d = ' + \ > - '-m 1024 --no-pci --file-prefix=3Dcontainer = --single-file- > segments ' + \ > + '-m 1024 --no-pci --file-prefix=3Dcontainer = ' + \ > '-- > vdev=3Dvirtio_user0,mac=3D00:11:22:33:44:10,path=3D/tmp/vhost-net,queues= =3D%d ' > + \ > '-- -i --rxq=3D%d --txq=3D%d --nb-cores=3D%d= ' > command_line_user =3D command_line_user % (self.container_base_d= ir, > -- > 1.8.3.1