t/io_uring: support NUMA placement
authorJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 15:47:12 +0000 (09:47 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 16:19:58 +0000 (10:19 -0600)
commit4b9e13dc27fb240c0cca67d37056f08401c51abe
treec678ef4c84fcae4e1ec591a3ca594a41e7d69283
parent55037c4839c65612fa388ae937e63661d8192ed9
t/io_uring: support NUMA placement

A few other changes in here as well that I didn't bother splitting
out:

- Use M for millions of IOPS
- Cleanup the init prints a bit
- Don't track file depths, becomes prohibitive on large number of files
  or devices.

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