[PATCH net-next v2 0/2] e1000e: add XDP support

Matteo Croce posted 2 patches 3 weeks, 4 days ago
There is a newer version of this series
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
[PATCH net-next v2 0/2] e1000e: add XDP support
Posted by Matteo Croce 3 weeks, 4 days ago
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
Re: [PATCH net-next v2 0/2] e1000e: add XDP support
Posted by Kohei Enju 3 weeks, 3 days ago
On Thu, 12 Mar 2026 19:38:15 +0100, Matteo Croce wrote:
> 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.

I'd Cc intel-wired-lan@lists.osuosl.org since this series is about e1000e.
Is there any reason not to Cc the list?
Re: [PATCH net-next v2 0/2] e1000e: add XDP support
Posted by Matteo Croce 3 weeks, 3 days ago
Il giorno ven 13 mar 2026 alle ore 14:16 Kohei Enju <kohei@enjuk.jp> ha scritto:
>
> On Thu, 12 Mar 2026 19:38:15 +0100, Matteo Croce wrote:
> > 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.
>
> I'd Cc intel-wired-lan@lists.osuosl.org since this series is about e1000e.
> Is there any reason not to Cc the list?

Hi, get_maintainers said "moderated list" so I thought that I had to
register first to send a message.
I'll post the v3 there too, hoping that a moderator approves it.


--
Matteo Croce

perl -e 'for($t=0;;$t++){print chr($t*($t>>8|$t>>13)&255)}' |aplay