Re: Bio pool & scsi scatter gather pool usage

Andrew Morton (akpm@zip.com.au)
Thu, 18 Apr 2002 16:48:55 -0700


Alan Cox wrote:
>
> > Perhaps, but calls are expensive. Repeated calls down stacked block
> > devices will add up. In only the most unusually cases will there
>
> You don't need to repeatedly query. At bind time you can compute the
> limit for any device heirarchy and be done with it.
>

S'pose so. The ideal request size is variable, based
on the alignment. So for exampe if the start block is
halfway into a stripe, the ideal BIO size is half a stripe.

But that's a pretty simple table to generate once-off,
as you say.

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