rate: Convert the rate and rate_min options to FIO_OPTS_ULL
authorStephen Bates <sbates@raithlin.com>
Fri, 8 May 2020 14:14:49 +0000 (08:14 -0600)
committerStephen Bates <sbates@raithlin.com>
Fri, 8 May 2020 14:14:49 +0000 (08:14 -0600)
commit140a6888684e769d9a6c10063c3c4523124b0a84
tree2951c20e8f95820c35a1cde3d85b2f0483fa786a
parentb2ed1c4a07c6afc4ae90482ca5f70026a4bc34e6
rate: Convert the rate and rate_min options to FIO_OPTS_ULL

In many high-performance systems today it is possible to exceed 4GiB/s
throughput. Therefore convert the rate and rate_min options from
FIO_OPTS_INT to FIO_OPTS_ULL.

Fixes #716.

Signed-off-by: Stephen Bates <sbates@raithlin.com>
backend.c
options.c