-
Notifications
You must be signed in to change notification settings - Fork 42
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
add Buffer pool support #276
Open
Sherlock-Holo
wants to merge
16
commits into
compio-rs:master
Choose a base branch
from
Sherlock-Holo:buffer-pool
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3449e02 - Browse repository at this point
Copy the full SHA 3449e02View commit details -
add compio_runtime::buffer_pool
user should use compio_runtime::buffer_pool::{BufferPool, BorrowedBuffer} instaed of using compio_driver buffer pool directly
Configuration menu - View commit details
-
Copy full SHA for b500f45 - Browse repository at this point
Copy the full SHA b500f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for e674724 - Browse repository at this point
Copy the full SHA e674724View commit details -
Configuration menu - View commit details
-
Copy full SHA for f89048f - Browse repository at this point
Copy the full SHA f89048fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90e0c6 - Browse repository at this point
Copy the full SHA e90e0c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92e1e69 - Browse repository at this point
Copy the full SHA 92e1e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ba96c - Browse repository at this point
Copy the full SHA c0ba96cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a94fa7e - Browse repository at this point
Copy the full SHA a94fa7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5462e - Browse repository at this point
Copy the full SHA 5f5462eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a9b673 - Browse repository at this point
Copy the full SHA 9a9b673View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf430c - Browse repository at this point
Copy the full SHA aaf430cView commit details -
Configuration menu - View commit details
-
Copy full SHA for db360e2 - Browse repository at this point
Copy the full SHA db360e2View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ece142e - Browse repository at this point
Copy the full SHA ece142eView commit details -
feat: make io-uring-buf-ring as an optional feature
some distributions(like ubuntu 20.04) doesn't support io-uring buf-ring feature, enable it to implement buffer pool will fail to fix this problem, when user doesn't enable io-uring-buf-ring feature, io-uring will use fallback buffer pool like polling/iocp
Configuration menu - View commit details
-
Copy full SHA for bae934a - Browse repository at this point
Copy the full SHA bae934aView commit details -
remove async fd read buffer pool test
a file behind async fd may failed because not support epoll
Configuration menu - View commit details
-
Copy full SHA for 439ff9c - Browse repository at this point
Copy the full SHA 439ff9cView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8353df - Browse repository at this point
Copy the full SHA c8353dfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.