From patchwork Thu Apr 13 09:17:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 125997 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1D0C42931; Thu, 13 Apr 2023 11:18:09 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CCAFF41138; Thu, 13 Apr 2023 11:18:09 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id DAB484021F for ; Thu, 13 Apr 2023 11:18:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1681377488; x=1712913488; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=d6ntxSQDmoIBEt/GAITJ0KrnSyiB+SErkQMJbEu93fQ=; b=E28qLz5n1JINOJ+i7z9BmDrhbbGRMGk5F3w5+WwINEnTsn2yl5BwKpc9 H/1LBr4IjpWeFvaORd9Vv6SNK1Kh7241yF4m3hF05VKToSUbtDsyJMZ/q TZxaCuXCXy6QxiUOLiCIjNKNhtV7Nf3S3UrIUJz+f8sijkPHgJsVocJ6Z MbyQ46BVTBzOlsZuTFT2UU/S/L1ggTUeQnqNU4flITqL8queNRrXKOAtf znrrR3iUq5rWrBG54NiKP/I+1iB6QBEcLCQif3cplQobHXU7pGPWUdl9V SsILfaFsSq16QKqPnOluGbuWuTJYMbl0RZhyxp5sv2nqXInMd8xqpQtxY Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="344129855" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="344129855" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Apr 2023 02:18:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10678"; a="666732141" X-IronPort-AV: E=Sophos;i="5.98,341,1673942400"; d="scan'208";a="666732141" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.201]) by orsmga006.jf.intel.com with ESMTP; 13 Apr 2023 02:18:06 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 3/3]conf: add ice_iavf_checksum_perf configuration file Date: Thu, 13 Apr 2023 09:17:58 +0000 Message-Id: <20230413091758.32811-4-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230413091758.32811-1-yingyax.han@intel.com> References: <20230413091758.32811-1-yingyax.han@intel.com> MIME-Version: 1.0 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 Acked-by: Haijun Chu 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',],}