[dpdk-dev] [PATCH 09/14] net/enic: support mbuf fast free offload

Ferruh Yigit ferruh.yigit at intel.com
Thu Jun 28 18:05:08 CEST 2018


On 6/28/2018 4:19 AM, John Daley wrote:
> From: Hyong Youb Kim <hyonkim at cisco.com>
> 
> Signed-off-by: Hyong Youb Kim <hyonkim at cisco.com>
> Reviewed-by: John Daley <johndale at cisco.com>

<...>

> @@ -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.


More information about the dev mailing list