From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 576AE429AC; Fri, 21 Apr 2023 12:32:42 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5306542C4D; Fri, 21 Apr 2023 12:32:42 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 20ABE410F3 for ; Fri, 21 Apr 2023 12:32:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682073160; x=1713609160; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=d6ntxSQDmoIBEt/GAITJ0KrnSyiB+SErkQMJbEu93fQ=; b=nYobRU0pdpCFOSGuT9+vm6mwoZHawHDGqthYoClsUh9aRjaFzEX4EnxJ lP83nbiR0azTqoLZe5VKMo47ysubKSFB2F6+IaAFj4JXY0VFvmBh9U5Fd eGbRPhnduJn+R29KEvsmkZeEOnlm6IbJNjg/5GfOVKpkjc95qktMQABL0 IVUhH1WTVy6JeNpPKnb1cty9Jc8iify8J6wMwxSl21C87JJSU2E9plPEs In/oAg1L4BqXLHO41215ugLfhFb9mTehKXj71dCEnzDS5EHVzwM10Yj7/ d/Qgeiz0R+dWEEDtQfkxDBGspJtvIkDyNh6DeMvaE2Y+CajLGUzCAAsYo Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10686"; a="325563784" X-IronPort-AV: E=Sophos;i="5.99,214,1677571200"; d="scan'208";a="325563784" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2023 03:32:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10686"; a="669688088" X-IronPort-AV: E=Sophos;i="5.99,214,1677571200"; d="scan'208";a="669688088" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.152]) by orsmga006.jf.intel.com with ESMTP; 21 Apr 2023 03:32:38 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V2 3/3]conf: add ice_iavf_checksum_perf configuration file Date: Fri, 21 Apr 2023 18:29:23 +0000 Message-Id: <20230421182923.179866-4-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230421182923.179866-1-yingyax.han@intel.com> References: <20230421182923.179866-1-yingyax.han@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Signed-off-by: Yingya Han --- conf/ice_iavf_checksum_perf.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/ice_iavf_checksum_perf.cfg diff --git a/conf/ice_iavf_checksum_perf.cfg b/conf/ice_iavf_checksum_perf.cfg new file mode 100644 index 00000000..19dcb5ee --- /dev/null +++ b/conf/ice_iavf_checksum_perf.cfg @@ -0,0 +1,6 @@ +[suite] +test_duration = 30 +traffic_stop_wait_time = 2 +test_parameters = { + '1C/1T-1Q': ['128', '256', '512', '1024', '1280', '1518',], + '1C/2T-2Q': ['128', '256', '512', '1024', '1280', '1518',],} -- 2.34.1