Re: [PATCH 2.4.x] prevent emulated SCSI hosts from wasting DMA memory

From: Dan Aloni
Date: Wed Nov 30 2005 - 16:02:33 EST


On Wed, Nov 30, 2005 at 07:33:47PM +0000, Luke-Jr wrote:
> On Wednesday 30 November 2005 17:15, Dan Aloni wrote:
> > Emulated scsi hosts don't do DMA, so don't unnecessarily increase
> > the SCSI DMA pool.
>
> They don't? Recently I learned(?) that apparently using hdparm -d on the
> old /dev/hdX device still worked/applied when using ide-scsi... or do
> "emulated scsi hosts" refer to something else?

Actually by 'do DMA' I meant use the scsi_malloc() interface - which
is mostly used by low level drivers. The IDE drivers allocate their
DMA memory outside the SCSI layer. iSCSI hosts for instance, don't
need to cause unnecessary DMA allocations.

--
Dan Aloni
da-x@xxxxxxxxxxxxx, da-x@xxxxxxxxxxx, da-x@xxxxxxx
-
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/