Skip to content
  • Jens Axboe's avatar
    io_uring: expose single mmap capability · ac90f249
    Jens Axboe authored
    After commit 75b28aff
    
     we can get by with just a single mmap to
    map both the sq and cq ring. However, userspace doesn't know that.
    
    Add a features variable to io_uring_params, and notify userspace
    that the kernel has this ability. This can then be used in liburing
    (or in applications directly) to avoid the second mmap.
    
    Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
    ac90f249