public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] e1000e: add XDP support
@ 2026-03-12 18:38 Matteo Croce
  2026-03-12 18:38 ` [PATCH net-next v2 1/2] e1000e: add basic " Matteo Croce
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Matteo Croce @ 2026-03-12 18:38 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.

v2: added a missing 'select PAGE_POOL' which triggered a build failure
with some configurations.

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

 drivers/net/ethernet/intel/Kconfig            |    1 +
 drivers/net/ethernet/intel/e1000e/e1000.h     |   18 +-
 drivers/net/ethernet/intel/e1000e/netdev.c    |  600 +-
 .../net/ethernet/intel/e1000e/netdev.c.orig   | 8529 +++++++++++++++++
 .../net/ethernet/intel/e1000e/netdev.c.rej    |   46 +
 5 files changed, 9182 insertions(+), 12 deletions(-)
 create mode 100644 drivers/net/ethernet/intel/e1000e/netdev.c.orig
 create mode 100644 drivers/net/ethernet/intel/e1000e/netdev.c.rej

-- 
2.53.0


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

end of thread, other threads:[~2026-03-13 14:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 18:38 [PATCH net-next v2 0/2] e1000e: add XDP support Matteo Croce
2026-03-12 18:38 ` [PATCH net-next v2 1/2] e1000e: add basic " Matteo Croce
2026-03-13  0:30   ` Jakub Kicinski
2026-03-13  1:15     ` Matteo Croce
2026-03-12 18:38 ` [PATCH net-next v2 2/2] e1000e: add XDP_REDIRECT support Matteo Croce
2026-03-13 13:16 ` [PATCH net-next v2 0/2] e1000e: add XDP support Kohei Enju
2026-03-13 14:19   ` Matteo Croce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox