Re: [patch] max-sectors-2.6.9-rc1-bk14-A0

From: Andrew Morton
Date: Wed Sep 08 2004 - 05:12:44 EST


Ingo Molnar <mingo@xxxxxxx> wrote:
>
> the attached patch introduces two new /sys/block values:
>
> /sys/block/*/queue/max_hw_sectors_kb
> /sys/block/*/queue/max_sectors_kb
>
> max_hw_sectors_kb is the maximum that the driver can handle and is
> readonly. max_sectors_kb is the current max_sectors value and can be
> tuned by root. PAGE_SIZE granularity is enforced.
>
> It's all locking-safe and all affected layered drivers have been updated
> as well. The patch has been in testing for a couple of weeks already as
> part of the voluntary-preempt patches and it works just fine - people
> use it to reduce IDE IRQ handling latencies.

Could you remind us what the cause of the latency is, and its duration?

(Am vaguely surprised that it's an issue at, what, 32 pages? Is something
sucky happening?)

-
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/