On Tue, 27 Jun 2023 06:44:24 -0700 Breno Leitao wrote: > Enable io_uring commands on network sockets. Create two new > SOCKET_URING_OP commands that will operate on sockets. > > In order to call ioctl on sockets, use the file_operations->io_uring_cmd > callbacks, and map it to a uring socket function, which handles the > SOCKET_URING_OP accordingly, and calls socket ioctls. > > This patches was tested by creating a new test case in liburing. > Link: https://github.com/leitao/liburing/tree/io_uring_cmd It's a bit late for net-next to take this, I'm about to send our 6.5 PR. But in case Jens wants to take it via io_uring for 6.5: Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx> -- For netdev: pw-bot: defer