From: David Miller <davem@davemloft.net>
To: ilpo.jarvinen@helsinki.fi
Cc: netdev@vger.kernel.org, herbert@gondor.apana.org.au
Subject: Re: TSO trimming question
Date: Thu, 20 Dec 2007 04:00:37 -0800 (PST) [thread overview]
Message-ID: <20071220.040037.48002365.davem@davemloft.net> (raw)
In-Reply-To: <Pine.LNX.4.64.0712201253400.31652@kivilampi-30.cs.helsinki.fi>
From: "Ilpo_Järvinen" <ilpo.jarvinen@helsinki.fi>
Date: Thu, 20 Dec 2007 13:40:51 +0200 (EET)
> That's not the only case, IMHO if there's odd boundary due to
> snd_una+snd_wnd - skb->seq limit (done in tcp_window_allows()), we don't
> consider it as odd but break the skb at arbitary point resulting
> two small segments to the network, and what's worse, when the later skb
> resulting from the first split is matching skb->len < limit check as well
> causing an unnecessary small skb to be created for nagle purpose too,
> solving it fully requires some thought in case the mss_now != mss_cache
> even if non-odd boundaries are honored in the middle of skb.
In the most ideal sense, tcp_window_allows() should probably
be changed to only return MSS multiples.
Unfortunately this would add an expensive modulo operation,
however I think it would elimiate this problem case.
next prev parent reply other threads:[~2007-12-20 12:00 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-19 21:46 TSO trimming question Ilpo Järvinen
2007-12-19 22:02 ` Ilpo Järvinen
2007-12-20 3:26 ` Herbert Xu
2007-12-20 7:55 ` David Miller
2007-12-20 7:54 ` David Miller
2007-12-20 11:40 ` Ilpo Järvinen
2007-12-20 11:56 ` David Miller
2007-12-20 16:02 ` John Heffner
2007-12-21 4:36 ` David Miller
2007-12-21 8:06 ` Bill Fink
2007-12-21 9:26 ` Ilpo Järvinen
2007-12-21 9:28 ` Ilpo Järvinen
2007-12-21 9:27 ` David Miller
2007-12-21 9:29 ` Herbert Xu
2007-12-21 9:36 ` David Miller
2007-12-21 10:58 ` Bill Fink
2007-12-21 18:54 ` Bill Fink
2007-12-21 18:58 ` Ilpo Järvinen
2007-12-21 19:37 ` Bill Fink
2007-12-20 12:00 ` David Miller [this message]
2007-12-20 12:35 ` Ilpo Järvinen
2007-12-20 14:00 ` Herbert Xu
2007-12-20 23:55 ` David Miller
2007-12-21 18:55 ` [PATCH] [TCP]: Force TSO splits to MSS boundaries Ilpo Järvinen
2007-12-21 20:01 ` Ilpo Järvinen
2007-12-25 5:35 ` David Miller
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=20071220.040037.48002365.davem@davemloft.net \
--to=davem@davemloft.net \
--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 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).