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 7AF78A052A; Tue, 2 Feb 2021 18:50:14 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E68B424038A; Tue, 2 Feb 2021 18:50:10 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 816FA240376 for ; Tue, 2 Feb 2021 18:50:08 +0100 (CET) IronPort-SDR: +c5fqjDbfRxxgwThRz7DRTPgT4LgKZG2AtF9RDoWO1qQ93YfqV1kigBkEfE2mnY70xFyJp858v PCnCtFbofcDQ== X-IronPort-AV: E=McAfee;i="6000,8403,9883"; a="177391117" X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="177391117" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 09:50:05 -0800 IronPort-SDR: KtbQ+vDdvKsF6ED0ooT7FK1P1elnxFODhGEayYgRkKxEp0yzeyoUzkWJ6Z2SR82QI5ArxuYCmZ 2Kv2o5aEMI7Q== X-IronPort-AV: E=Sophos;i="5.79,396,1602572400"; d="scan'208";a="391595986" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.226.112]) ([10.213.226.112]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Feb 2021 09:50:04 -0800 To: Jiawen Wu , dev@dpdk.org References: <20210122094800.197748-1-jiawenwu@trustnetic.com> <20210122094800.197748-17-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <5e5fae4a-b95a-56d4-faa6-d1456e4e332a@intel.com> Date: Tue, 2 Feb 2021 17:50:03 +0000 MIME-Version: 1.0 In-Reply-To: <20210122094800.197748-17-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v1 16/20] net/txgbe: add some supports as PF driver implemented X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/22/2021 9:47 AM, Jiawen Wu wrote: > Some RXTX operations like queue setup and release, packet type get, and > Tx done cleanup have been supported on PF device. There are ops > functions directly added. > > Signed-off-by: Jiawen Wu <...> > @@ -1375,6 +1380,7 @@ static const struct eth_dev_ops txgbevf_eth_dev_ops = { > .reta_query = txgbe_dev_rss_reta_query, > .rss_hash_update = txgbe_dev_rss_hash_update, > .rss_hash_conf_get = txgbe_dev_rss_hash_conf_get, > + .tx_done_cleanup = txgbe_dev_tx_done_cleanup, Can you please add "Free Tx mbuf on demand" feature to the .ini file with this dev_ops.