t/io_uring: account and ignore IO errors
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Feb 2024 15:16:55 +0000 (08:16 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Feb 2024 15:16:55 +0000 (08:16 -0700)
commitb5d2b658c867917ebecc228cf7565fb5d246003d
treed13616135034fb42bab9ce7f38d972b1bc3c6a2e
parent7aec5ac0bdd1adcaeba707f26d5bc583de6ab6c9
t/io_uring: account and ignore IO errors

It's still useful to test on devices that may trigger a single or
few IO errors, just log them and ignore them in the IOPS calculations.
And for stats calculations.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c