Split poisson rate control into read/write/trim
authorJens Axboe <axboe@fb.com>
Fri, 7 Apr 2017 22:04:31 +0000 (16:04 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 7 Apr 2017 22:04:31 +0000 (16:04 -0600)
commit6c8611c79713fe73fddf7458ab3ab36feaeae67b
tree57f42e2ab964ba1dc429ddcac217c060d7998870
parente07a8a2281c7a5a0ec4eb8e8e66601ca1f9f71bb
Split poisson rate control into read/write/trim

We currently have just one set of controls for this, which
messes things up if we have separate iops/bandwidth settings
for reads and writes, for instance.

Split this into per-data direction controls, so that we can
control them independently.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
fio.h
init.c