From: ALESSANDRO.SUARDI@ORACLE.COM
To: bert hubert <ahu@ds9a.nl>,
Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Cc: "David S. Miller" <davem@redhat.com>,
"linux-kernel @ vger. kernel. org Stephen Hemminger"
<shemminger@osdl.org>,
netdev@oss.sgi.com, phyprabab@yahoo.com
Subject: Re: analysis of TCP window size issues still around - several reports / SACK involved?
Date: Tue, 6 Jul 2004 06:30:51 -0600 (MDT) [thread overview]
Message-ID: <6913615.1089117051125.JavaMail.oracle@web265.oracle.com> (raw)
Hi all,
sorry about the silly formatting, but the webmail
client isn't really nice in this respect :(
Further data points: -bk18 built with GCC 3.4.1
still hangs talking to most of the world except
google.it (redirected from google.com) from
my home DSL (US Robotics USR9003 router).
It _works_ without changing anything when in
my office (unsure about hardware there).
It _also_ works from my home _if_ I fire up the
Cisco VPN client (4.0.4.B) to an Oracle VPN
server and access the 'net (kernel.org and
all) via our proxies through the VPN.
Hope that helps, and sorry for top-posting.
Bert Hubert wrote:
> On Thu, Jul 01, 2004 at 10:32:25PM -0300,
> Arnaldo Carvalho de Melo wrote:
>
> > > > Rather than using
> *tcp_prot.memory_pressure, just go back to
> looking at
> > > > tcp_memory_pressure.
> > >
> > > Hehe, applied thanks Stephen.
>
> People,
>
> There are still persistent reports of TCP
> problems, even after patching away
> the memory_pressure pointer problem. From one
> trace I've seen, by Alessandro
> Suardi, but I lack the SACK knowledge to fully
> interpret these traces:
>
> 22:42:40.890025 192.168.1.6.32843 >
> 204.152.189.116.http: S 1994994484:1994994484(0)
> win 5840 <mss 1460,sackOK,timestamp 4294940315
> 0,nop,wscale 7> (DF)
> 22:42:41.143063 204.152.189.116.http >
> 192.168.1.6.32843: S 1404108869:1404108869(0)
> ack 1994994485 win 5792 <mss
> 1452,sackOK,timestamp 3383469176
> 4294940315,nop,wscale 0> (DF)
> 22:42:41.143123 192.168.1.6.32843 >
> 204.152.189.116.http: . ack 1 win 45
> <nop,nop,timestamp 4294940568 3383469176> (DF)
>
> Alessandro's machine does perform window
> scaling, tcpdump however does not
> understand that and neglects to multiply 45 by
> 2^7 (=5760). Kernel.org does do
> wscale, but defaults to 2^0.
>
> 22:42:41.143362 192.168.1.6.32843 >
> 204.152.189.116.http: P 1:421(420) ack 1 win 45
> <nop,nop,timestamp 4294940568 3383469176> (DF)
>
> Alessandro's machine sends a GET request.
>
> 22:42:41.147669 204.152.189.116.http >
> 192.168.1.6.32843: S 1404108869:1404108869(0)
> ack 1994994485 win 5792 <mss
> 1452,sackOK,timestamp 3383469180
> 4294940315,nop,wscale 0> (DF)
>
> www.kernel.org acts like it did not see our ACK.
>
>
> 22:42:41.147723 192.168.1.6.32843 >
> 204.152.189.116.http: . ack 1 win 45
> <nop,nop,timestamp 4294940572
> 3383469180,nop,nop,sack sack 1 {0:1} > (DF)
>
> Allessandro's machine sends a selective ACK -
> could have gotten away with a
> regular one I'd think?
>
> 22:42:41.408763 204.152.189.116.http >
> 192.168.1.6.32843: . ack 421 win 6432
> <nop,nop,timestamp 3383469440 4294940568> (DF)
>
> www.kernel.org acks the GET, but from then on
> does not send anything.
>
> After a minute, Alessandro gets bored and
> presses STOP in Mozilla:
>
> 22:43:41.051537 192.168.1.6.32843 >
> 204.152.189.116.http: F 421:421(0) ack 1 win 45
> <nop,nop,timestamp 33189 3383469440> (DF)
>
> k.o acks this FIN, but also sends a selective
> ack:
>
> 22:43:41.304371 204.152.189.116.http >
> 192.168.1.6.32843: . ack 422 win 6432
> <nop,nop,timestamp 3383529343 33189,nop,nop,sack
> sack 1 {421:422} > (DF)
>
> Here are the underlying reports:
>
> http://lkml.org/lkml/2004/7/4/116 (Alessandro
> Suardi)
> The _only_ site I found I can browse without
> disabling TCP
> window scaling is http://www.google.it.
>
> tcpdump at:
> http://xoomer.virgilio.it/incident/tcpdump.out
>
> http://lkml.org/lkml/2004/7/5/105 (Phy Prabab)
> Concerning my issue with ftp'ing from remote
> sites,
> using these sysctl's I was able to get the
> performance
> back:
>
> net.ipv4.tcp_default_win_scale=0
> net.ipv4.tcp_moderate_rcvbuf=0
>
> 2.6.7-bk18 w/out sysctls:
> 2573621 bytes received in 2e+02 seconds (12
> Kbytes/s)
>
> 2.6.7-bk18 w/sysctls:
> 2573621 bytes received in 0.69 seconds (3.6e+03
>
> Kbytes/s)
>
> These both refer to bk after the
> *tcp_prot.memory_pressure patch was
> applied.
>
> Thanks for your attention.
>
> --
> http://www.PowerDNS.com Open source,
> database driven DNS Software
> http://lartc.org Linux Advanced
> Routing & Traffic Control HOWTO
>
--alessandro
next reply other threads:[~2004-07-06 12:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-06 12:30 ALESSANDRO.SUARDI [this message]
2004-07-06 12:42 ` analysis of TCP window size issues still around - several reports / SACK involved? bert hubert
[not found] <32886.63.170.215.71.1088564087.squirrel@www.osdl.org>
[not found] ` <20040629222751.392f0a82.davem@redhat.com>
[not found] ` <20040630152750.2d01ca51@dell_ss3.pdx.osdl.net>
[not found] ` <20040630153049.3ca25b76.davem@redhat.com>
2004-07-01 20:37 ` [PATCH] TCP acts like it is always out of memory Stephen Hemminger
2004-07-01 21:04 ` David S. Miller
2004-07-02 1:32 ` Arnaldo Carvalho de Melo
2004-07-06 9:35 ` analysis of TCP window size issues still around - several reports / SACK involved? bert hubert
2004-07-06 20:19 ` David S. Miller
2004-07-06 20:27 ` bert hubert
2004-07-06 20:31 ` David S. Miller
2004-07-07 21:25 ` Alessandro Suardi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6913615.1089117051125.JavaMail.oracle@web265.oracle.com \
--to=alessandro.suardi@oracle.com \
--cc=acme@conectiva.com.br \
--cc=ahu@ds9a.nl \
--cc=davem@redhat.com \
--cc=netdev@oss.sgi.com \
--cc=phyprabab@yahoo.com \
--cc=shemminger@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).