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 491CFA04FF; Sun, 17 Apr 2022 16:05:29 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8AC66406A2; Sun, 17 Apr 2022 16:05:28 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 2809040140 for ; Sun, 17 Apr 2022 16:05:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650204326; x=1681740326; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=8Y8CgzTAB+Q53MlK89x+96COL9O7tBpwF8O80aM1qeU=; b=SZ+mB+TbIPLpQAYrqu6FFq5bbM8yfv2YwRnUP5tWYvC5/lL1hrKYZLgn pzj7GuENoO5wNl5YzC9Cv9HUayUAmEQxNBDWhQVv68nGdpm6m4fi6E4rJ PngQWQJq3xy2v5kFlqg6y1Pl3lMRHoEC4h37l+YquEKYZ2ThQGN7Yb5yd xW65Jgtgx7wg9fbH2rJcsdNv/dJmreoMkNm88YV9+1vR7ZC3eQC5HyMfD 6e/5PdqYeLnQb79dPidCF5nllzqiUpD6LeY+Xv0RUkuBvqqUU9I/5S3hh 5s56yAXNxo6m5tBncGbj0soiiRTKLD4q31zN045r+vGAFf8Ve7JNX25de w==; X-IronPort-AV: E=McAfee;i="6400,9594,10320"; a="243972074" X-IronPort-AV: E=Sophos;i="5.90,267,1643702400"; d="scan'208";a="243972074" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Apr 2022 07:05:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,267,1643702400"; d="scan'208";a="529047877" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga002.jf.intel.com with ESMTP; 17 Apr 2022 07:05:24 -0700 Received: from fmsmsx605.amr.corp.intel.com (10.18.126.85) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Sun, 17 Apr 2022 07:05:23 -0700 Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by fmsmsx605.amr.corp.intel.com ([10.18.126.85]) with mapi id 15.01.2308.027; Sun, 17 Apr 2022 07:05:23 -0700 From: "Tu, Lijuan" To: "Han, YingyaX" , "dts@dpdk.org" CC: "Han, YingyaX" Subject: RE: [dts][PATCH V1]test_plans/nic_single_core_perf: modify test plan to adapt meson build Thread-Topic: [dts][PATCH V1]test_plans/nic_single_core_perf: modify test plan to adapt meson build Thread-Index: AQHYULFgDR7arn2bL0uQDMvbEoB8Iaz0Jc3A Date: Sun, 17 Apr 2022 14:05:23 +0000 Message-ID: <341f922850ab46b99f3a3820c528ad64@intel.com> References: <20220415101220.1905362-1-yingyax.han@intel.com> In-Reply-To: <20220415101220.1905362-1-yingyax.han@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > - For FVL40g, if test 16 Byte Descriptor, need to set the > "CONFIG_RTE_LIBRTE_I40E_16BYTE_RX_DESC=3Dy" > - in ./config/common_base and re-build DPDK. >=20 > - For CVL25G, if test 16 Byte Descriptor, need to set the > "CONFIG_RTE_LIBRTE_ICE_16BYTE_RX_DESC=3Dy" > - in ./config/common_base and re-build DPDK. > - > + if test 16 or 32 Byte Descriptor, please set the value of > + "rx_desc_size" to 16 or 32 in dts/conf/nic_single_core_perf.cfg, > + and the default value is 16. Test plan is to introduce feature, test cases and how to test manually, not= how to use automation.=20 If you would like to introduce that, welcome to contribute to guides in doc= /gsg_dts/