drivers/net/ethernet/myricom/myri10ge

Myricom Myri-10G 10 Gigabit Ethernet adapters

A family of 10 Gigabit Ethernet PCI Express network adapters that Myricom began shipping in late 2005, widely used in high-performance computing clusters and low-latency financial trading networks through the late 2000s and 2010s. Myricom was acquired by CSP Inc. and later by Arista/Endace, which has since ended support for the line.

keep-annotate conf=0.83 deploy=low replacement=none subsystem=net category=networking-ethernet
83%

recommendation

Worth keeping but documenting its niche. The hardware vendor (now Arista/Endace) declared all Myricom adapters end-of-life and no longer recommended for new deployments, yet the driver still attracts upstream bugfixes and stable backports as recently as 2026, and Debian continues to ship the matching firmware package for legacy installs. That mix of dwindling hardware presence but ongoing maintenance argues for keeping it with a clear note that it serves existing deployments only.

repository signals

4 files
4,568 source lines
24 commits, 5y
+101 / −87 lines added / removed, 5y
17 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 24 total · active in 16/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +1 −0 2021-07: 0 commits · +0 −0 2021-08: 2 commits · +37 −34 2021-09: 0 commits · +0 −0 2021-10: 3 commits · +4 −5 2021-11: 1 commit · +3 −1 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +1 −12 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 2 commits · +3 −5 2022-05: 1 commit · +2 −2 2022-06: 1 commit · +1 −1 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +4 −4 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 2 commits · +2 −2 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +1 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 1 commit · +4 −4 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 0 commits · +0 −0 2024-12: 0 commits · +0 −0 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +1 −1 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −4 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +36 −11 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still receives upstream fix traffic and stable backports; a myri10ge bugfix was queued for stable on 2026-02-28.

  2. support.ariacybersecurity.com

    Arista/Endace support states all Myricom network adapters are end-of-life, not recommended for new programs, and no longer supported.

  3. packages.debian.org

    A current Debian package still ships firmware specifically for Myri-10G Ethernet adapters supported by the myri10ge driver.

  4. en.wikipedia.org

    Myri-10G is an older generation product line that started shipping at the end of 2005, indicating legacy rather than modern hardware.

codex reasoning notes (technical)

Real driver directory: local `rg` via shell found `MODULE_DESCRIPTION("Myricom 10G driver (10GbE)")`, PCI IDs, and firmware blobs in `myri10ge.c`. Lore evidence came from `lore_file_timeline` and `lore_activity` on `drivers/net/ethernet/myricom/myri10ge/myri10ge.c`; they show recent activity through 2026, including a concrete stable backport URL above, which argues against deprecate/remove. A `lore_regex` subject search for removal talk timed out and was not retried; available lore results did not surface removal discussion. Market/deployment evidence came from web search: the vendor-side EOL notice says Myricom adapters are no longer recommended or supported, while Debian still carries `firmware-myricom`, suggesting residual legacy installs remain. Result: not for new deployments, but still maintained enough upstream to keep with annotation rather than deprecate.