• ⲇⲅⲇ
    arrow-up
    47
    arrow-down
    4
    ·
    9 months ago
    link
    fedilink

    Now, gamers will want to play on Linux for the low latency on online games.

    • taladar
      arrow-up
      44
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      Most low latency use cases in games use UDP, not TCP.

      • pandacoder
        arrow-up
        17
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        Unless it’s a Java Minecraft server which I believe exclusively uses TCP still.

      • ⲇⲅⲇ
        arrow-up
        7
        arrow-down
        1
        ·
        9 months ago
        link
        fedilink

        Yeah, that would make sense as opening TCP connections is not really viable for low latency, hahaha.

        • taladar
          arrow-up
          8
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          Opening the connections is one thing but resends and stream ordering can also cause issues since they might delay the latest information reaching the user space application even if the packet for them has actually arrived just because some earlier packet has not. There can also be issues with implementations waiting for enough data to be available before sending a packet.

        • Atemu
          arrow-up
          3
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          Depends. There was that one F2P COD clone which used TCP and IIRC it did fine?

          • icydefiance
            arrow-up
            4
            arrow-down
            0
            ·
            9 months ago
            link
            fedilink

            If your connection is stable, the latency will more or less be the same, but TCP will consume more bandwidth because of acknowledgement packets, making it harder to keep your connection stable.

            On an unstable connection, TCP latency will skyrocket as it resends packets, while UDP will just drop those packets unless the game engine has its own way of resending them. Most engines have that, but they only do it for data that is marked as “important”. For example using an item is important, but the position of your character probably isn’t, because it’ll be updated on the next tick anyway.

    • fosforus
      arrow-up
      20
      arrow-down
      0
      ·
      9 months ago
      edit-2
      9 months ago
      link
      fedilink

      Online games don’t typically have many concurrent connections, though, do they? Just the one.

      • ⲇⲅⲇ
        arrow-up
        9
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        I’m not an expert, but I suppose as this patch is on the kernel and not on the game, this will still improve any connection your kernel needs to do, like sending telemetry of your anti-cheat engine and other apps that make TCP requests while you are playing online games.

    • WindowsEnjoyer
      arrow-up
      6
      arrow-down
      1
      ·
      9 months ago
      link
      fedilink

      Before that you have to download it. Well, using p2p mechanisms.

      • ⲇⲅⲇ
        arrow-up
        3
        arrow-down
        0
        ·
        9 months ago
        edit-2
        9 months ago
        link
        fedilink

        I always download my games before playing them. I don’t know what you mean here.

        • EevolticEnglish
          arrow-up
          5
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          I think they mean peer to peer arrr

    • WMTYRO
      arrow-up
      1
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      Unfortunately, many games where people care about that lower latency tend to be competitive with some kind of anti-cheat that doesn’t mesh with Linux.

  • YIj54yALOJxEsY20eU
    arrow-up
    37
    arrow-down
    1
    ·
    9 months ago
    link
    fedilink

    Somebody please temper my expectations because this seems like an absolute game changer.

    • OsrsNeedsF2POP
      arrow-up
      71
      arrow-down
      2
      ·
      9 months ago
      edit-2
      9 months ago
      link
      fedilink

      You’re not a cloud server that needs to run this many concurrent connections (probably)

      • YIj54yALOJxEsY20eU
        arrow-up
        9
        arrow-down
        0
        ·
        9 months ago
        edit-2
        9 months ago
        link
        fedilink

        No but my friend is cloud server with many concurrent connections and may want to hear the good news!

    • KarnaEnglish
      arrow-up
      26
      arrow-down
      0
      ·
      9 months ago
      edit-2
      9 months ago
      link
      fedilink

      The test data on article is about server setup which is the right use case for this change.

      Moreover the L3 cache on CPU is what makes significant difference, IMO.

      If that is true, not sure how much improvement consumer-grade desktop will see, given that most consumer-grade CPU will not have that much L3 cache on chip.

      • AlexJD
        arrow-up
        17
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        AMD has been putting a lot of L3 cache on their consumer CPUs. The 5800X3D has 96mb of L3 cache.

        • KarnaEnglish
          arrow-up
          5
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          Yes, that’s true. Only if Intel follows the same in future.

          On a separate note, 5800X3D seems to be most efficient (throughput/watt) consumer grade CPU out there right now.

          • Atemu
            arrow-up
            7
            arrow-down
            0
            ·
            9 months ago
            link
            fedilink

            On a separate note, 5800X3D seems to be most efficient (throughput/watt) consumer grade CPU out there right now.

            Pretty sure the 7800x3D surpasses it and the 7950x3D is no slouch either.

        • dai
          arrow-up
          4
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          Man looking at my old 5960x with it’s 20mb of cache from 2014, and Intel’s current top consumer chip with 36mb.

          Crazy to think Intel were ‘ahead of the curve’ so long ago, those x99 chips are still relevant compared to some AM4 chips.

        • qupada
          arrow-up
          4
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          Their top-of-the-range Epyc 9684X has 1152MB :)

          • KarnaEnglish
            arrow-up
            8
            arrow-down
            0
            ·
            9 months ago
            link
            fedilink

            That’s definitely a CPU for server (unless you are a general consumer with lots of $ 🙂 ).

            • qupada
              arrow-up
              3
              arrow-down
              0
              ·
              9 months ago
              link
              fedilink

              There definitely are vendors ignoring common sense and putting socket SP5 on desktop boards.

              No argument about the price, I think list on these is something like $13k USD.

  • AutoTL;DRBEnglish
    arrow-up
    18
    arrow-down
    0
    ·
    9 months ago
    link
    fedilink

    This is the best summary I could come up with:


    This effort has been around optimizing cacheline consumption and adding safeguards to ensure future changes don’t regress.

    In turn this optimizing of core networking structures is causing TCP performance with many concurrent connections to increase by as much as 40% or more!

    This patch series attempts to reorganize the core networking stack variables to minimize cacheline consumption during the phase of data transfer.

    Meanwhile new Ethernet driver hardware support in Linux 6.8 includes the Octeon CN10K devices, Broadcom 5760X P7, Qualcomm SM8550 SoC, and Texas Instrument DP83TG720S PHY.

    NVIDIA Mellanox Ethernet data center switches can also now enjoy firmware updates without a reboot.

    The full list of new networking patches for the Linux 6.8 kernel merge window can be found via today’s pull request.


    The original article contains 387 words, the summary contains 124 words. Saved 68%. I’m a bot and I’m open source!

  • sighofannoyance
    arrow-up
    3
    arrow-down
    12
    ·
    9 months ago
    link
    fedilink

    This proves once and for all that Linux is the superior platform!

    when was the last time you heard any such news for PC or MAC?

    • Aganim
      arrow-up
      14
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      when was the last time you heard any such news for PC

      A few seconds ago, when I read that the new Linux kernel contains TCP related performance improvements!

    • Lulzagna
      arrow-up
      3
      arrow-down
      1
      ·
      9 months ago
      link
      fedilink

      This has to be some sort of Dunning-Kruger effect right here