From patchwork Tue Aug 16 09:05:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yingya Han X-Patchwork-Id: 115162 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 32BE2A00C3; Tue, 16 Aug 2022 11:05:21 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2B72F40694; Tue, 16 Aug 2022 11:05:21 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 82F4A40150 for ; Tue, 16 Aug 2022 11:05:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1660640719; x=1692176719; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=2QnJdk7kUER2rEB4elvmhFtt3ztL89uGmXAeQDdGENo=; b=m1Lro8Ze1CvWFAfxhfIL7enM1fvcM3oepq87Y/ejfyTc4nSpzyJCIcse O1vLTpNpFWbVupih8oYOJW1ilNfArED6dDCuixJ56f2vN8kUyM0j/DdDn 1Q2/p+HXPKKnTqkguaOBtEumBiBJZrFlVfbDoh3A2TTf6TD2yutcR66x6 yp330UmNB/f5phIK0+zvgBq2Hp0pEwcy2l6z2MTrTgVmtxPcy0meZDyI/ 4FPTz3BRtzGnoupwk9w39paCUuIKr9Uk8veLy9dzOKuEsFYWHHb1L+ge3 prWME0vZ2Ak5xSjQjA2/c7SUcNYR9jh1CH+bS3H4iKPZ1rmY5xCcrOcMV A==; X-IronPort-AV: E=McAfee;i="6400,9594,10440"; a="318160211" X-IronPort-AV: E=Sophos;i="5.93,240,1654585200"; d="scan'208";a="318160211" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Aug 2022 02:05:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,240,1654585200"; d="scan'208";a="583223578" Received: from dpdk-lijuan-icelake4.sh.intel.com ([10.67.118.208]) by orsmga006.jf.intel.com with ESMTP; 16 Aug 2022 02:05:17 -0700 From: Yingya Han To: dts@dpdk.org Cc: Yingya Han Subject: [dts][PATCH V1 2/3]conf: add rx_timestamp_perf configuration file Date: Tue, 16 Aug 2022 17:05:13 +0800 Message-Id: <20220816090513.1752423-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.25.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 --- conf/rx_timestamp_perf.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf/rx_timestamp_perf.cfg diff --git a/conf/rx_timestamp_perf.cfg b/conf/rx_timestamp_perf.cfg new file mode 100644 index 00000000..e76c805c --- /dev/null +++ b/conf/rx_timestamp_perf.cfg @@ -0,0 +1,11 @@ +[suite] +test_duration = 15 +traffuc_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',],}