> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf
> Of Joshua Hay
> Sent: Friday, July 25, 2025 8:42 PM
> To: [email protected]
> Cc: [email protected]; Hay, Joshua A <[email protected]>;
> Chittim, Madhu <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-net v3 6/6] idpf: remove
> obsolete stashing code
>
> With the new Tx buffer management scheme, there is no need for all of
> the stashing mechanisms, the hash table, the reserve buffer stack,
> etc.
> Remove all of that.
>
> Signed-off-by: Joshua Hay <[email protected]>
> Reviewed-by: Madhu Chittim <[email protected]>
Reviewed-by: Aleksandr Loktionov <[email protected]>
> ---
> v3: update comment format
> ---
> drivers/net/ethernet/intel/idpf/idpf_txrx.c | 314 ++-----------------
> - drivers/net/ethernet/intel/idpf/idpf_txrx.h | 47 +--
> 2 files changed, 22 insertions(+), 339 deletions(-)
>
> diff --git a/drivers/net/ethernet/intel/idpf/idpf_txrx.c
> b/drivers/net/ethernet/intel/idpf/idpf_txrx.c
> index 6563d5831a23..a12cfad566a7 100644
> --- a/drivers/net/ethernet/intel/idpf/idpf_txrx.c
> +++ b/drivers/net/ethernet/intel/idpf/idpf_txrx.c
> @@ -8,48 +8,12 @@
> #include "idpf_ptp.h"
> #include "idpf_virtchnl.h"
>
> -struct idpf_tx_stash {
> - struct hlist_node hlist;
> - struct libeth_sqe buf;
> -};
> -
> #define idpf_tx_buf_next(buf) (*(u32 *)&(buf)->priv)
> -#define idpf_tx_buf_compl_tag(buf) (*(u32 *)&(buf)->priv)
> LIBETH_SQE_CHECK_PRIV(u32);
...
> @@ -932,7 +888,6 @@ struct idpf_txq_group {
>
> u16 num_txq;
> struct idpf_tx_queue *txqs[IDPF_LARGE_MAX_Q];
> - struct idpf_txq_stash *stashes;
>
> struct idpf_compl_queue *complq;
>
> --
> 2.39.2