Re: [PATCH] TCP Yeah: cleanup

2007-03-06 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 6 Mar 2007 14:56:05 -0800 > > Eliminate need for full 6/4/64 divide to compute queue. > Variable maxqueue was really a constant. > Fix indentation. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks Stephen. - To unsub

[PATCH] TCP Yeah: cleanup

2007-03-06 Thread Stephen Hemminger
Eliminate need for full 6/4/64 divide to compute queue. Variable maxqueue was really a constant. Fix indentation. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv4/tcp_yeah.c | 42 +++--- 1 file changed, 23 insertions(+), 19 deleti