On Tue, 12 Jun 2007, Stephen Hemminger wrote: > On Tue, 12 Jun 2007 15:12:58 -0700 (PDT) > David Miller <[EMAIL PROTECTED]> wrote: > > > From: Bill Fink <[EMAIL PROTECTED]> > > Date: Wed, 16 May 2007 02:44:09 -0400 > > > > > [EMAIL PROTECTED] ~]# netstat -s | grep -i retrans > > > 25446 segments retransmited > > > 20936 fast retransmits > > > 4503 retransmits in slow start > > > 4 sack retransmits failed > > > > > > It then only took 2.14 seconds to transfer 1 GB of data. > > > > > > That's all for now. > > > > Thanks for all of your testing and numbers Bill. > > > > Inhong et al., we have to do something about this, the issue > > has been known and sitting around for weeks if not months. > > > > How safely can we set the default initial_ssthresh to zero in > > Cubic and BIC? > > Yes. set it to zero. The module parameter could even go, and just > leave the route metric as a way to set/remember it.
Actually, after thinking about this some more I had some second thoughts about the matter. For my scenario of an uncongested 10-GigE path an initial_ssthresh=0 is definitely what is desired. But perhaps on a congested link with lots of connections, the initial_ssthresh=100 setting might have some benefit. I don't have an easy way of testing that so I was hoping Injong or someone else might do that and report back. If there was a benefit, perhaps it would be useful to have a per-route option for setting the initial_ssthresh. That would leave the question of what to make the default. There was also the mystery of why cubic's slow start performance was so much worse than bic's. If a real benefit could be demonstrated for the congested case, and if bic's slow start behavior could be grafted onto cubic, then bic's current slow start performance (with initial_ssthresh=100) might serve as an adequate compromise between performance and not being overly aggressive for the default behavior. OTOH just setting it to zero as a default should also be fine as that's the standard Reno behavior. I'm leaning in that direction personally, but I'm possibly biased because of my environment, where I'm trying to get maximum performance out of 10-GigE WAN networks that aren't particularly congested normally. -Bill - 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