t/io_uring: make submits/reaps per-second reflected with sq thread poll
authorJens Axboe <axboe@kernel.dk>
Fri, 11 Jan 2019 04:38:35 +0000 (21:38 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 11 Jan 2019 04:40:34 +0000 (21:40 -0700)
commit191561c108198d35c47a4848f0553f2a81b09efc
tree05449627e75374c4be65a9d22380d132fc331d55
parentce1705dea924c994f3664aa28b455e4c0dc5a33b
t/io_uring: make submits/reaps per-second reflected with sq thread poll

If we use polling, the numbers currently read as 0. Make them -1 to
reflect that we're actually doing zero calls per IO.

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