-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. io_uring is still required for qd = 1 case to catch the kernel hang regression. Signed-off-by: Bart Van Assche <[email protected]> [Shin'ichiro: Removed a tab, and noted qd=1 io_uring necessity] Signed-off-by: Shin'ichiro Kawasaki <[email protected]>
- Loading branch information
1 parent
e7c1732
commit 827924b
Showing
2 changed files
with
49 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Running zbd/012 | ||
1 | ||
2 | ||
4 | ||
8 | ||
16 | ||
Test complete |