On Sat, May 12, 2007 at 10:50:16AM -0500, James Bottomley wrote:
> > I don't like it at all.  It means we tange up dma mapping bits into
> > a layer were they don't belong at all.
> 
> Well ... libata already does this ... I don't remember you complaining
> about it being a layering violation in libata.

I have in fact never reviewed libata fully, and no I don't like this
in libata either.

> >   We have hbas doing pio, doing
> > channel programs, mangling dma list before or after the mapping or just
> > dealing with the commands in kernelspace.  We also have architectures
> > without dma mapping support.
> 
> I agree we have a lot of special cases which need handling ... could we
> not get around all of these with a template flag specifying whether the
> driver wants the mid-layer to dma_map or not?

We probably could.  But if would be hacky as hell, and we'd have to hack
the core code for every new piece of whacky hardware.  I much prefer
the current clean abstraction where the responsibily is clearly divided.

Just look at the mess the infinibad people created because they put
the dma mapping functionality outside of the drivers.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to