Re: [PATCH 2/2] tcp: cubic optimization

2007-03-22 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 21 Mar 2007 13:17:21 -0700 > Use willy's work in optimizing cube root by having table for small values. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Also applied to net-2.6.22, thanks Stephen. - To unsubscribe from this list: sen

[PATCH 2/2] tcp: cubic optimization

2007-03-21 Thread Stephen Hemminger
Use willy's work in optimizing cube root by having table for small values. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net-2.6.22.orig/net/ipv4/tcp_cubic.c2007-03-21 12:57:11.0 -0700 +++ net-2.6.22/net/ipv4/tcp_cubic.c 2007-03-21 13:04:59.0 -0700 @@ -91,2