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

2021-09-13 Thread Maxime Coquelin
On 8/30/21 4:26 PM, 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. > > Signed-off-by: Ivan Malov > Reviewed-by: Andrew Rybchenko > -

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

2021-08-30 Thread Ivan Malov
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. Signed-off-by: Ivan Malov Reviewed-by: Andrew Rybchenko --- drivers/net/virtio/virtqueue.h | 9 ++--- 1 fil