Re: Regarding dm-ioband tests

From: Rik van Riel
Date: Tue Sep 08 2009 - 12:48:01 EST


Nauman Rafique wrote:

I think this is probably the key deal breaker. dm-ioband has no
mechanism to anticipate or idle for a reader task. Without such a
mechanism, a proportional division scheme cannot work for tasks doing
reads.

That is a really big issue, since most reads tend to be synchronous
(the application is waiting for the read), while many writes are not
(the application is doing something else while the data is written).

Having writes take precedence over reads will really screw over the
readers, while not benefitting the writers all that much.

--
All rights reversed.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/