On Fri, Jul 12, 2024 at 11:30 PM Mike Pattrick <[email protected]> wrote: > > Previously the OVS support for checksum/TSO offloading didn't work well > with some network cards that supported VXLAN/Geneve tunnel TSO but not > outer UDP checksums. Now support for this configuration is improved and > we no longer need to disable the VXLAN/Geneve TSO flags from intel > hardware support flags.
Not sure it is clear to anyone reading this commitlog. Maybe explain that restoring those capabilities makes it possible to do hw tso over tunnel, when tunnel csum is disabled? > > The modification to outer UDP offload is still required pending a future > DPDK release. Indeed, when the dpdk fixes are in, we can re-enable those capabilities (well, to be more precise, we can stop filtering broken capabilities) on those nics. > > Suggested-by: David Marchand <[email protected]> > Signed-off-by: Mike Pattrick <[email protected]> Reviewed-by: David Marchand <[email protected]> -- David Marchand (going off for some time) _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
