mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Pierre-Loup A. Griffais" <pgriffais@valvesoftware.com>
To: Eric Dumazet <edumazet@google.com>,
	Linus Torvalds <torvalds@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: Steam is broken on new kernels
Date: Fri, 21 Jun 2019 16:04:57 -0700	[thread overview]
Message-ID: <5a012e7c-cbed-c3a9-8d84-851de34630d8@valvesoftware.com> (raw)
In-Reply-To: <CANn89iL5+x3n9H9v4O6y39W=jvQs=uuXbzOvN5mBbcj0t+wdeg@mail.gmail.com>



On 6/21/19 3:38 PM, Eric Dumazet wrote:
> Please look at my recent patch.
>   Sorry I am travelling....
> 
> On Fri, Jun 21, 2019, 6:19 PM Linus Torvalds 
> <torvalds@linux-foundation.org <mailto:torvalds@linux-foundation.org>> 
> wrote:
> 
>     On Fri, Jun 21, 2019 at 2:41 PM Greg Kroah-Hartman
>     <gregkh@linuxfoundation.org <mailto:gregkh@linuxfoundation.org>> wrote:
>      >
>      > What specific commit caused the breakage?
> 
>     Both on reddit and on github there seems to be confusion about whether
>     it's a problem or not. Some people have it working with the exact same
>     kernel that breaks for others.
> 
>     And then some people seem to say it works intermittently for them,
>     which seems to indicate a timing issue.
> 
>     Looking at the SACK patches (assuming it's one of them), I'd suspect
>     the "tcp: tcp_fragment() should apply sane memory limits".
> 
>     Eric, that one does
> 
>             if (unlikely((sk->sk_wmem_queued >> 1) > sk->sk_sndbuf)) {
>                     NET_INC_STATS(sock_net(sk), LINUX_MIB_TCPWQUEUETOOBIG);
>                     return -ENOMEM;
>             }
> 
>     but I think it's *normal* for "sk_wmem_queued >> 1" to be around the
>     same size as sk_sndbuf. So if there is some fragmentation, and we add
>     more skb's to it, that would seem to trigger fairly easily.
>     Particularly since this is all in "truesize" units, which can be a lot
>     bigger than the packets themselves.
> 
>     I don't know the code, so I may be out to lunch and barking up
>     completely the wrong tree, but that particular check does seem like it
>     might trigger much more easily than I think the code _intended_ it to
>     trigger?
> 
>     Pierre-Loup - do you guys have a test-case inside of valve? Or is this
>     purely "we see some people with problems"?

Definitely the latter, although the volume of complaints clearly points 
to a real problem from our experience. Reproducing locally, bisecting 
and testing possible fixes is just now starting on our end.

I agree not all users seem affected; most affected people report success 
by using -tcp to launch Steam, which makes it use direct TCP instead of 
WebSockets, our current default connection method for Linux.

Thanks,
  - Pierre-Loup

> 
>                     Linus
> 


  parent reply	other threads:[~2019-06-21 23:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-21 21:27 Pierre-Loup A. Griffais
2019-06-21 21:41 ` Greg Kroah-Hartman
2019-06-21 21:43   ` Pierre-Loup A. Griffais
2019-06-21 22:19   ` Linus Torvalds
     [not found]     ` <CANn89iL5+x3n9H9v4O6y39W=jvQs=uuXbzOvN5mBbcj0t+wdeg@mail.gmail.com>
2019-06-21 23:04       ` Pierre-Loup A. Griffais [this message]
2019-06-21 23:42         ` Josh Hunt
2019-06-21 23:54       ` Linus Torvalds
2019-06-22  0:19         ` Eric Dumazet
2019-06-22  1:01           ` Pierre-Loup A. Griffais
2019-06-22  5:28             ` Linus Torvalds
2019-06-22  6:35               ` Greg Kroah-Hartman
2019-06-22  7:37               ` Greg Kroah-Hartman
2019-06-26  2:02                 ` Guenter Roeck
2019-06-26  2:29                   ` Greg Kroah-Hartman
2019-06-26  3:43                     ` Guenter Roeck
2019-06-26  4:20                       ` Eric Dumazet
2019-06-26  5:17                         ` Greg Kroah-Hartman
2019-06-26  6:38                           ` Eric Dumazet
2019-06-26  8:23                             ` Greg Kroah-Hartman

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=5a012e7c-cbed-c3a9-8d84-851de34630d8@valvesoftware.com \
    --to=pgriffais@valvesoftware.com \
    --cc=edumazet@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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

all inboxes | Powered by JetHome®