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 45E9DA0524; Tue, 25 Feb 2020 09:39:00 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E0D9A1BFAB; Tue, 25 Feb 2020 09:38:59 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 2D2C52C4F for ; Tue, 25 Feb 2020 09:38:57 +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 fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Feb 2020 00:38:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,483,1574150400"; d="scan'208";a="350106046" Received: from unknown (HELO dpdk-xiaoqimai-dut.sh.intel.com) ([10.240.179.33]) by fmsmga001.fm.intel.com with ESMTP; 25 Feb 2020 00:38:56 -0800 From: Haiyang Zhao To: dts@dpdk.org Cc: Haiyang Zhao Date: Tue, 25 Feb 2020 16:34:30 +0800 Message-Id: <1582619670-406390-1-git-send-email-haiyangx.zhao@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [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 redundant parameter Signed-off-by: Haiyang Zhao --- tests/TestSuite_virtio_user_for_container_networking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = 'docker run -i -t --privileged -v %s/vhost-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=container --single-file-segments ' + \ + '-m 1024 --no-pci --file-prefix=container ' + \ '--vdev=virtio_user0,mac=00:11:22:33:44:10,path=/tmp/vhost-net,queues=%d ' + \ '-- -i --rxq=%d --txq=%d --nb-cores=%d' command_line_user = command_line_user % (self.container_base_dir, -- 1.8.3.1