[PATCH] net/iavf: fix checksum offloading

David Marchand david.marchand at redhat.com
Mon Aug 21 10:22:49 CEST 2023


On Mon, Aug 21, 2023 at 10:03 AM Eelco Chaudron <echaudro at 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: stable at 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



More information about the stable mailing list