Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GIT PULL] add io_uring_sqe_set_buf group #1300

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

cmazakas
Copy link
Contributor

@cmazakas cmazakas commented Dec 9, 2024

Adds the free function io_uring_sqe_set_buf_group so that users of liburing-ffi don't have to navigate the complex io_uring_sqe structure.


git request-pull output:

The following changes since commit c3d5d6270cd5ed48d817fc1e8e95f7c8b222f2ff:

  man/io_uring_prep_cancel.3: correct io_uring_prep_cancel_fd() flags (2024-12-07 13:35:56 -0700)

are available in the Git repository at:

  https://github.com/cmazakas/liburing.git set-buf-group

for you to fetch changes up to 1dd8059a7d66d9126021154c24945623ef62a834:

  add io_uring_sqe_set_buf group (2024-12-09 12:00:26 -0800)

----------------------------------------------------------------
Christian Mazakas (1):
      add io_uring_sqe_set_buf group

 man/io_uring_sqe_set_buf_group.3 | 32 ++++++++++++++++++++++++++++++++
 src/include/liburing.h           |  6 ++++++
 src/liburing-ffi.map             |  1 +
 test/recv-multishot.c            |  4 ++--
 4 files changed, 41 insertions(+), 2 deletions(-)
 create mode 100644 man/io_uring_sqe_set_buf_group.3

By submitting this pull request, I acknowledge that:

  1. I have followed the above pull request guidelines.
  2. I have the rights to submit this work under the same license.
  3. I agree to a Developer Certificate of Origin (see https://developercertificate.org for more information).

Adds the free function io_uring_sqe_set_buf_group so that users of liburing-ffi don't have to navigate the complex io_uring_sqe structure.

Signed-off-by: Christian Mazakas <[email protected]>
@axboe axboe merged commit e200297 into axboe:master Dec 9, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants