* Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
[not found] <1447077529-9200-1-git-send-email-niklass@axis.com>
@ 2015-11-11 16:50 ` Jonathan Corbet
2015-11-11 16:57 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Corbet @ 2015-11-11 16:50 UTC (permalink / raw)
To: Niklas Cassel
Cc: edumazet, tom, linux-doc, linux-kernel, Niklas Cassel, netdev
On Mon, 9 Nov 2015 14:58:49 +0100
Niklas Cassel <niklas.cassel@axis.com> wrote:
> Commit c39c4c6abb89 ("tcp: double default TSQ output bytes limit")
> updated default value for tcp_limit_output_bytes
I left this last time because Dave usually likes to pick up networking
docs patches himself. This wasn't sent to netdev, though, so that's
unlikely to happen. I've gone ahead and applied it, since it seems
clearly correct.
Thanks,
jon
> Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
> ---
> Documentation/networking/ip-sysctl.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
> index 05915be..2ea4c45 100644
> --- a/Documentation/networking/ip-sysctl.txt
> +++ b/Documentation/networking/ip-sysctl.txt
> @@ -709,7 +709,7 @@ tcp_limit_output_bytes - INTEGER
> typical pfifo_fast qdiscs.
> tcp_limit_output_bytes limits the number of bytes on qdisc
> or device to reduce artificial RTT/cwnd and reduce bufferbloat.
> - Default: 131072
> + Default: 262144
>
> tcp_challenge_ack_limit - INTEGER
> Limits number of Challenge ACK sent per second, as recommended
> --
> 2.1.4
>
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
2015-11-11 16:50 ` [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Jonathan Corbet
@ 2015-11-11 16:57 ` David Miller
2015-11-11 17:02 ` Jonathan Corbet
0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2015-11-11 16:57 UTC (permalink / raw)
To: corbet
Cc: niklas.cassel, edumazet, tom, linux-doc, linux-kernel, niklass,
netdev
From: Jonathan Corbet <corbet@lwn.net>
Date: Wed, 11 Nov 2015 09:50:02 -0700
> On Mon, 9 Nov 2015 14:58:49 +0100
> Niklas Cassel <niklas.cassel@axis.com> wrote:
>
>> Commit c39c4c6abb89 ("tcp: double default TSQ output bytes limit")
>> updated default value for tcp_limit_output_bytes
>
> I left this last time because Dave usually likes to pick up networking
> docs patches himself. This wasn't sent to netdev, though, so that's
> unlikely to happen. I've gone ahead and applied it, since it seems
> clearly correct.
I already took this into my tree as per:
http://marc.info/?l=linux-netdev&m=144708947814679&w=2
and patchwork entry:
http://patchwork.ozlabs.org/patch/541786/
and since Linus pulled my tree in earlier today it's now in
his tree as well.
Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
2015-11-11 16:57 ` David Miller
@ 2015-11-11 17:02 ` Jonathan Corbet
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Corbet @ 2015-11-11 17:02 UTC (permalink / raw)
To: David Miller
Cc: niklas.cassel, edumazet, tom, linux-doc, linux-kernel, niklass,
netdev
On Wed, 11 Nov 2015 11:57:24 -0500 (EST)
David Miller <davem@davemloft.net> wrote:
> > I left this last time because Dave usually likes to pick up networking
> > docs patches himself. This wasn't sent to netdev, though, so that's
> > unlikely to happen. I've gone ahead and applied it, since it seems
> > clearly correct.
>
> I already took this into my tree as per:
>
> http://marc.info/?l=linux-netdev&m=144708947814679&w=2
>
> and patchwork entry:
>
> http://patchwork.ozlabs.org/patch/541786/
>
> and since Linus pulled my tree in earlier today it's now in
> his tree as well.
Ah...I'm so behind the times...then I won't take it here after all.
Thanks,
jon
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
@ 2015-11-09 14:59 Niklas Cassel
2015-11-09 17:17 ` David Miller
0 siblings, 1 reply; 5+ messages in thread
From: Niklas Cassel @ 2015-11-09 14:59 UTC (permalink / raw)
To: davem
Cc: netdev, kuznet, jmorris, yoshfuji, kaber, Niklas Cassel,
Niklas Cassel
Commit c39c4c6abb89 ("tcp: double default TSQ output bytes limit")
updated default value for tcp_limit_output_bytes
Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
---
Already sent the patch to linux-doc@vger.kernel.org,
but sending it to netdev@vger.kernel.org too.
Documentation/networking/ip-sysctl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 05915be..2ea4c45 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -709,7 +709,7 @@ tcp_limit_output_bytes - INTEGER
typical pfifo_fast qdiscs.
tcp_limit_output_bytes limits the number of bytes on qdisc
or device to reduce artificial RTT/cwnd and reduce bufferbloat.
- Default: 131072
+ Default: 262144
tcp_challenge_ack_limit - INTEGER
Limits number of Challenge ACK sent per second, as recommended
--
2.1.4
^ permalink raw reply related [flat|nested] 5+ messages in thread* Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
2015-11-09 14:59 Niklas Cassel
@ 2015-11-09 17:17 ` David Miller
0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2015-11-09 17:17 UTC (permalink / raw)
To: niklas.cassel; +Cc: netdev, kuznet, jmorris, yoshfuji, kaber, niklass
From: Niklas Cassel <niklas.cassel@axis.com>
Date: Mon, 9 Nov 2015 15:59:00 +0100
> Commit c39c4c6abb89 ("tcp: double default TSQ output bytes limit")
> updated default value for tcp_limit_output_bytes
>
> Signed-off-by: Niklas Cassel <niklas.cassel@axis.com>
Applied, thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-11-11 17:02 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1447077529-9200-1-git-send-email-niklass@axis.com>
2015-11-11 16:50 ` [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Jonathan Corbet
2015-11-11 16:57 ` David Miller
2015-11-11 17:02 ` Jonathan Corbet
2015-11-09 14:59 Niklas Cassel
2015-11-09 17:17 ` David Miller
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).