Merge branch 'gve-xdp-tx-redirect' into main
authorDavid S. Miller <davem@davemloft.net>
Sat, 21 Jun 2025 13:26:25 +0000 (14:26 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Jun 2025 13:26:25 +0000 (14:26 +0100)
commit46d1816f1bda7eb6362ade75c45874202a4bb468
tree3262cf20adfdd8ea02126b2d70963df5a3065fc4
parent0289c51f889e435a7626931688023a80090d9c5e
parentd8a8ca14c93739250bc770f9aa33eb38e23b1f37
Merge branch 'gve-xdp-tx-redirect' into main

Joshua Washington says:

====================
gve: XDP TX and redirect support for DQ RDA

A previous patch series[1] introduced the ability to process XDP buffers
to the DQ RDA queue format. This is a follow-up patch series to
introduce XDP_TX and XDP_REDIRECT support and expose XDP support to the
kernel.

Link: https://git.kernel.org/netdev/net-next/c/e2ac75a8a967
====================

Signed-off-by: David S. Miller <davem@davemloft.net>