From patchwork Thu May 25 05:21:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 127362 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 DD24042B95; Thu, 25 May 2023 07:21:22 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D8EF142B7E; Thu, 25 May 2023 07:21:22 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mails.dpdk.org (Postfix) with ESMTP id 2B91340A82 for ; Thu, 25 May 2023 07:21:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684992081; x=1716528081; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=lnJ23fhCluaHOOX2OaCH7L0ugCBA0AB2Sh/6hhn0yX4=; b=acIlq3ierHMsBi4RHxk/7tI7/3PjCh5FpMbQII90VglVrj8M5/CAuwiJ z3nayz1fD30mKffbs5e8ztp50bp1yFZ7bayXW88eT9OMW/Y/Pp15djbAg aE7gfsC7HFtAxkWxuADTxL8vCwT+CTE/bjF9UvnkOtn8un+YBJqG9i4Xl weZ422JqCS8kCfJV10tuEEvwErjt9gYxt8u5s9pIFxkC0yET0QCuZfZJG 3LGv5EtvuJS9g7TLLs3P4knC2MzEjKQr9ArbcyOAXwUUZfphIB5uElbO9 n0e8dR9kAAVAzY6RQpTRdmBNhfZO6/LTBUJUUD6klNav1JF6oShy8Ak7P w==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="333404266" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="333404266" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 22:21:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="704667862" X-IronPort-AV: E=Sophos;i="6.00,190,1681196400"; d="scan'208";a="704667862" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.149]) by orsmga002.jf.intel.com with ESMTP; 24 May 2023 22:21:18 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V5 3/3]conf: add i40e_multi_driver_perf configuration file Date: Thu, 25 May 2023 05:21:12 +0000 Message-Id: <20230525052112.23479-4-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230525052112.23479-1-yingyax.han@intel.com> References: <20230525052112.23479-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: Lijuan Tu --- conf/i40e_multi_driver_perf.cfg | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/i40e_multi_driver_perf.cfg diff --git a/conf/i40e_multi_driver_perf.cfg b/conf/i40e_multi_driver_perf.cfg new file mode 100644 index 00000000..2a3ca5c8 --- /dev/null +++ b/conf/i40e_multi_driver_perf.cfg @@ -0,0 +1,24 @@ +[suite] +test_duration = 30 +rxtx_queue_size = 2048 +traffic_stop_wait_time = 2 +test_parameters = { + "1C/1T-1Q": [ + "64", + "128", + "256", + "512", + "1024", + "1280", + "1518", + ], + "1C/2T-2Q": [ + "64", + "128", + "256", + "512", + "1024", + "1280", + "1518", + ], +}