Re: [ovs-dev] [PATCH v4] netdev-dpdk: Disable outer udp checksum offload for ice driver.

2024-03-21 Thread Ilya Maximets
On 3/21/24 04:17, Jun Wang wrote: > Fixing the issue of incorrect outer UDP checksum in packets sent by E810. > > Fixes: 084c8087292c ("userspace: Support VXLAN and GENEVE TSO.") > Reported-at: https://github.com/openvswitch/ovs-issues/issues/321 > > Signed-off-by: Jun Wang > --- >

[ovs-dev] [PATCH v4] netdev-dpdk: Disable outer udp checksum offload for ice driver.

2024-03-20 Thread Jun Wang
Fixing the issue of incorrect outer UDP checksum in packets sent by E810. Fixes: 084c8087292c ("userspace: Support VXLAN and GENEVE TSO.") Reported-at: https://github.com/openvswitch/ovs-issues/issues/321 Signed-off-by: Jun Wang --- lib/netdev-dpdk.c | 6 ++ 1 file changed, 6 insertions(+)