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 35F70A00BE; Mon, 27 Apr 2020 09:51:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2EB101C19B; Mon, 27 Apr 2020 09:51:54 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 61EFB1BF8E for ; Mon, 27 Apr 2020 09:51:53 +0200 (CEST) IronPort-SDR: mHgWD9W2SkARH0yZ9Z8fFkxvielDBO89Wv4jsL5TtH4hqNYjl787AfvoR8zoc1PDkf7cBM7E4A cIiUnjgxuslg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2020 00:51:52 -0700 IronPort-SDR: 4znGCbHuID5yGMgw6Q2rrWvj+yEPZZioLe6l8GpW+Run5MDHasO3+3pHCRTCTxHc2vaCqZx0WS 2KMGJX9yv3hA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,323,1583222400"; d="scan'208";a="246030980" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 27 Apr 2020 00:51:52 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:52 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 27 Apr 2020 00:51:51 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.129]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.213]) with mapi id 14.03.0439.000; Mon, 27 Apr 2020 15:51:49 +0800 From: "Tu, Lijuan" To: "Wang, Yinan" , "dts@dpdk.org" CC: "Wang, Yinan" Thread-Topic: [dts] [PATCH v1] tests: add test configuration for TestSuite_vm2vm_virtio_net_perf.py Thread-Index: AQHWHDhDN1qVkSbLWEi9c3LLz/3s06iMmPZQ Date: Mon, 27 Apr 2020 07:51:49 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC12B5A@SHSMSX101.ccr.corp.intel.com> References: <20200426185839.39694-1-yinan.wang@intel.com> In-Reply-To: <20200426185839.39694-1-yinan.wang@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: add test configuration for TestSuite_vm2vm_virtio_net_perf.py 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, thanks > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Yinan > Sent: Monday, April 27, 2020 2:59 AM > To: dts@dpdk.org > Cc: Wang, Yinan > Subject: [dts] [PATCH v1] tests: add test configuration for > TestSuite_vm2vm_virtio_net_perf.py >=20 > From: Wang Yinan >=20 > Signed-off-by: Wang Yinan > --- > tests/TestSuite_vm2vm_virtio_net_perf.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/tests/TestSuite_vm2vm_virtio_net_perf.py > b/tests/TestSuite_vm2vm_virtio_net_perf.py > index 5b7f3e9..7dec7b5 100644 > --- a/tests/TestSuite_vm2vm_virtio_net_perf.py > +++ b/tests/TestSuite_vm2vm_virtio_net_perf.py > @@ -97,7 +97,7 @@ class TestVM2VMVirtioNetPerf(TestCase): > """ > start two VM, each VM has one virtio device > """ > - setting_args =3D > "mrg_rxbuf=3Doff,csum=3Don,guest_csum=3Don,host_tso4=3Don,guest_tso4=3Don= ,gues > t_ecn=3Don" > + setting_args =3D "disable- > modern=3Dfalse,mrg_rxbuf=3Don,csum=3Don,guest_csum=3Don,host_tso4=3Don,gu= est_ > tso4=3Don,guest_ecn=3Don" > if mode =3D=3D "ufo": > setting_args +=3D ",guest_ufo=3Don,host_ufo=3Don" > elif mode =3D=3D "mergeable": > -- > 2.17.1