[dpdk-dev] [PATCH v3 16/17] net/ionic: add TX checksum support

Ferruh Yigit ferruh.yigit at intel.com
Tue Dec 10 19:52:04 CET 2019


On 12/9/2019 9:46 PM, Alfredo Cardigliano wrote:
> Add support for TX checksumming.
> 
> Signed-off-by: Alfredo Cardigliano <cardigliano at ntop.org>
> Reviewed-by: Shannon Nelson <snelson at pensando.io>

<...>

> @@ -710,7 +794,7 @@ ionic_rx_clean(struct ionic_queue *q,
>  
>  	/* Vlan Strip */
>  	if (cq_desc->csum_flags & IONIC_RXQ_COMP_CSUM_F_VLAN) {
> -		pkt_flags |= PKT_RX_VLAN_STRIPPED;
> +		pkt_flags |= PKT_RX_VLAN | PKT_RX_VLAN_STRIPPED;
>  		rxm->vlan_tci = cq_desc->vlan_tci;
>  	}
>  
> 

Why not fix this at first place where it is introduced, it doesn't looks like
related to this patch.


More information about the dev mailing list