> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf > Of Joshua Hay > Sent: Wednesday, June 25, 2025 6:12 PM > To: [email protected] > Cc: [email protected]; Hay, Joshua A <[email protected]>; > Chittim, Madhu <[email protected]> > Subject: [Intel-wired-lan] [PATCH net 5/5] 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]> > --- > drivers/net/ethernet/intel/idpf/idpf_txrx.c | 375 ++----------------- > - drivers/net/ethernet/intel/idpf/idpf_txrx.h | 47 +-- > 2 files changed, 23 insertions(+), 399 deletions(-) > > diff --git a/drivers/net/ethernet/intel/idpf/idpf_txrx.c > b/drivers/net/ethernet/intel/idpf/idpf_txrx.c > index 674b7a382bf1..811fc6d124a7 100644 > --- a/drivers/net/ethernet/intel/idpf/idpf_txrx.c > +++ b/drivers/net/ethernet/intel/idpf/idpf_txrx.c > @@ -8,48 +8,12 @@ ... > -- > 2.39.2 Reviewed-by: Aleksandr Loktionov <[email protected]>
