Re: [PATCH v3 1/3] net/tap: fix L4 checksum offloading

2023-11-01 Thread Ferruh Yigit
On 8/24/2023 8:18 AM, David Marchand wrote: > The L4 checksum offloading API does not require l4_len to be set. > Make the driver discover the L4 headers size by itself. > > Fixes: 6546e76056e3 ("net/tap: calculate checksums of multi segs packets") > Cc: sta...@dpdk.org > > Signed-off-by: David M

[PATCH v3 1/3] net/tap: fix L4 checksum offloading

2023-08-24 Thread David Marchand
The L4 checksum offloading API does not require l4_len to be set. Make the driver discover the L4 headers size by itself. Fixes: 6546e76056e3 ("net/tap: calculate checksums of multi segs packets") Cc: sta...@dpdk.org Signed-off-by: David Marchand Tested-by: Ales Musil --- .mailmap