]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/zcrx: extract netdev+area init into a helper
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 23 Mar 2026 12:43:53 +0000 (12:43 +0000)
committerJens Axboe <axboe@kernel.dk>
Wed, 1 Apr 2026 16:21:12 +0000 (10:21 -0600)
commit06fc3b6d388dfa9c3df62830e07be828324b99e3
treea621c223a40c3461705b99a25646890b87342f54
parentb8d6eb6c1c80852dfcad8642f346c26aabf34833
io_uring/zcrx: extract netdev+area init into a helper

In preparation to following patches, add a function that is responsibly
for looking up a netdev, creating an area, DMA mapping it and opening a
queue.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://patch.msgid.link/88cb6f746ecb496a9030756125419df273d0b003.1774261953.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/zcrx.c