[dpdk-dev] [PATCH v1] net/axgbe: add support for Scattered Rx

Ferruh Yigit ferruh.yigit at intel.com
Thu Feb 27 15:28:55 CET 2020


On 2/27/2020 6:33 AM, ssebasti at amd.com wrote:
> From: Selwin Sebastian <selwin.sebastian at amd.com>
> 
> Enable scattered rx support and add jumbo packet transmit capability
> 
> Signed-off-by: Selwin Sebastian <selwin.sebastian at amd.com>

<...>

> @@ -789,11 +789,17 @@ axgbe_dev_info_get(struct rte_eth_dev *dev, struct rte_eth_dev_info *dev_info)
>  		DEV_RX_OFFLOAD_IPV4_CKSUM |
>  		DEV_RX_OFFLOAD_UDP_CKSUM  |
>  		DEV_RX_OFFLOAD_TCP_CKSUM  |
> +		DEV_RX_OFFLOAD_JUMBO_FRAME	|
> +		DEV_RX_OFFLOAD_SCATTER	  |
>  		DEV_RX_OFFLOAD_KEEP_CRC;
>  
>  	dev_info->tx_offload_capa =
>  		DEV_TX_OFFLOAD_IPV4_CKSUM  |
>  		DEV_TX_OFFLOAD_UDP_CKSUM   |
> +		DEV_TX_OFFLOAD_OUTER_IPV4_CKSUM |
> +		DEV_TX_OFFLOAD_UDP_TSO		|
> +		DEV_TX_OFFLOAD_SCTP_CKSUM	|
> +		DEV_TX_OFFLOAD_MULTI_SEGS	|
>  		DEV_TX_OFFLOAD_TCP_CKSUM;

Is the Tx offload capability update related to the this change? If it is not can
you please send these updates as a separate patch, and a send new version of
this patch without this bit?

Thanks,
ferruh


More information about the dev mailing list