From patchwork Mon Dec 26 06:55:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 121387 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 412C6A00C5; Mon, 26 Dec 2022 07:55:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D3794114B; Mon, 26 Dec 2022 07:55:58 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 03F0440143 for ; Mon, 26 Dec 2022 07:55:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672037756; x=1703573756; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=t6rpPnIFl9p2ERpf+HW01YlS0KgTnFFUJVnMQv186/0=; b=RJ6JfXAorxL0rWWIrmEjWMykzHAHyAmNpFz/7ANFM25BvZskc5LBe+mo g84HWkIgbF1AflbsgEYTEd8c8UvplZ1Ri+SIYOwZWFEgSZmlKuyBBkmMO Ct9NCzC+b2Fg+yfrV9W3T3CLkPd8ijONm8pgT9J6NJ4F27XGB4f2FJsGi 8r/eesl9K7h+JwbufQAF2o+p+hkZcpCgYJ7eVF1wYhoqq/VL1pJvrHA88 nGMUgBq5uSsymSz/KmXig7ajk02IoCaCaKXSZyHEGJdgTU84cSXPWujlw aSeSLG6J48w+YIYcMxXHBVLtrHCzk5h9UPCrG6KF/YF1Bc+X0IZNyn3Rd A==; X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="318201035" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="318201035" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Dec 2022 22:55:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10571"; a="716029038" X-IronPort-AV: E=Sophos;i="5.96,274,1665471600"; d="scan'208";a="716029038" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.119.188]) by fmsmga008.fm.intel.com with ESMTP; 25 Dec 2022 22:55:54 -0800 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 3/3]conf: add ice_header_split_perf configuration file Date: Mon, 26 Dec 2022 06:55:51 +0000 Message-Id: <20221226065551.10065-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.34.1 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 Acked-by: Lijuan Tu --- conf/ice_header_split_perf.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/ice_header_split_perf.cfg diff --git a/conf/ice_header_split_perf.cfg b/conf/ice_header_split_perf.cfg new file mode 100644 index 00000000..cd8c0fe4 --- /dev/null +++ b/conf/ice_header_split_perf.cfg @@ -0,0 +1,11 @@ +[suite] +test_duration = 30 +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',], + '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',], + '4C/8T-8Q': ['64', '128', '256', '512', '1024', '1280', '1518',], + '8C/8T-8Q': ['64', '128', '256', '512', '1024', '1280', '1518',],}