From: Benjamin LaHaise <[EMAIL PROTECTED]>
Date: Tue, 7 Feb 2006 06:54:44 -0800

> The patch below replaces a divide by 2 with a shift -- sk_sndbuf is an 
> integer, so gcc emits an idiv, which takes 10x longer than a shift by 1.  
> This improves af_unix bandwidth by ~6-10K/s.  Also, tidy up the comment 
> to fit in 80 columns while we're at it.
> 
> Signed-off-by: Benjamin LaHaise <[EMAIL PROTECTED]>

Applied, thanks.
-
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