On Tue, 2005-12-06 at 17:04 -0800, David S. Miller wrote:
> From: Stephen Hemminger <[EMAIL PROTECTED]>
> Date: Tue, 6 Dec 2005 10:52:09 -0800
>
> > Fixing Vegas was on my TODO list, thanks for attacking it.
> > It never really worked well.
>
> Indeed, thanks a lot Tom.
>
> I've integrated the t
From: Stephen Hemminger <[EMAIL PROTECTED]>
Date: Tue, 6 Dec 2005 10:52:09 -0800
> Fixing Vegas was on my TODO list, thanks for attacking it.
> It never really worked well.
Indeed, thanks a lot Tom.
I've integrated the three fixes.
-
To unsubscribe from this list: send the line "unsubscribe netd
On Tue, 06 Dec 2005 17:12:27 +1100
Tom Young <[EMAIL PROTECTED]> wrote:
> On Mon, 2005-12-05 at 21:43 -0800, David S. Miller wrote:
> > From: Tom Young <[EMAIL PROTECTED]>
> > Date: Tue, 06 Dec 2005 15:40:57 +1100
> >
> > > Remove unneeded call to tcp_vegas_rtt_calc. The more accurate
> > > micro
On Tue, 06 Dec 2005 15:40:57 +1100
Tom Young <[EMAIL PROTECTED]> wrote:
> Remove unneeded call to tcp_vegas_rtt_calc. The more accurate
> microsecond value has already been registered prior to calling
> tcp_vegas_cong_avoid.
>
> Signed-off-by: Thomas Young <[EMAIL PROTECTED]>
> ---
>
> diff --gi
On Mon, 2005-12-05 at 21:43 -0800, David S. Miller wrote:
> From: Tom Young <[EMAIL PROTECTED]>
> Date: Tue, 06 Dec 2005 15:40:57 +1100
>
> > Remove unneeded call to tcp_vegas_rtt_calc. The more accurate
> > microsecond value has already been registered prior to calling
> > tcp_vegas_cong_avoid.
>
From: Tom Young <[EMAIL PROTECTED]>
Date: Tue, 06 Dec 2005 15:40:57 +1100
> Remove unneeded call to tcp_vegas_rtt_calc. The more accurate
> microsecond value has already been registered prior to calling
> tcp_vegas_cong_avoid.
>
> Signed-off-by: Thomas Young <[EMAIL PROTECTED]>
This patch pretty
Remove unneeded call to tcp_vegas_rtt_calc. The more accurate
microsecond value has already been registered prior to calling
tcp_vegas_cong_avoid.
Signed-off-by: Thomas Young <[EMAIL PROTECTED]>
---
diff --git a/net/ipv4/tcp_vegas.c b/net/ipv4/tcp_vegas.c
--- a/net/ipv4/tcp_vegas.c
+++ b/net/ipv4