[PATCH v2 1/4] net/i40e: fix supported offloads for Rx vector path

Bruce Richardson bruce.richardson at intel.com
Thu Sep 4 18:29:48 CEST 2025


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 <ciara.loftus at intel.com>
> ---

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 <bruce.richardson at intel.com>



More information about the dev mailing list