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(driver,iour): add large sqe & cqe support #193

Merged
merged 5 commits into from
Jan 26, 2024

Conversation

Berrysoft
Copy link
Member

@Berrysoft Berrysoft commented Jan 18, 2024

Use squeue::Entry128 and cqueue::Entry32 behind the feature gate. It could be enabled on Ubuntu 22.04 but not Ubuntu 20.04

Closes #191

And thanks advice and requests from @oxalica

@Berrysoft Berrysoft added enhancement New feature or request driver: io-uring About the io-uring driver package: driver Related to compio-driver labels Jan 18, 2024
@Berrysoft Berrysoft self-assigned this Jan 18, 2024
@Berrysoft
Copy link
Member Author

Do we need to split sqe128 and cqe32?

Copy link
Member

@George-Miao George-Miao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Berrysoft Berrysoft merged commit 4c38ff5 into compio-rs:master Jan 26, 2024
11 checks passed
@Berrysoft Berrysoft deleted the io-uring-large-qe branch January 26, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
driver: io-uring About the io-uring driver enhancement New feature or request package: driver Related to compio-driver
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support submission Entry128 in io-uring?
2 participants