From: Olof Johansson <[EMAIL PROTECTED]> Date: Thu, 20 Apr 2006 18:33:43 -0500
> On Thu, Apr 20, 2006 at 03:14:15PM -0700, Andrew Grover wrote: > > In > > addition, there may be workloads (file serving? backup?) where we > > could do a skb->page-in-page-cache copy and avoid cache pollution? > > Yes, NFS is probably a prime example of where most of the data isn't > looked at; just written to disk. I'm not sure how well-optimized the > receive path is there already w.r.t. avoiding copying though. I don't > remember seeing memcpy and friends being high on the profile when I > looked at SPECsfs last. If that makes sense then the cpu copy can be made to use non-temporal stores. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html