> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Alexander Lobakin > Sent: Thursday, September 11, 2025 9:53 PM > To: [email protected] > Cc: Lobakin, Aleksander <[email protected]>; Kubiak, Michal > <[email protected]>; Fijalkowski, Maciej > <[email protected]>; Nguyen, Anthony L > <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Andrew Lunn <[email protected]>; > 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]>; Simon Horman <[email protected]>; > NXNE CNSE OSDT ITP Upstreaming > <[email protected]>; [email protected]; > [email protected]; [email protected] > Subject: [Intel-wired-lan] [PATCH iwl-next 2/5] idpf: add XSk pool > initialization > > From: Michal Kubiak <[email protected]> > > Add functionality to setup an XSk buffer pool, including ability to stop, > reconfig and start only selected queues, not the whole device. > Pool DMA mapping is managed by libeth_xdp. > > Signed-off-by: Michal Kubiak <[email protected]> > Signed-off-by: Alexander Lobakin <[email protected]> > --- > drivers/net/ethernet/intel/idpf/Makefile | 1 + > drivers/net/ethernet/intel/idpf/idpf_txrx.h | 7 + > drivers/net/ethernet/intel/idpf/xdp.h | 2 + > drivers/net/ethernet/intel/idpf/xsk.h | 14 + > .../net/ethernet/intel/idpf/idpf_ethtool.c | 8 +- > drivers/net/ethernet/intel/idpf/idpf_txrx.c | 299 ++++++++++++++++++ > drivers/net/ethernet/intel/idpf/xdp.c | 14 + > drivers/net/ethernet/intel/idpf/xsk.c | 57 ++++ > 8 files changed, 398 insertions(+), 4 deletions(-) create mode 100644
Tested-by: Ramu R <[email protected]>
