Fixups for poisson rate
authorJens Axboe <axboe@fb.com>
Mon, 9 Nov 2015 19:54:37 +0000 (12:54 -0700)
committerJens Axboe <axboe@fb.com>
Mon, 9 Nov 2015 19:56:44 +0000 (12:56 -0700)
commite7b24047454305dd61c9b4f9f73628a03c240a9f
tree8e018a89531bdcad8c2ab2bd7b610aa76ae6173b
parentff6bb260a1dbade1559f26892883690021aa4598
Fixups for poisson rate

- Change name to poisson_rate, we could add other uses for this
  functionality (like depth, etc).

- Add "rate" as option parent.

- Ensure we convert the option for client/server, bump protocol
  version.

- Add a separate rand state for poisson, so it becomes randomly
  controllable (through randrepeat).

- Add random 0..1 helper.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
backend.c
cconv.c
fio.1
fio.h
init.c
lib/rand.h
options.c
server.h
thread_options.h