From patchwork Wed Nov 25 11:39:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 84528 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 94BFAA0527; Wed, 25 Nov 2020 04:45:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7BD7CC954; Wed, 25 Nov 2020 04:45:22 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 88E03C952 for ; Wed, 25 Nov 2020 04:45:21 +0100 (CET) IronPort-SDR: 6KPook5yik69bRMmbiLEU3jxOwXWo4nkrdcSQRIBAsz7vx2eakTsqkA6YeztZReNolc8n0zKX+ hmUdTiWn4pLQ== X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="236196529" X-IronPort-AV: E=Sophos;i="5.78,368,1599548400"; d="scan'208";a="236196529" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 19:45:21 -0800 IronPort-SDR: mbp/IDG23dqgzocZjJOLWvc1pwY3yhgXd/iJqH7qvBQg4C1sROHwovIkIm2K85P5X118suY4r6 T/ZQY8ylkw0Q== X-IronPort-AV: E=Sophos;i="5.78,368,1599548400"; d="scan'208";a="547108758" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 19:45:19 -0800 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Wed, 25 Nov 2020 19:39:53 +0800 Message-Id: <20201125113955.32880-2-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20201125113955.32880-1-weix.ling@intel.com> References: <20201125113955.32880-1-weix.ling@intel.com> Subject: [dts] [PATCH V1 1/3] conf/vf_l3fwd.cfg: support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "dts" support columbiaville_25gx2 columbiaville_25g columbiaville_100g and modify fortville25g to fortville_25g Signed-off-by: lingwei --- conf/vf_l3fwd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/vf_l3fwd.cfg b/conf/vf_l3fwd.cfg index e14da64f..7c6ab803 100644 --- a/conf/vf_l3fwd.cfg +++ b/conf/vf_l3fwd.cfg @@ -1,2 +1,2 @@ [suite] -perf_params = {"frame_size": [64, 128, 256, 512, 1024, 1518], "queue_number": {"fortville_spirit" : 2, "fortville25g" : 2, "fortville_eagle" : 1, "niantic" : 1}} +perf_params = {"frame_size": [64, 128, 256, 512, 1024, 1518], "queue_number": {"fortville_spirit" : 2, "fortville_25g" : 2, "fortville_eagle" : 1, "niantic" : 1, "columbiaville_25gx2" : 2, "columbiaville_25g" : 4, "columbiaville_100g" : 4}}