* network regression using 2.6.8.x behind Cisco 1712
@ 2004-08-18 8:20 Ondřej Surý
2004-08-18 17:25 ` Alan Cox
0 siblings, 1 reply; 5+ messages in thread
From: Ondřej Surý @ 2004-08-18 8:20 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1046 bytes --]
Hello,
I encountered regression in 2.6.8.1 when behind Cisco 1712 router.
There is huge network slowdown, my connections rate drops to ~10K/s on
2.6.8.1, local network is fine. When using 2.6.7 connection rate is
~400K/s (depending on what I am downloading).
Network configuration is same on 2.6.8.1 and 2.6.7. My .config can be
found at http://www.sury.org/kernel/config-2.6.8.1
Kernel is vanilla with MPPE+MPPC patch applied, but same behaviour has
distribution debian kernel. Also I have tried to disable QoS and IPv6
in 2.6.8.1, but without any result.
It could be some bug in IOS, but it is triggered by some change between
2.6.7 and 2.6.8. Any hints what should I try or where to look?
I could try some -pre and -rc kernel to locate where this was
introduced, but at least try to hint me which version should be
considered, I am not so willing to compile all -preX and -rcX, but could
do that if neccessary to hunt this regression.
Please Cc: me, I am not on list.
O.
--
Ondřej Surý <ondrej@sury.org>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: network regression using 2.6.8.x behind Cisco 1712
2004-08-18 8:20 network regression using 2.6.8.x behind Cisco 1712 Ondřej Surý
@ 2004-08-18 17:25 ` Alan Cox
2004-08-18 19:09 ` Re[2]: " Maciej Soltysiak
2004-08-19 7:16 ` Ondřej Surý
0 siblings, 2 replies; 5+ messages in thread
From: Alan Cox @ 2004-08-18 17:25 UTC (permalink / raw)
To: Ondřej Surý; +Cc: Linux Kernel Mailing List
On Mer, 2004-08-18 at 09:20, Ondřej Surý wrote:
> It could be some bug in IOS, but it is triggered by some change between
> 2.6.7 and 2.6.8. Any hints what should I try or where to look?
> I could try some -pre and -rc kernel to locate where this was
> introduced, but at least try to hint me which version should be
> considered, I am not so willing to compile all -preX and -rcX, but could
> do that if neccessary to hunt this regression.
echo "0" >/proc/sys/net/ipv4/tcp_window_scaling see if that helps. If so
then suspect somehting like the cisco or upstream router.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re[2]: network regression using 2.6.8.x behind Cisco 1712
2004-08-18 17:25 ` Alan Cox
@ 2004-08-18 19:09 ` Maciej Soltysiak
2004-08-19 7:16 ` Ondřej Surý
1 sibling, 0 replies; 5+ messages in thread
From: Maciej Soltysiak @ 2004-08-18 19:09 UTC (permalink / raw)
To: linux-kernel
echo "0" >>/proc/sys/net/ipv4/tcp_window_scaling see if that helps. If so
AC> then suspect somehting like the cisco or upstream router.
It propably is a tcp ws issue. I have the same thing.
Dave Miller & netdev friends will tell you to fix cisco.
Anyway, I belive I have isolated the changeset applied during the
developement of 2.6.8 that causes this. I might look for it (I do not
have it handy right now), so you might try to undo it before you
resolve your issue totally.
Anyway it is very cool that you say that it might be cisco. I
suspected my checkpoint fw-1 for the cause of it, but now I realize
it might be my cisco router! I will investigate that, thanks.
--
Regars,
Maciej
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: network regression using 2.6.8.x behind Cisco 1712
2004-08-18 17:25 ` Alan Cox
2004-08-18 19:09 ` Re[2]: " Maciej Soltysiak
@ 2004-08-19 7:16 ` Ondřej Surý
2004-08-19 23:02 ` Bastiaan Spandaw
1 sibling, 1 reply; 5+ messages in thread
From: Ondřej Surý @ 2004-08-19 7:16 UTC (permalink / raw)
To: Alan Cox; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 797 bytes --]
On Wed, 2004-08-18 at 18:25 +0100, Alan Cox wrote:
> On Mer, 2004-08-18 at 09:20, Ondřej Surý wrote:
> > It could be some bug in IOS, but it is triggered by some change between
> > 2.6.7 and 2.6.8. Any hints what should I try or where to look?
> > I could try some -pre and -rc kernel to locate where this was
> > introduced, but at least try to hint me which version should be
> > considered, I am not so willing to compile all -preX and -rcX, but could
> > do that if neccessary to hunt this regression.
>
> echo "0" >/proc/sys/net/ipv4/tcp_window_scaling see if that helps.
Yep, that helped. Thanks a lot.
> If so then suspect something like the cisco or upstream router.
I will report this to my local Cisco support partner.
O.
--
Ondřej Surý <ondrej@sury.org>
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: network regression using 2.6.8.x behind Cisco 1712
2004-08-19 7:16 ` Ondřej Surý
@ 2004-08-19 23:02 ` Bastiaan Spandaw
0 siblings, 0 replies; 5+ messages in thread
From: Bastiaan Spandaw @ 2004-08-19 23:02 UTC (permalink / raw)
To: Ondřej Surý; +Cc: solt, linux-kernel
On Thu, 2004-08-19 at 09:16, Ondřej Surý wrote:
> On Wed, 2004-08-18 at 18:25 +0100, Alan Cox wrote:
> > On Mer, 2004-08-18 at 09:20, Ondřej Surý wrote:
> > > It could be some bug in IOS, but it is triggered by some change between
> > > 2.6.7 and 2.6.8. Any hints what should I try or where to look?
> > > I could try some -pre and -rc kernel to locate where this was
> > > introduced, but at least try to hint me which version should be
> > > considered, I am not so willing to compile all -preX and -rcX, but could
> > > do that if neccessary to hunt this regression.
> >
> > echo "0" >/proc/sys/net/ipv4/tcp_window_scaling see if that helps.
>
> Yep, that helped. Thanks a lot.
>
> > If so then suspect something like the cisco or upstream router.
>
> I will report this to my local Cisco support partner.
I too have this problem. (cisco 837 running
c837-k9o3sy6-mz.123-4.XG1.bin)
Adjusting the window scaling helped me too.
If you get an answer from cisco I'd greatly appreciate hearing about it.
Regards,
Bastiaan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-08-19 23:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-18 8:20 network regression using 2.6.8.x behind Cisco 1712 Ondřej Surý
2004-08-18 17:25 ` Alan Cox
2004-08-18 19:09 ` Re[2]: " Maciej Soltysiak
2004-08-19 7:16 ` Ondřej Surý
2004-08-19 23:02 ` Bastiaan Spandaw
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®