From patchwork Tue Sep 1 02:55:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Xie, WeiX" X-Patchwork-Id: 76188 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 19743A04B4; Tue, 1 Sep 2020 04:53:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EE7BD1C0D9; Tue, 1 Sep 2020 04:53:55 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 464751C10A for ; Tue, 1 Sep 2020 04:53:55 +0200 (CEST) IronPort-SDR: Kmf2MJLbYHwCfFxZ2Z2J1KQJ+0MKc/oWfXhUtPxelDVfkPwG9yyXQboqu/JNmLubq+S748zzL/ uqxBPrOadWEg== X-IronPort-AV: E=McAfee;i="6000,8403,9730"; a="157097117" X-IronPort-AV: E=Sophos;i="5.76,377,1592895600"; d="scan'208";a="157097117" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2020 19:53:54 -0700 IronPort-SDR: mz/PG61uoHYr7yaszIjKnFEjX1YGMSjIAuxuagAlTtmvqCkD6ZcmcEu5o6F0vLbSU9uZ4DkFJw PEigFcf7o0Bg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,377,1592895600"; d="scan'208";a="333562622" Received: from unknown (HELO localhost.localdomain) ([10.240.183.80]) by fmsmga002.fm.intel.com with ESMTP; 31 Aug 2020 19:53:53 -0700 From: Xie wei To: dts@dpdk.org Cc: Xie wei Date: Tue, 1 Sep 2020 10:55:14 +0800 Message-Id: <20200901025517.9501-3-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200901025517.9501-1-weix.xie@intel.com> References: <20200901025517.9501-1-weix.xie@intel.com> Subject: [dts] [dts 2/5] test_plans/generic_filter_test_plan:add the change IXGBE_NONE_MODE_TX_NB_QUEUES to 128 in test plan 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" Signed-off-by: Xie wei Acked-by: Lin Xueqin --- test_plans/generic_filter_test_plan.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test_plans/generic_filter_test_plan.rst b/test_plans/generic_filter_test_plan.rst index 8f69916..de02f62 100644 --- a/test_plans/generic_filter_test_plan.rst +++ b/test_plans/generic_filter_test_plan.rst @@ -492,7 +492,13 @@ Test Case 10: 128 queues This case is designed for NIC(niantic). Since NIC(niantic) has 128 transmit queues, it should be supports 128 kinds of filter if Hardware have enough -cores. Launch the app ``testpmd`` with the following arguments:: +cores. +DPDK enable 64 queues in ixgbe driver by default. Enlarge queue number to 128 +for 128 queues test:: + + sed -i -e 's/#define IXGBE_NONE_MODE_TX_NB_QUEUES 64$/#define IXGBE_NONE_MODE_TX_NB_QUEUES 128/' drivers/net/ixgbe/ixgbe_ethdev.h + +Launch the app ``testpmd`` with the following arguments:: ./testpmd -c fffff -n 4 -- -i --disable-rss --rxq=128 --txq=128 --nb-cores=16 --nb-ports=2 --total-num-mbufs=60000