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 B5C5FA0524; Tue, 25 Feb 2020 10:01:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9FCD42C4F; Tue, 25 Feb 2020 10:01:33 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 6663BB62 for ; Tue, 25 Feb 2020 10:01:31 +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 orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2020 01:01:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,483,1574150400"; d="scan'208";a="260630006" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga004.fm.intel.com with ESMTP; 25 Feb 2020 01:01:30 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 25 Feb 2020 01:01:29 -0800 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 25 Feb 2020 01:01:29 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.222]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.97]) with mapi id 14.03.0439.000; Tue, 25 Feb 2020 17:01:27 +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/UWk2SPcrIZzRSAqgrnJNg Date: Tue, 25 Feb 2020 09:01:26 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBCDFD2@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" Remove single-file-segments, so what will happen, if 2M env ? > -----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