blktrace: add 'reply_skip' option
authorJens Axboe <axboe@kernel.dk>
Thu, 26 Apr 2018 21:27:05 +0000 (15:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 26 Apr 2018 21:27:05 +0000 (15:27 -0600)
Allows the user to skip certain IO types. Useful for replaying
workloads with trim on a device that doesn't support it, for
instance. Or just replaying parts of a workload (eg just writes,
or just reads).

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found