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)
commitd7235efbc3a4b6f8c2794fc71d544066e4110eff
tree893c72cabde52b651e057a4d5a90e47b92bb804a
parentc1f22c2169c77658bd6efaccc47ee8542055d8f2
blktrace: add 'reply_skip' option

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>
blktrace.c
cconv.c
options.c
server.h
thread_options.h