Skip to content

Commit 67c760b

Browse files
committed
liburing: support sqe group
Test sqe group feature by combining all related sqe flags. Also covers group leader/member failure, and such failure in case of linked groups. Signed-off-by: Ming Lei <tom.leiming@gmail.com>
1 parent 2828791 commit 67c760b

File tree

2 files changed

+443
-0
lines changed

2 files changed

+443
-0
lines changed

test/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ test_srcs := \
225225
wakeup-hang.c \
226226
wq-aff.c \
227227
xattr.c \
228+
sqe_group.c \
228229
# EOL
229230

230231
all_targets :=

0 commit comments

Comments
 (0)