]> www.infradead.org Git - users/jedix/linux-maple.git/commit
io_uring/zcrx: add support for multiple ifqs
authorPavel Begunkov <asml.silence@gmail.com>
Sun, 20 Apr 2025 09:31:20 +0000 (10:31 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 23 Apr 2025 13:13:14 +0000 (07:13 -0600)
commit76f1cc98b23cefd1f0ae90c51f1fb837e5f46528
tree7a30f6b5dfe8ffae37106208b5bb70c2b89a3a1a
parent632b3186726984319e2337987de86a442407f30e
io_uring/zcrx: add support for multiple ifqs

Allow the user to register multiple ifqs / zcrx contexts. With that we
can use multiple interfaces / interface queues in a single io_uring
instance.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/668b03bee03b5216564482edcfefbc2ee337dd30.1745141261.git.asml.silence@gmail.com
[axboe: fold in fix]
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring_types.h
io_uring/io_uring.c
io_uring/net.c
io_uring/zcrx.c