DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Loftus, Ciara" <ciara.loftus@intel.com>
To: "Richardson, Bruce" <bruce.richardson@intel.com>,
	"dev@dpdk.org" <dev@dpdk.org>
Cc: "Richardson, Bruce" <bruce.richardson@intel.com>
Subject: RE: [PATCH] net/intel: remove unused Tx struct member
Date: Tue, 16 Sep 2025 14:25:15 +0000	[thread overview]
Message-ID: <DM3PPF7D18F34A19FFE77AEF41CA5280A638E14A@DM3PPF7D18F34A1.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20250910080616.892711-1-bruce.richardson@intel.com>

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

Acked-by: Ciara Loftus <ciara.loftus@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


      parent reply	other threads:[~2025-09-16 14:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-10  8:06 Bruce Richardson
2025-09-11  8:45 ` Bruce Richardson
2025-09-16 14:25 ` Loftus, Ciara [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM3PPF7D18F34A19FFE77AEF41CA5280A638E14A@DM3PPF7D18F34A1.namprd11.prod.outlook.com \
    --to=ciara.loftus@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).