From patchwork Wed Nov 25 10:18:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 84526 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 58231A0526; Wed, 25 Nov 2020 03:23:40 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 50682C940; Wed, 25 Nov 2020 03:23:39 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 5D7AFC93C for ; Wed, 25 Nov 2020 03:23:36 +0100 (CET) IronPort-SDR: 39gax3P4pW/gslm6j3CTAG5Cbmhbokcs668S8LI2vAhBAYOV51MtKS9mn3LbnRxLrZbMnS0wnt s/8jxkOQbNIw== X-IronPort-AV: E=McAfee;i="6000,8403,9815"; a="159095629" X-IronPort-AV: E=Sophos;i="5.78,367,1599548400"; d="scan'208";a="159095629" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Nov 2020 18:23:34 -0800 IronPort-SDR: dUzhzCjudRi1xQ2eGjFMybN6cBRCpXMo+AqPX8Gla46GLV7J6Orzv847jmBevSIWjjbcwbqkGO qZJpVTj+bnFw== X-IronPort-AV: E=Sophos;i="5.78,367,1599548400"; d="scan'208";a="547089450" 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 18:23:33 -0800 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Wed, 25 Nov 2020 18:18:12 +0800 Message-Id: <20201125101812.24725-1-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 Subject: [dts] [PATCH V1] conf/vf_l3fwd.cfg:according to framework/settings.cfg config add NIC config 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" according to framework/settings.cfg config add NIC config 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}}