The rapid growth of io_uring
The rapid growth of io_uring
Posted Sep 2, 2021 17:14 UTC (Thu) by farnz (subscriber, #17727)In reply to: The rapid growth of io_uring by awkravchuk
Parent article: The rapid growth of io_uring
Looks like no way to use this from userspace.
However, in the io_uring case, you should be able to build a splice-based sendfile yourself using a pipe you create via pipe(2) to act as the buffer. Or do similar via fixed buffers in the ring instead of splice.
