On Tue, 22 Jan 2008, Denys Fedoryshchenko wrote: > Just got on one of proxies, under high load. > It is a bit old rc, so probably my report not interesting, but since it is > production machines, i cannot change too often. > Kernel is 2.6.24-rc6-git11
It's not at all useless, there hasn't been any TCP changes lately so this is still very much valid. > Some sysctl adjustments done. Please tell me if need more information. TCP related sysctl setting would be nice to know (I don't care much about mem sizes but others tweaks affecting TCP features are nice to know). ...snip... > [9561199.893090] WARNING: at net/ipv4/tcp_input.c:2391 tcp_fastretrans_alert() This check includes fixing if there's miscount (couple of releases ago we didn't even care to print that but had inaccurate fackets_out as a feature, there still may be some left-overs though I've tried to track them down). To find out cause more accurately (this WARN_ON is just for alerting), I'd need to add rather exhaustive searching per ACK which unlikely is acceptable for you. Luckily, Dave Young reported one problem lately (though he was running brand new mm) which could be caused by the same problem as this, so it's not that bad even though you couldn't run skb state verifying. Thanks anyway for the report. -- i. -- 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