On Tue, Sep 02, 2025 at 10:48:56AM +0000, Ciara Loftus wrote:
> The set of supported Rx offloads in the vector path had been defined as
> those supported by the scalar path. This was incorrect so define a new
> list of supported offloads for the vector path. The list is the same
> as the scalar path except it excludes vlan extend and qinq strip.
>
> Also, remove a redundant check for the VLAN Extend offload in the
> driver code. This check is now performed in the common rx path
> selection code.
>
> Fixes: 052ae311091c ("net/i40e: use the common Rx path selection
> infrastructure")
>
> Signed-off-by: Ciara Loftus <[email protected]>
> ---
Will squash this fix into the referenced commit on the next-net-intel tree,
since it hasn't been pulled (and therefore the commit id will be invalid
once it is pulled to main).
Acked-by: Bruce Richardson <[email protected]>