On Tue, Sep 02, 2025 at 10:48:59AM +0000, Ciara Loftus wrote: > The scatter offload was listed twice as a supported offload for the Rx > scalar path. Remove it. > > Fixes: cd9889d90b84 ("net/iavf: use the common Rx path selection > infrastructure") > > Signed-off-by: Ciara Loftus <ciara.lof...@intel.com> > --- Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Will squash into commit on next-net-intel > drivers/net/intel/iavf/iavf_rxtx.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/intel/iavf/iavf_rxtx.h > b/drivers/net/intel/iavf/iavf_rxtx.h > index 723c30d05b..10812533c2 100644 > --- a/drivers/net/intel/iavf/iavf_rxtx.h > +++ b/drivers/net/intel/iavf/iavf_rxtx.h > @@ -68,7 +68,6 @@ > RTE_ETH_RX_OFFLOAD_SCATTER | \ > RTE_ETH_RX_OFFLOAD_VLAN_FILTER | \ > RTE_ETH_RX_OFFLOAD_VLAN_EXTEND | \ > - RTE_ETH_RX_OFFLOAD_SCATTER | \ > RTE_ETH_RX_OFFLOAD_RSS_HASH | \ > RTE_ETH_RX_OFFLOAD_OUTER_UDP_CKSUM | \ > RTE_ETH_RX_OFFLOAD_KEEP_CRC) > -- > 2.34.1 >