commit | 7272fd82813a65e3d72ef5c543c7473ec411f4cd | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed Oct 15 14:11:33 2025 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 15 08:12:57 2025 -0600 |
tree | 64f82e2df153dcdae5d8d1c4825e6f419fc1165f | |
parent | 09361378343bf7c1af9bd5a21f206f5c302d87a4 [diff] |
t/io_uring: use IORING_SETUP_NO_SQARRAY if available The SQEs array indirection is not necessary for this test app. Use IORING_SETUP_NO_SQARRAY if it's available. Signed-off-by: Jens Axboe <axboe@kernel.dk>