From patchwork Wed Sep 2 14:14:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 76287 X-Patchwork-Delegate: lijuan.tu@intel.com 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 302D7A04B5; Wed, 2 Sep 2020 08:17:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2941D1C0AC; Wed, 2 Sep 2020 08:17:49 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 32778E07 for ; Wed, 2 Sep 2020 08:17:47 +0200 (CEST) IronPort-SDR: hF/l4wopUuKTx57SBPusE79yW24aE2vl87+FEhkNRIWsQv96mao2xcWX1NG6A3fPONXyq00Ggj aL8SmOtObiEw== X-IronPort-AV: E=McAfee;i="6000,8403,9731"; a="218877830" X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="218877830" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2020 23:17:45 -0700 IronPort-SDR: xlgg3Ij1y1X2ABGj4kedpfJ7zsJCyR5zlCRI1+PoQn0N3ucpAThuxhEe/eIlLmF5balhXG435v +4yISO6wPPKw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,381,1592895600"; d="scan'208";a="333992403" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga002.fm.intel.com with ESMTP; 01 Sep 2020 23:17:44 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Wed, 2 Sep 2020 14:14:57 +0000 Message-Id: <20200902141500.92740-4-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200902141500.92740-1-weix.ling@intel.com> References: <20200902141500.92740-1-weix.ling@intel.com> Subject: [dts] [dts 3/6] test_plans/pmd_test_plan: update test plan to sync with testcase 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: lingwei --- test_plans/pmd_test_plan.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test_plans/pmd_test_plan.rst b/test_plans/pmd_test_plan.rst index f84fa55..c4d82cb 100644 --- a/test_plans/pmd_test_plan.rst +++ b/test_plans/pmd_test_plan.rst @@ -80,6 +80,13 @@ If using igb_uio:: modprobe igb_uio usertools/dpdk-devbind.py --bind=igb_uio device_bus_id +Case config:: + For FVL40g, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=y" + in ./config/common_base and re-build DPDK. + + For FVL25G, if test 16 Byte Descriptor, need to set the "CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=y" + in ./config/common_base and re-build DPDK. + Test Case: Packet Checking ==========================