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 44011A0547; Wed, 31 Mar 2021 10:11:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C57CA140DCA; Wed, 31 Mar 2021 10:11:04 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 70DA640141 for ; Wed, 31 Mar 2021 10:11:03 +0200 (CEST) IronPort-SDR: ruZnAmKZ0zneFQ2OF3HdYz9/RDkHoV4YfTuoX6Nv3zJTVXq0UZ33JAvKLOkALm5DPadobXpfRH IL9Ov0aLen7Q== X-IronPort-AV: E=McAfee;i="6000,8403,9939"; a="212179098" X-IronPort-AV: E=Sophos;i="5.81,293,1610438400"; d="scan'208";a="212179098" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2021 01:11:02 -0700 IronPort-SDR: H1psqcU+hBhaPpb9ZQbgW68/Kz1pkglq3BwGjjUo+uvSOt8TzHoiJ6IJCY91zJWiyyL3r4LLlD ubVAkmsNtVjQ== X-IronPort-AV: E=Sophos;i="5.81,293,1610438400"; d="scan'208";a="418553180" Received: from unknown (HELO localhost.localdomain) ([10.240.183.103]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Mar 2021 01:11:01 -0700 From: xiewei To: dts@dpdk.org Cc: xiewei Date: Thu, 1 Apr 2021 00:47:26 +0800 Message-Id: <20210331164727.23801-2-weix.xie@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20210331164727.23801-1-weix.xie@intel.com> References: <20210331164727.23801-1-weix.xie@intel.com> Subject: [dts] [PATCH V1 1/2] test_plans/rxtx_offload_test_plan: adapt to CVL NIC 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 Sender: "dts" for ice NIC, it failed to enable mbuf_fast_free per_queue. Signed-off-by: xiewei --- test_plans/rxtx_offload_test_plan.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/test_plans/rxtx_offload_test_plan.rst b/test_plans/rxtx_offload_test_plan.rst index 246e1e16..b107aba7 100644 --- a/test_plans/rxtx_offload_test_plan.rst +++ b/test_plans/rxtx_offload_test_plan.rst @@ -643,6 +643,20 @@ Test case: FVL Tx offload per-queue setting The port fwd can be started normally. +Note: + +But for ice NIC, it failed to enable mbuf_fast_free per_queue:: + + testpmd> port stop 0 + testpmd> port 0 txq 0 tx_offload mbuf_fast_free on + testpmd> port 0 txq 1 tx_offload mbuf_fast_free on + testpmd> port 0 txq 2 tx_offload mbuf_fast_free on + testpmd> port 0 txq 3 tx_offload mbuf_fast_free on + testpmd> port start 0 + Configuring Port 0 (socket 0) + Ethdev port_id=0 tx_queue_id=0, new added offloads 0x10000 must be within per-queue offload capabilities 0x0 in rte_eth_tx_queue_setup() + Fail to configure port 0 tx queues + 4. Disable mbuf_fast_free per_queue:: testpmd> port stop 0 -- 2.17.1