From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 02BA2A04B9; Mon, 7 Sep 2020 11:05:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ECCF01C0CF; Mon, 7 Sep 2020 11:05:58 +0200 (CEST) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0DFAF29AC for ; Mon, 7 Sep 2020 11:05:57 +0200 (CEST) IronPort-SDR: Fpq6Qhl0V/cL97l+ip407+CRuLRlffODTAjBXq6Z5FwXY3Y3jX+yv/iR+LZ/QUuYGeF5KramHR 8894zpl6pmUg== X-IronPort-AV: E=McAfee;i="6000,8403,9736"; a="219532964" X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="219532964" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Sep 2020 02:05:57 -0700 IronPort-SDR: 4aux4W9jBkigTaCcef+1g4VInIXaO/Y0YpuuhutaM1KKoO1xYqjj+MZ7F9eNRzmpv/tXMFQiAb DGjei77mUm2Q== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.76,401,1592895600"; d="scan'208";a="316811373" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by orsmga002.jf.intel.com with ESMTP; 07 Sep 2020 02:05:55 -0700 From: lingwei To: dts@dpdk.org Cc: lingwei Date: Mon, 7 Sep 2020 16:49:25 +0000 Message-Id: <20200907164929.51247-2-weix.ling@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200907164929.51247-1-weix.ling@intel.com> References: <20200907164929.51247-1-weix.ling@intel.com> Subject: [dts] [dts 1/5] test_plans/nic_single_core_perf_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/nic_single_core_perf_test_plan.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test_plans/nic_single_core_perf_test_plan.rst b/test_plans/nic_single_core_perf_test_plan.rst index 4157c31..9fc5e01 100644 --- a/test_plans/nic_single_core_perf_test_plan.rst +++ b/test_plans/nic_single_core_perf_test_plan.rst @@ -62,6 +62,13 @@ Prerequisites 2 TG 25g ports for FVL25G ports 4 TG 10g ports for 4 NNT10G ports + +4. 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 CVL25G, 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 : Single Core Performance Measurement =============================================== -- 2.17.1