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

feat/sync: liburing 2.3 #10

Draft
wants to merge 29 commits into
base: v0.4
Choose a base branch
from
Draft

feat/sync: liburing 2.3 #10

wants to merge 29 commits into from

Conversation

ii64
Copy link
Owner

@ii64 ii64 commented Apr 19, 2023

No description provided.

ii64 added 25 commits October 13, 2022 22:03
revision: 1c469ee303d0f458a
Added prepare SQE op:
 * fallocate
 * openat2
 * openat2_direct
 * statx
 * recv
 * epoll_ctl
 * multishot accept
 * multishot accept_direct
 * provide_buffers
 * remove_buffers
 * shutdown
 * unlinkat, unlink
 * renameat, rename
 * sync_file_range
 * mkdirat, mkdir
 * symlinkat, symlink
 * linkat, link
 * msg_ring
 * getxattr
 * setxattr
 * fsetxattr
* support for sqe128, cqe32
* using unsafe.Add
* compile-time size guard/check
* added support for uring_cmd
* PrepAcceptMultishot (renamed)
* PrepAcceptMultishotDirect (renamed)
* PrepRecvmsgMultishot
* PrepSendSetAddr
* PrepSendto
* PrepRecvMultishot
* PrepFgetxattr
tcp echo example with:
- multishot accept
- provide buffers, automatic buffer selection
  https://lwn.net/Articles/815491/
Add test for ring concurrent enqueue.
@ii64 ii64 force-pushed the feat/sync-liburing branch from 1fb22fb to 14a4d32 Compare April 24, 2023 14:54
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.

1 participant