From 89e820f6833fd6ea36625aa9393f1559f2d881dd Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 18 Jan 2008 10:30:07 +0100 Subject: [PATCH] Update iodepth_batch documentation Signed-off-by: Jens Axboe --- HOWTO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HOWTO b/HOWTO index ca095a32..a20f7141 100644 --- a/HOWTO +++ b/HOWTO @@ -402,8 +402,9 @@ iodepth=int This defines how many io units to keep in flight against concurrency. iodepth_batch=int This defines how many pieces of IO to submit at once. - It defaults to the same as iodepth, but can be set lower - if one so desires. + It defaults to 1 which means that we submit each IO + as soon as it is available, but can be raised to submit + bigger batches of IO at the time. iodepth_low=int The low water mark indicating when to start filling the queue again. Defaults to the same as iodepth, meaning -- 2.25.1