From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 09/14] net/enic: support mbuf fast free offload Date: Thu, 28 Jun 2018 17:05:08 +0100 Message-ID: References: <20180628031940.17397-1-johndale@cisco.com> <20180628031940.17397-9-johndale@cisco.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, Hyong Youb Kim To: John Daley Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 4C8928E73 for ; Thu, 28 Jun 2018 18:05:11 +0200 (CEST) In-Reply-To: <20180628031940.17397-9-johndale@cisco.com> Content-Language: en-US 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 6/28/2018 4:19 AM, John Daley wrote: > From: Hyong Youb Kim > > Signed-off-by: Hyong Youb Kim > Reviewed-by: John Daley <...> > @@ -183,7 +183,9 @@ int enic_get_vnic_config(struct enic *enic) > * Default hardware capabilities. enic_dev_init() may add additional > * flags if it enables overlay offloads. > */ > + enic->tx_queue_offload_capa = DEV_TX_OFFLOAD_MBUF_FAST_FREE; > enic->tx_offload_capa = > + enic->tx_queue_offload_capa | > DEV_TX_OFFLOAD_MULTI_SEGS | > DEV_TX_OFFLOAD_VLAN_INSERT | > DEV_TX_OFFLOAD_IPV4_CKSUM | Can you please document new feature "Fast mbuf free" in doc/guides/nics/features/enic.ini.