Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1265695 > unrolled thread

[PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes

Started byNiklas Cassel <niklas.cassel@axis.com>
First post2015-11-09 15:10 +0100
Last post2015-11-11 18:10 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes Niklas Cassel <niklas.cassel@axis.com> - 2015-11-09 15:10 +0100
    Re: [PATCH RESEND] net: Documentation: Fix default value  tcp_limit_output_bytes Jonathan Corbet <corbet@lwn.net> - 2015-11-11 18:00 +0100
      Re: [PATCH RESEND] net: Documentation: Fix default value  tcp_limit_output_bytes David Miller <davem@davemloft.net> - 2015-11-11 18:00 +0100
        Re: [PATCH RESEND] net: Documentation: Fix default value  tcp_limit_output_bytes Jonathan Corbet <corbet@lwn.net> - 2015-11-11 18:10 +0100

#1265695 — [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes

FromNiklas Cassel <niklas.cassel@axis.com>
Date2015-11-09 15:10 +0100
Subject[PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
Message-ID<qsViW-7qm-21@gated-at.bofh.it>
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>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1267314 — Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes

FromJonathan Corbet <corbet@lwn.net>
Date2015-11-11 18:00 +0100
SubjectRe: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
Message-ID<qtGUy-5jq-1@gated-at.bofh.it>
In reply to#1265695
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
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1267318 — Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes

FromDavid Miller <davem@davemloft.net>
Date2015-11-11 18:00 +0100
SubjectRe: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
Message-ID<qtGUy-5jq-15@gated-at.bofh.it>
In reply to#1267314
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1267328 — Re: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes

FromJonathan Corbet <corbet@lwn.net>
Date2015-11-11 18:10 +0100
SubjectRe: [PATCH RESEND] net: Documentation: Fix default value tcp_limit_output_bytes
Message-ID<qtH4d-5Cm-3@gated-at.bofh.it>
In reply to#1267318
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web