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 39FC2A00C5; Thu, 11 Jun 2020 14:39:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 322E72C23; Thu, 11 Jun 2020 14:39:57 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E5CE42BFA for ; Thu, 11 Jun 2020 14:39:54 +0200 (CEST) IronPort-SDR: jE1EHyQzdcgFbJDQHprNIzcFFTy/njpwao/bJdRwcydCO66ENh8o+VxVdyrVfdEQew8O5TFoI7 iL0iND/vl6Og== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jun 2020 05:39:45 -0700 IronPort-SDR: Mt8tLHkJQk2rQa4cLXjaHenZEYMHuF0mx87ePltPuh8Wwq6dRmYaADsyCd4Y1ezvWbTQbS2B7F CJNNp5giC3Cw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,499,1583222400"; d="scan'208";a="306940857" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 11 Jun 2020 05:39:45 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 11 Jun 2020 05:39:45 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 11 Jun 2020 05:39:45 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.85]) by SHSMSX103.ccr.corp.intel.com ([10.239.4.69]) with mapi id 14.03.0439.000; Thu, 11 Jun 2020 20:39:42 +0800 From: "Tu, Lijuan" To: "Xiao, QimaiX" , "dts@dpdk.org" CC: "Xiao, QimaiX" Thread-Topic: [dts] [PATCH V1]conf/perf_vm2vm_virtio_net_perf: add cfg file for perf_vm2vm_virtio_net_perf Thread-Index: AQHWMmrjMTgDMlGY/Uu6DiowiFWdk6jTddtw Date: Thu, 11 Jun 2020 12:39:41 +0000 Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BC5BDA3@SHSMSX101.ccr.corp.intel.com> References: <1590393315-23987-1-git-send-email-qimaix.xiao@intel.com> <1590393315-23987-2-git-send-email-qimaix.xiao@intel.com> In-Reply-To: <1590393315-23987-2-git-send-email-qimaix.xiao@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="iso-2022-jp" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1]conf/perf_vm2vm_virtio_net_perf: add cfg file for perf_vm2vm_virtio_net_perf 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 On Behalf Of Xiao Qimai Sent: 2020=1B$BG/=1B(B5=1B$B7n=1B(B25=1B$BF|=1B(B 15:55 To: dts@dpdk.org Cc: Xiao, QimaiX Subject: [dts] [PATCH V1]conf/perf_vm2vm_virtio_net_perf: add cfg file for = perf_vm2vm_virtio_net_perf Signed-off-by: Xiao Qimai --- conf/perf_vm2vm_virtio_net_perf.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/perf_vm2vm_virtio_net_perf.cfg diff --git a/conf/perf_vm2vm_virtio_net_perf.cfg b/conf/perf_vm2vm_virtio_n= et_perf.cfg new file mode 100644 index 0000000..73bd974 --- /dev/null +++ b/conf/perf_vm2vm_virtio_net_perf.cfg @@ -0,0 +1,6 @@ +[suite] +update_expected =3D True +test_parameters =3D 1024 +test_duration =3D 60 +accepted_tolerance =3D 2 +expected_throughput =3D {'split_tso': {1024: '0.0 Gbits/sec'}, 'split_zero= _copy_tso': {1024: '0.0 Gbits/sec'}, 'packed_tso': {1024: '0.0 Gbits/sec'},= 'packed_zero_copy_tso': {1024: '0.0 Gbits/sec'}} --=20 1.8.3.1