Re: [PATCH 0 of 2] Add memcpy_cachebypass, a memcpy that doesn't cache reads

2006-12-01 Thread Bryan O'Sullivan
Andrew Morton wrote: The name memcpy_cachebypass() doesn't tell us whether it bypasses caching on the source, the dest or both. It'd be nice if it did. Yep, I'll fix that and resubmit. http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 0 of 2] Add memcpy_cachebypass, a memcpy that doesn't cache reads

2006-11-30 Thread Andrew Morton
On Wed, 29 Nov 2006 15:35:07 -0700 "Bryan O'Sullivan" <[EMAIL PROTECTED]> wrote: > These patches add a memcpy that doesn't cache reads, and use it in the > ipath driver's OpenIB receive path. > > This version incorporates a few changes asked for last time around by DaveM. Everybody seems to be h

[PATCH 0 of 2] Add memcpy_cachebypass, a memcpy that doesn't cache reads

2006-11-29 Thread Bryan O'Sullivan
These patches add a memcpy that doesn't cache reads, and use it in the ipath driver's OpenIB receive path. This version incorporates a few changes asked for last time around by DaveM. http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/