io_uring/cmd: move net cmd into a separate file
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 28 Apr 2025 12:52:33 +0000 (13:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Apr 2025 17:51:31 +0000 (11:51 -0600)
commit91db6edc573bf238c277602b2ea4b4f4688fdedc
treeebc8b59c15c915e30f69e645b30e1495faca20ee
parent27d2fed790ce6407e321e89aac3c8c0e28986fff
io_uring/cmd: move net cmd into a separate file

We keep socket io_uring command implementation in io_uring/uring_cmd.c.
Separate it from generic command code into a separate file.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/747d0519a2255bd055ae76b691d38d2b4c311001.1745843119.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/Makefile
io_uring/cmd_net.c [new file with mode: 0644]
io_uring/uring_cmd.c