Re: is CONFIG_PACKET_MMAP always a win?

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Fri Feb 22 2002 - 19:24:35 EST


> > receiving source is free. Its certainly pretty close to free because the
> > overhead of sucking it into L1 cache will dominate and you need to do that
> > anyway.
> >
> Doesn't DMA access system memory directly and leave processor caches alone?

It accesses system memory. That means the copy you have in cache is stale
so you need to get rid of the copy in the cache - be that software or
hardware.

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



This archive was generated by hypermail 2b29 : Sat Feb 23 2002 - 21:00:47 EST