Re: [ovs-dev] [PATCH] netdev-dpdk: Disable net/tap Tx L4 checksum offloads.

2023-08-29 Thread David Marchand
On Fri, Aug 25, 2023 at 3:46 PM Ilya Maximets wrote: > > On 8/24/23 17:19, David Marchand wrote: > > As reported by Ales when doing some OVN integration tests with OVS 3.2, > > net/tap has broken L4 checksum offloads. > > > > Fixes are pending on DPDK side. > > Until they get in a LTS release

Re: [ovs-dev] [PATCH] netdev-dpdk: Disable net/tap Tx L4 checksum offloads.

2023-08-25 Thread Eelco Chaudron
On 25 Aug 2023, at 15:46, Ilya Maximets wrote: > On 8/24/23 17:19, David Marchand wrote: >> As reported by Ales when doing some OVN integration tests with OVS 3.2, >> net/tap has broken L4 checksum offloads. >> >> Fixes are pending on DPDK side. >> Until they get in a LTS release used by OVS,

Re: [ovs-dev] [PATCH] netdev-dpdk: Disable net/tap Tx L4 checksum offloads.

2023-08-25 Thread Ilya Maximets
On 8/24/23 17:19, David Marchand wrote: > As reported by Ales when doing some OVN integration tests with OVS 3.2, > net/tap has broken L4 checksum offloads. > > Fixes are pending on DPDK side. > Until they get in a LTS release used by OVS, disable those Tx offloads. > > Signed-off-by: David

Re: [ovs-dev] [PATCH] netdev-dpdk: Disable net/tap Tx L4 checksum offloads.

2023-08-25 Thread Eelco Chaudron
On 24 Aug 2023, at 17:19, David Marchand wrote: > As reported by Ales when doing some OVN integration tests with OVS 3.2, > net/tap has broken L4 checksum offloads. > > Fixes are pending on DPDK side. > Until they get in a LTS release used by OVS, disable those Tx offloads. > > Signed-off-by:

[ovs-dev] [PATCH] netdev-dpdk: Disable net/tap Tx L4 checksum offloads.

2023-08-24 Thread David Marchand
As reported by Ales when doing some OVN integration tests with OVS 3.2, net/tap has broken L4 checksum offloads. Fixes are pending on DPDK side. Until they get in a LTS release used by OVS, disable those Tx offloads. Signed-off-by: David Marchand --- lib/netdev-dpdk.c | 8 1 file