DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/intel: remove unused Tx struct member
@ 2025-09-10  8:06 Bruce Richardson
  2025-09-11  8:45 ` Bruce Richardson
  0 siblings, 1 reply; 2+ messages in thread
From: Bruce Richardson @ 2025-09-10  8:06 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson

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@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] net/intel: remove unused Tx struct member
  2025-09-10  8:06 [PATCH] net/intel: remove unused Tx struct member Bruce Richardson
@ 2025-09-11  8:45 ` Bruce Richardson
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2025-09-11  8:45 UTC (permalink / raw)
  To: dev

On Wed, Sep 10, 2025 at 09:06:16AM +0100, Bruce Richardson wrote:
> 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@intel.com>
> ---
>  drivers/net/intel/common/tx.h | 1 -
>  1 file changed, 1 deletion(-)
> 
Recheck-request: rebase=next-net-intel, iol-compile-amd64-testing, iol-compile-arm64-testing

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-11  8:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-10  8:06 [PATCH] net/intel: remove unused Tx struct member Bruce Richardson
2025-09-11  8:45 ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).