> -----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]; Sriram Yagnaraman <[email protected]>; > Kurt Kanzenbach <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v9 1/6] igb: Remove static > qualifiers > > From: Sriram Yagnaraman <[email protected]> > > Remove static qualifiers on the following functions to be able to call from > XSK > specific file that is added in the later patches: > - igb_xdp_tx_queue_mapping() > - igb_xdp_ring_update_tail() > - igb_clean_tx_ring() > - igb_clean_rx_ring() > - igb_xdp_xmit_back() > - igb_process_skb_fields() > > While at it, inline igb_xdp_tx_queue_mapping() and > igb_xdp_ring_update_tail(). These functions are small enough and used in XDP > hot paths. > > Signed-off-by: Sriram Yagnaraman <[email protected]> > [Kurt: Split patches, inline small XDP functions] > Signed-off-by: Kurt Kanzenbach <[email protected]> > Acked-by: Maciej Fijalkowski <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb.h | 29 ++++++++++++++++++++++++ > drivers/net/ethernet/intel/igb/igb_main.c | 37 > +++++-------------------------- > 2 files changed, 35 insertions(+), 31 deletions(-) >
Tested-by: George Kuruvinakunnel <[email protected]>
