From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8A08A0093; Fri, 29 Apr 2022 07:37:19 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8D77D410E3; Fri, 29 Apr 2022 07:37:19 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 2000140E50 for ; Fri, 29 Apr 2022 07:37:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651210637; x=1682746637; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=+6q4r8tl4DF84VXBnPqGz5woMBw29QAdOeGaBiYuWx0=; b=g/3iQv8I4zjOp6I4ZOJvZkKxq00exnHInZ4sLdHHDuILpMh4L0MnQNum 07UNxEYS/nQtG7WwnckmGIlQG98UH/vlOPM7MBBlUhYt5V6xJS/kW4ABO oBjau8aW5tsWEk19tDzM8NYbRIvcrYvq+wWvQu7l6m963SXztWgWYztvC mobyWPyflL5i9nq8QEDUTiKcms84GZTXHSc6OdTfvIgZcvbMPMeol1TVP D9SAb9VdPvJE1R6yU2m8JO0LvaI7iTXmrRJIhiBf0wsalEP2zHrr6gDiA qVuv1z3SDaP546hD6kiYoi3fw7JYpHkEHSWcX2lBDa5S5A8hxFou0kjCS w==; X-IronPort-AV: E=McAfee;i="6400,9594,10331"; a="247096347" X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="247096347" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 22:37:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,297,1647327600"; d="scan'208";a="534306326" Received: from dpdk-yaobing-01.sh.intel.com ([10.67.119.76]) by orsmga006.jf.intel.com with ESMTP; 28 Apr 2022 22:37:14 -0700 From: hanyingya To: dts@dpdk.org Cc: hanyingya Subject: [dts][PATCH V2]test_plans/nic_single_core&pmd: modify test plan to adapt meson build Date: Fri, 29 Apr 2022 13:37:03 +0800 Message-Id: <20220429053703.2248656-1-yingyax.han@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 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 Signed-off-by: hanyingya --- test_plans/nic_single_core_perf_test_plan.rst | 11 ++++++----- test_plans/pmd_test_plan.rst | 9 +++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/test_plans/nic_single_core_perf_test_plan.rst b/test_plans/nic_single_core_perf_test_plan.rst index 7f86312f..459ad87f 100644 --- a/test_plans/nic_single_core_perf_test_plan.rst +++ b/test_plans/nic_single_core_perf_test_plan.rst @@ -64,12 +64,13 @@ Prerequisites 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. - + For FVL40g, if test 16 Byte Descriptor, need to be configured with the + "-Dc_args=-DRTE_LIBRTE_I40E_16BYTE_RX_DESC" option at compile time. + + For CVL25G, if test 16 Byte Descriptor, need to be configured with the + "-Dc_args=-DRTE_LIBRTE_ICE_16BYTE_RX_DESC" option at compile time. + Test Case : Single Core Performance Measurement =============================================== 1) Bind tested ports to igb_uio diff --git a/test_plans/pmd_test_plan.rst b/test_plans/pmd_test_plan.rst index 7b7d994f..88671419 100644 --- a/test_plans/pmd_test_plan.rst +++ b/test_plans/pmd_test_plan.rst @@ -81,11 +81,12 @@ If using 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 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. + For FVL40g, if test 16 Byte Descriptor, need to be configured with the + "-Dc_args=-DRTE_LIBRTE_I40E_16BYTE_RX_DESC" option at compile time. + + For CVL25G, if test 16 Byte Descriptor, need to be configured with the + "-Dc_args=-DRTE_LIBRTE_ICE_16BYTE_RX_DESC" option at compile time. Test Case: Packet Checking ========================== -- 2.25.1