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 EB496A059B; Fri, 10 Apr 2020 09:49:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D65BA1D15E; Fri, 10 Apr 2020 09:49:45 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id C5B061D15E for ; Fri, 10 Apr 2020 09:49:44 +0200 (CEST) IronPort-SDR: pQ4pJ/ZGZajUIYI+GHDYXGh12hQH7ecS8rhNxhtHlTokPoX35Paol8I3kbP3q96ePymuXR41Vi Es/3y/6zlpPg== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Apr 2020 00:49:44 -0700 IronPort-SDR: 1qI733bamTz50czZaVEsr4JW23w9wsMBG3EVIZU7HC4e9cK82slEGvKjk6Uci7a8sqXb1nM2g0 yeOBYFYXUPsA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,366,1580803200"; d="scan'208";a="252140608" Received: from dpdk-moyufen06.sh.intel.com ([10.67.116.222]) by orsmga003.jf.intel.com with ESMTP; 10 Apr 2020 00:49:42 -0700 From: yufengmx To: dts@dpdk.org, lijuan.tu@intel.com Cc: yufengmx Date: Fri, 10 Apr 2020 15:52:18 +0800 Message-Id: <20200410075220.5184-3-yufengx.mo@intel.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20200410075220.5184-1-yufengx.mo@intel.com> References: <20200410075220.5184-1-yufengx.mo@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [dts] [PATCH V4 2/4] conf/vf_l3fwd_kernelpf: suite testing configuration 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" add vf_l3fwd_kernelpf suite testing configuration. Signed-off-by: yufengmx --- conf/vf_l3fwd_kernelpf.cfg | 104 +++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 conf/vf_l3fwd_kernelpf.cfg diff --git a/conf/vf_l3fwd_kernelpf.cfg b/conf/vf_l3fwd_kernelpf.cfg new file mode 100644 index 0000000..b0d4ad0 --- /dev/null +++ b/conf/vf_l3fwd_kernelpf.cfg @@ -0,0 +1,104 @@ +# Throughput numbers vary in different environment. +# Users could change these configuration on demand: +# +# - test_parameters defines the combination of frame size and descriptor +# numbers, and the pattern is +# { +# 'Numbers of Cores/Sockets/Queues #1': ['frame_size #1', 'frame_size #2',...], +# 'Numbers of Cores/Sockets/Queues #2': ['frame_size #1', 'frame_size #2',...], +# ...... +# } +# +# - test_duration is how many seconds each combination performance will +# be recorded, default is 60s +# +# - accepted_tolerance defines the accepted tolerance between test +# results and expected numbers, unit is percentage, (actual number - expected number)/expected number/100 +# +# - expected_throughput is a dictionary defining expected throughput +# numbers based on NIC, and the pattern is +# { +# 'columbiaville_100g': +# { +# 'Numbers of Cores/Sockets/Queues #1': +# { +# 'frame_size #1': 'expected number', +# 'frame_size #2': 'expected number', +# ... +# }, +# 'Numbers of Cores/Sockets/Queues #2': +# { +# 'frame_size #1': 'expected number', +# 'frame_size #2': 'expected number', +# ... +# }, +# } +# ...... +# } +# Every user should fill it out with your actual numbers. To keep the +# expected throughput private, dts takes 0.00 as default. +# +#==========this feature supported is P4.====================== +# - if update_expected == True, and add argument "--update-expected" in +# bash command, all objects in this file will changed after the run +# for example: ./dts --update-expected +# Highlights: +# At the beginning, please change test_parameters according to your +# requirements, then run ./dts --update-expected to get the absolute +# results which will replace the default numbers 0.00 in this configuration. +# So you will have your own private configuration, and could start your +# tests as usual. + +[suite] +update_expected = True +test_duration = 12 +accepted_tolerance = 1 +test_parameters = { + '1C/1T/1Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '1C/2T/2Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '2C/2T/2Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '2C/4T/4Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '4C/4T/4Q': ['64', '128', '256', '512', '1024', '1280', '1518',],} +expected_throughput = { + 'test_perf_vf_throughput_ipv4_lpm': { + 'niantic': { + '1C/1T/1Q': { + '64': '0.00', + '128': '0.00', + '256': '0.00', + '512': '0.00', + '1024': '0.00', + '1280': '0.00', + '1518': '0.00', }, + '1C/2T/2Q': { + '64': '0.00', + '128': '0.00', + '256': '0.00', + '512': '0.00', + '1024': '0.00', + '1280': '0.00', + '1518': '0.00', }, + '2C/2T/2Q': { + '64': '0.00', + '128': '0.00', + '256': '0.00', + '512': '0.00', + '1024': '0.00', + '1280': '0.00', + '1518': '0.00', }, + '2C/4T/4Q': { + '64': '0.00', + '128': '0.00', + '256': '0.00', + '512': '0.00', + '1024': '0.00', + '1280': '0.00', + '1518': '0.00', }, + '4C/4T/4Q': { + '64': '0.00', + '128': '0.00', + '256': '0.00', + '512': '0.00', + '1024': '0.00', + '1280': '0.00', + '1518': '0.00', },},},} \ No newline at end of file -- 2.21.0