From: jamal <[EMAIL PROTECTED]>
Date: Wed, 07 Dec 2005 15:23:57 -0500

> I am no longer sure that your results on copybreak for host bound
> packets can be trusted anymore. All your copybreak was doing was making
> the prefetch look good according to my tests.

For the host bound case, copybreak is always a way due to how
socket buffer accounting works.  If you use a 1500 byte SKB for
64 bytes of data, this throws off all of the socket buffer
accounting because you're consuming more of the socket limit
per byte of data than necessary.

-
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

Reply via email to