Skip to content

Commit

Permalink
io_uring: make zcrx depend on CONFIG_IO_URING
Browse files Browse the repository at this point in the history
Reflect in the kconfig that zcrx requires io_uring compiled.

Fixes: 6f37787 ("io_uring/zcrx: add interface queue and refill queue")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/8047135a344e79dbd04ee36a7a69cc260aabc2ca.1743356260.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Pavel Begunkov authored and Jens Axboe committed Mar 31, 2025
1 parent 697b287 commit 487a071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions io_uring/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

config IO_URING_ZCRX
def_bool y
depends on IO_URING
depends on PAGE_POOL
depends on INET
depends on NET_RX_BUSY_POLL

0 comments on commit 487a071

Please sign in to comment.