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 2CF4EA04EF; Mon, 25 May 2020 10:02:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D4B6A1D6F2; Mon, 25 May 2020 10:02:26 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BC3CA1D6E9 for ; Mon, 25 May 2020 10:02:25 +0200 (CEST) IronPort-SDR: Mjcgt4zWvi1+flisiDDYaLO4t9VcOoupxv2cj0FZMM005SYzWVaeCeLSNTWeRGre5e++u/SF02 jg4xYctIVkiw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 May 2020 01:02:22 -0700 IronPort-SDR: iAkAvMdDzAHs5p43708H3IMrbKpFpYcnYVJP76epS6g3Tvdd78t161/U9oaZ0C7i17PsxkMuER B9DwrPq67biQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,432,1583222400"; d="scan'208";a="301359153" Received: from unknown (HELO xqm-virtio_tester.sh.intel.com) ([10.240.183.52]) by fmsmga002.fm.intel.com with ESMTP; 25 May 2020 01:02:21 -0700 From: Xiao Qimai To: dts@dpdk.org Cc: Xiao Qimai Date: Mon, 25 May 2020 15:55:15 +0800 Message-Id: <1590393315-23987-2-git-send-email-qimaix.xiao@intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1590393315-23987-1-git-send-email-qimaix.xiao@intel.com> References: <1590393315-23987-1-git-send-email-qimaix.xiao@intel.com> Subject: [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" 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_net_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 = True +test_parameters = 1024 +test_duration = 60 +accepted_tolerance = 2 +expected_throughput = {'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'}} -- 1.8.3.1