Skip to content

Liburing 2.5

Compare
Choose a tag to compare
@axboe axboe released this 29 Nov 21:31
· 307 commits to master since this release
  • Add support for io_uring_prep_cmd_sock()
  • Add support for application allocated ring memory, for placing rings
    in huge mem. Available through io_uring_queue_init_mem().
  • Add support for registered ring fds
  • Various documentation updates
  • Various fixes