[PATCH v2 4/4] net/iavf: remove duplicate in scalar offload list
Bruce Richardson
bruce.richardson at intel.com
Thu Sep 4 18:52:28 CEST 2025
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.loftus at intel.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson at 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
>
More information about the dev
mailing list