[dpdk-dev] [PATCH v2] net/virtio: handle Tx checksums correctly for tunnel packets

Maxime Coquelin maxime.coquelin at redhat.com
Thu Oct 21 14:28:55 CEST 2021



On 9/16/21 20:49, Ivan Malov wrote:
> Tx prepare method calls rte_net_intel_cksum_prepare(), which
> handles tunnel packets correctly, but Tx burst path does not
> take tunnel presence into account when computing the offsets.
> 
> Fixes: 58169a9c8153 ("net/virtio: support Tx checksum offload")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Ivan Malov <ivan.malov at oktetlabs.ru>
> Reviewed-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> ---
>   drivers/net/virtio/virtqueue.h | 9 ++++++---
>   1 file changed, 6 insertions(+), 3 deletions(-)
> 


Applied to dpdk-next-virtio/main.

Thanks,
Maxime



More information about the dev mailing list