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>
Mon, 21 Apr 2025 11:12:40 +0000 (05:12 -0600)
commit9c2a1c50844265152b7011599a1a9dfe473d1f51
tree878ce9a803e66edd03f434d3fbbd70f2f0584e2b
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
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