> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Kurt Kanzenbach > Sent: Friday, October 18, 2024 1:40 AM > To: Nguyen, Anthony L <[email protected]>; Kitszel, Przemyslaw > <[email protected]> > Cc: David S. Miller <[email protected]>; Eric Dumazet > <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni > <[email protected]>; Alexei Starovoitov <[email protected]>; Daniel > Borkmann <[email protected]>; Jesper Dangaard Brouer > <[email protected]>; John Fastabend <[email protected]>; Richard > Cochran <[email protected]>; Sriram Yagnaraman > <[email protected]>; Benjamin Steinke > <[email protected]>; Sebastian Andrzej Siewior > <[email protected]>; Fijalkowski, Maciej <[email protected]>; > [email protected]; [email protected]; > [email protected]; Kurt Kanzenbach <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v9 4/6] igb: Add XDP finalize and > stats update functions > > Move XDP finalize and Rx statistics update into separate functions. This way, > they can be reused by the XDP and XDP/ZC code later. > > Signed-off-by: Kurt Kanzenbach <[email protected]> > Acked-by: Maciej Fijalkowski <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb.h | 3 ++ > drivers/net/ethernet/intel/igb/igb_main.c | 54 ++++++++++++++++++++---- > ------- > 2 files changed, 38 insertions(+), 19 deletions(-) >
Tested-by: George Kuruvinakunnel <[email protected]>
