On Wed, Sep 16, 2026 at 02:00:39PM +0100, Loftus, Ciara wrote: > > Subject: [PATCH v3 14/15] net/ice: enable context desc offloads for vector > > Tx > > > > Use the context descriptor Tx vector paths from intel/common in ice > > driver to enable more offloads on the vector path for ice driver. > > > > Signed-off-by: Bruce Richardson <[email protected]> > > Acked-by: Ciara Loftus <[email protected]> > > --- > > doc/guides/nics/features/ice.ini | 8 +++--- > > doc/guides/rel_notes/release_26_11.rst | 6 ++++ > > drivers/net/intel/ice/ice_ethdev.h | 3 ++ > > drivers/net/intel/ice/ice_rxtx.c | 31 ++++++++++++++++++--- > > drivers/net/intel/ice/ice_rxtx.h | 11 ++++++++ > > drivers/net/intel/ice/ice_rxtx_vec_avx2.c | 24 ++++++++++++++++ > > drivers/net/intel/ice/ice_rxtx_vec_avx512.c | 24 ++++++++++++++++ > > 7 files changed, 99 insertions(+), 8 deletions(-) > > > > diff --git a/doc/guides/nics/features/ice.ini > > b/doc/guides/nics/features/ice.ini > > index 893d09e9ec..8674b588ed 100644 > > --- a/doc/guides/nics/features/ice.ini > > +++ b/doc/guides/nics/features/ice.ini > > @@ -13,7 +13,7 @@ Link status = Y > > Link status event = Y > > FEC = Y > > Rx interrupt = Y > > -Fast mbuf free = P > > +Fast mbuf free = Y > > Free Tx mbuf on demand = Y > > Queue start/stop = Y > > Burst mode info = Y > > @@ -33,12 +33,12 @@ VLAN filter = Y > > Traffic manager = Y > > CRC offload = Y > > VLAN offload = Y > > -QinQ offload = P > > +QinQ offload = Y > > I think this should stay as P because the vector Rx paths > don't support QINQ strip. >
Ok, will revert on apply. Thanks for flagging.

