On 6/30/22 10:13, Pavel Begunkov wrote:
Add helpers and test ranged file slot allocation feature
s/for-next/liburing/ in the subject
Pavel Begunkov (3): update io_uring.h with file slot alloc ranges alloc range helpers test range file alloc src/include/liburing.h | 3 + src/include/liburing/io_uring.h | 10 ++ src/register.c | 14 +++ test/file-register.c | 171 ++++++++++++++++++++++++++++++++ 4 files changed, 198 insertions(+)
-- Pavel Begunkov