From: Frederic Leroy <fredo@starox.org>
To: "Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi>
Cc: Damian Lukowski <damian@tvk.rwth-aachen.de>,
Netdev <netdev@vger.kernel.org>,
David Miller <davem@davemloft.net>,
Eric Dumazet <eric.dumazet@gmail.com>,
Herbert Xu <herbert@gondor.apana.org.au>,
Greg KH <gregkh@suse.de>
Subject: Re: scp stalls mysteriously
Date: Thu, 3 Dec 2009 22:37:28 +0100 [thread overview]
Message-ID: <20091203223728.3d5efa74@houba> (raw)
In-Reply-To: <alpine.DEB.2.00.0912032207430.776@melkinpaasi.cs.helsinki.fi>
Le Thu, 3 Dec 2009 22:36:53 +0200 (EET),
"Ilpo Järvinen" <ilpo.jarvinen@helsinki.fi> a écrit :
> however, annoying thing is that now we didn't get get the zero events
> logged :-). Can you please print them also in that branch. Also, I
> forgot previously that tp->frto_counter would be nice to know. And
> since there seems to be a need for yet another case, in order to
> solve the other problem related to fast retransmit, also tp->lost_out
> and tp->sacked_out would be nice to know.
.12 is online, including patch
I added the fields and moved the printk at the beginning of
retransmits_timed_out as sk is not modified in the function.
I'm preparing one test without the "|| !tp->retrans_stamp"
--
Frédéric Leroy
next prev parent reply other threads:[~2009-12-03 21:37 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-27 21:35 scp stalls mysteriously Frederic Leroy
2009-11-27 22:12 ` Ilpo Järvinen
[not found] ` <20091128010156.1219012a@houba>
2009-11-28 11:31 ` Ilpo Järvinen
2009-11-29 22:13 ` Ilpo Järvinen
2009-11-30 18:50 ` Frederic Leroy
2009-11-30 19:10 ` Ilpo Järvinen
2009-11-30 20:18 ` Ilpo Järvinen
2009-11-30 20:37 ` Frederic Leroy
2009-11-30 21:37 ` Ilpo Järvinen
2009-11-30 22:19 ` Frederic Leroy
2009-12-01 20:19 ` Frederic Leroy
2009-12-01 20:27 ` Ilpo Järvinen
2009-12-02 7:59 ` Frederic Leroy
2009-12-02 12:59 ` Ilpo Järvinen
2009-12-02 15:44 ` Frederic Leroy
2009-12-02 16:05 ` Ilpo Järvinen
2009-12-02 17:34 ` Frederic Leroy
2009-12-02 19:17 ` Damian Lukowski
2009-12-03 8:59 ` Frederic Leroy
2009-12-03 10:29 ` Ilpo Järvinen
2009-12-03 10:34 ` David Miller
2009-12-03 10:48 ` Ilpo Järvinen
2009-12-03 12:19 ` Asdo
2009-12-03 11:57 ` Damian Lukowski
2009-12-03 12:19 ` Damian Lukowski
2009-12-03 12:49 ` Ilpo Järvinen
2009-12-03 14:10 ` Damian Lukowski
2009-12-03 19:23 ` Frederic Leroy
2009-12-03 20:34 ` Damian Lukowski
2009-12-03 22:03 ` Frederic Leroy
2009-12-04 10:41 ` Ilpo Järvinen
2009-12-04 9:36 ` Frederic Leroy
2009-12-04 11:14 ` Ilpo Järvinen
2009-12-04 13:58 ` Frederic Leroy
2009-12-04 15:09 ` Ilpo Järvinen
2009-12-03 20:36 ` Ilpo Järvinen
2009-12-03 21:37 ` Frederic Leroy [this message]
2009-12-05 22:32 ` Damian Lukowski
2009-12-06 10:29 ` Ilpo Järvinen
2009-12-06 17:48 ` Ilpo Järvinen
2009-12-06 22:44 ` Damian Lukowski
2009-12-06 23:09 ` Ilpo Järvinen
2009-12-06 20:32 ` Frederic Leroy
2009-12-07 14:01 ` Ilpo Järvinen
2009-12-07 22:18 ` Frederic Leroy
2009-12-07 22:38 ` Ilpo Järvinen
2009-12-09 4:54 ` David Miller
2009-12-03 12:11 ` Frederic Leroy
2009-12-03 12:44 ` Ilpo Järvinen
2009-12-03 13:37 ` Arnd Hannemann
2009-12-03 14:27 ` Arnd Hannemann
2009-12-03 14:36 ` Ilpo Järvinen
2009-12-03 15:34 ` Arnd Hannemann
2009-12-03 15:48 ` Ilpo Järvinen
2009-12-03 18:32 ` Greg KH
2009-12-03 21:37 ` David Miller
2009-12-03 8:56 ` Frederic Leroy
2009-11-30 21:24 ` Frederic Leroy
2009-11-30 21:26 ` Ilpo Järvinen
2009-11-30 21:54 ` Frederic Leroy
2009-11-27 22:22 ` Frederic Leroy
2009-11-27 22:28 ` Ilpo Järvinen
2009-11-27 22:30 ` Ilpo Järvinen
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=20091203223728.3d5efa74@houba \
--to=fredo@starox.org \
--cc=damian@tvk.rwth-aachen.de \
--cc=davem@davemloft.net \
--cc=eric.dumazet@gmail.com \
--cc=gregkh@suse.de \
--cc=herbert@gondor.apana.org.au \
--cc=ilpo.jarvinen@helsinki.fi \
--cc=netdev@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.