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

libublk: replace local executor with smol #3

Merged
merged 12 commits into from
Feb 20, 2024
Merged

libublk: replace local executor with smol #3

merged 12 commits into from
Feb 20, 2024

Conversation

ming1
Copy link
Collaborator

@ming1 ming1 commented Feb 20, 2024

No description provided.

We need one more generic executor for covering all generic Future
implementation, in which Waker is involved to make task as runnable
first, then run them until ready.

Signed-off-by: Ming Lei <[email protected]>
uring_async module implements io_uring async OP, based on smol executor,
which has been proved in ublk/qcow2 implementation, so move it into
libublk, then all rublk targets can benefit from it.

The native executor will be replaced with this one.

Signed-off-by: Ming Lei <[email protected]>
smol works just fine for us.

Signed-off-by: Ming Lei <[email protected]>
@ming1 ming1 merged commit 4451b3a into main Feb 20, 2024
8 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.

1 participant