io-uring icon indicating copy to clipboard operation
io-uring copied to clipboard

lib: add `register_buffers_*` family of functions

Open fathyb opened this issue 3 years ago • 3 comments

This introduces:

  • Submitter::register_buffers_tags corresponding to io_uring_register_buffers_tags
  • Submitter::register_buffers_sparse corresponding to io_uring_register_buffers_sparse
  • Submitter::register_buffers_update_tag corresponding to io_uring_register_buffers_update_tag

fathyb avatar Mar 16 '23 15:03 fathyb

Would you be willing to add relevant docs and tests?

quininer avatar Mar 17 '23 01:03 quininer

Yes, I should push that today. I opened the PR as a draft to let others pick it in case they were looking for it. I should've filled the description, apologies for that!

fathyb avatar Mar 18 '23 10:03 fathyb

Are you willing to resolve this conflict?

quininer avatar Apr 13 '24 03:04 quininer

@quininer can close this one

saiintbrisson avatar Jan 23 '25 13:01 saiintbrisson