]> www.infradead.org Git - users/hch/misc.git/commitdiff
Merge branch 'basic-xdp-support-for-dqo-rda-queue-format'
authorJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 20:51:18 +0000 (13:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Mar 2025 20:51:18 +0000 (13:51 -0700)
Joshua Washington says:

====================
Basic XDP Support for DQO RDA Queue Format

This patch series updates the GVE XDP infrastructure and introduces
XDP_PASS and XDP_DROP support for the DQO RDA queue format.

The infrastructure changes of note include an allocation path refactor
for XDP queues, and a unification of RX buffer sizes across queue
formats.

This patch series will be followed by more patch series to introduce
XDP_TX and XDP_REDIRECT support, as well as zero-copy and multi-buffer
support.
====================

Link: https://patch.msgid.link/20250321002910.1343422-1-hramamurthy@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge