All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] e1000e: add XDP support
@ 2026-03-11 19:14 Matteo Croce
  2026-03-11 19:14 ` [PATCH net-next 1/2] e1000e: add basic " Matteo Croce
  2026-03-11 19:14 ` [PATCH net-next 2/2] e1000e: add XDP_REDIRECT support Matteo Croce
  0 siblings, 2 replies; 5+ messages in thread
From: Matteo Croce @ 2026-03-11 19:14 UTC (permalink / raw)
  To: Tony Nguyen, Przemek Kitszel, Andrew Lunn, David S. Miller,
	Eric Dumazet, Jakub Kicinski, Paolo Abeni, Alexei Starovoitov,
	Daniel Borkmann, Jesper Dangaard Brouer, John Fastabend
  Cc: netdev, bpf, linux-kernel

Add XDP support to e1000e driver. First patch adds basic XDP support,
while the second one adds support for AF_XDP.
Tested on an Intel 82574L Gigabit card.

Matteo Croce (2):
  e1000e: add basic XDP support
  e1000e: add XDP_REDIRECT support

 drivers/net/ethernet/intel/e1000e/e1000.h  |  18 +-
 drivers/net/ethernet/intel/e1000e/netdev.c | 600 ++++++++++++++++++++-
 2 files changed, 606 insertions(+), 12 deletions(-)

-- 
2.53.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-12  4:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 19:14 [PATCH net-next 0/2] e1000e: add XDP support Matteo Croce
2026-03-11 19:14 ` [PATCH net-next 1/2] e1000e: add basic " Matteo Croce
2026-03-12  4:21   ` kernel test robot
2026-03-12  4:34   ` kernel test robot
2026-03-11 19:14 ` [PATCH net-next 2/2] e1000e: add XDP_REDIRECT support Matteo Croce

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.