[PATCH] net/intel: remove unused Tx struct member

Loftus, Ciara ciara.loftus at intel.com
Tue Sep 16 16:25:15 CEST 2025


> 
> The rel_mbufs_type value for tracking the Tx cleanup function is no
> longer used in the iavf code. Therefore it can be removed.
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Acked-by: Ciara Loftus <ciara.loftus at intel.com>

> ---
>  drivers/net/intel/common/tx.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/net/intel/common/tx.h b/drivers/net/intel/common/tx.h
> index 7dc84da170..22eca21f65 100644
> --- a/drivers/net/intel/common/tx.h
> +++ b/drivers/net/intel/common/tx.h
> @@ -84,7 +84,6 @@ struct ci_tx_queue {
>  		};
>  		struct { /* iavf driver specific values */
>  			uint16_t ipsec_crypto_pkt_md_offset;
> -			uint8_t rel_mbufs_type;
>  #define IAVF_TX_FLAGS_VLAN_TAG_LOC_L2TAG1 BIT(0)
>  #define IAVF_TX_FLAGS_VLAN_TAG_LOC_L2TAG2 BIT(1)
>  			uint8_t vlan_flag;
> --
> 2.48.1



More information about the dev mailing list