On Mon, Aug 21, 2023 at 10:03 AM Eelco Chaudron <echau...@redhat.com> wrote: > On 18 Aug 2023, at 11:03, David Marchand wrote: > > > The only presence of RTE_MBUF_F_TX_IPV4 can't be used as an indicator > > that a checksum offload has been requested by an application. > > Check that RTE_MBUF_F_TX_IP_CKSUM or others flags have been set. > > > > Fixes: 1e728b01120c ("net/iavf: rework Tx path") > > Cc: sta...@dpdk.org > > Thanks for fixing this David! I tested and reviewed this change and it works > now.
For the record, Eelco encountered an issue with OVS 3.2 which now uses ip checksum offloading. Packets requiring such offloading were dropped by either the net/iavf driver or the i40e VF hw itself. -- David Marchand