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 15:47:12 +0000 (09:47 -0600)
commit263180def3df508daf1b644f308c6689e5e06fb4
tree5e3fb9fad432dc0bf02d6f381c1460bfb4cd6e19
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