[PATCH] net/ice: fix path selection for QinQ Tx offload
Bruce Richardson
bruce.richardson at intel.com
Wed Nov 12 17:25:59 CET 2025
On Wed, Nov 12, 2025 at 01:46:58PM +0000, Loftus, Ciara wrote:
> > Subject: [PATCH] net/ice: fix path selection for QinQ Tx offload
> >
> > The capabilities flag for the vector offload path include the QinQ
> > offload capability, but in fact the offload path lacks any ability to
> > create context descriptors. This means that it cannot insert multiple
> > vlan tags for QinQ support, so move the offload from the VECTOR_OFFLOAD
> > list to the NO_VECTOR list. Similarly, remove any check for the QinQ
> > mbuf flag in any packets being transmitted, since that offload is
> > invalid to request if the feature is not enabled.
> >
> > Fixes: 808a17b3c1e6 ("net/ice: add Rx AVX512 offload path")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
>
> Acked-by: Ciara Loftus <ciara.loftus at intel.com>
>
Applied to dpdk-next-net-intel
/Bruce
More information about the dev
mailing list