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

zbd/012: Test higher queue depths #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bvanassche
Copy link
Contributor

@bvanassche bvanassche commented Dec 17, 2024

Instead of only testing queue depth 1, also test higher queue depths.
Use libaio for higher queue depths since io_uring does not preserve the
write order if qd >= 2 and a request queue is frozen.

Instead of only testing queue depth 1, also test higher queue depths.
Use libaio for higher queue depths since io_uring does not preserve the
write order if qd >= 2 and a request queue is frozen.

Signed-off-by: Bart Van Assche <[email protected]>
@bvanassche
Copy link
Contributor Author

Cc-ing @damien-lemoal in case you would like to take a look.

@kawasaki
Copy link
Collaborator

Thanks Bart. I found the relevant discussion in the linux-block list. I still not sure if it is agreed that libaio should be used instead of i_uring for QD>2 case. Will wait hoping the dicussion gets concluded.

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