drivers/infiniband/hw/mthca

Mellanox InfiniHost InfiniBand Host Channel Adapters (Tavor/Arbel)

First- and second-generation Mellanox InfiniBand host channel adapter cards (the MT23108 Tavor, MT25208 Arbel, and InfiniHost III Ex/Lx families) used in HPC clusters and enterprise storage fabrics from roughly 2003 through the early 2010s, before being superseded by ConnectX-series silicon.

keep-annotate conf=0.83 last_sold=2015 deploy=low replacement=mlx5_ib subsystem=infiniband category=networking-other
83%

recommendation

Worth keeping but its niche is worth documenting: the hardware was end-of-lifed by Mellanox/NVIDIA around 2016 when 130nm component supply dried up, and new deployments now use ConnectX cards driven by mlx5_ib. However, upstream activity is still healthy — a refactor patch landed on linux-rdma in early 2026 and fixes were pulled into stable in 2024 — so old InfiniBand clusters that still rely on these adapters continue to be supported. mlx5_ib is the modern successor for new buyers, but it does not run on this older silicon.

repository signals

28 files
14,789 source lines
27 commits, 5y
+172 / −219 lines added / removed, 5y
12 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 27 total · active in 15/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 −1 2021-07: 1 commit · +30 −47 2021-08: 1 commit · +27 −34 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 4 commits · +15 −22 2021-12: 1 commit · +1 −2 2022-01: 3 commits · +8 −22 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +1 −1 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-07: 2 commits · +11 −11 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +1 −1 2023-10: 0 commits · +0 −0 2023-11: 1 commit · +3 −3 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: 0 commits · +0 −0 2024-06: 1 commit · +2 −1 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: 2 commits · +2 −2 2025-05: 1 commit · +1 −1 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +5 −1 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 6 commits · +64 −70 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. cateee.net

    LKDDb identifies CONFIG_INFINIBAND_MTHCA as the ib_mthca driver for Mellanox InfiniHost HCAs including MT23108 and MT25208/Arbel-era devices.

  2. lore.kernel.org

    linux-rdma carried a 2026 patch titled "RDMA/mthca: Use generic resize-CQ lock", showing current upstream maintenance rather than abandonment.

  3. lore.kernel.org

    mthca code was also pulled through stable trees in 2024, indicating ongoing bug-fix relevance for deployed systems.

  4. network.nvidia.com

    NVIDIA's InfiniHost III Ex firmware page shows release dates clustered in 2007-2008, consistent with a long-obsolete product generation.

  5. network.nvidia.com

    NVIDIA/Mellanox EOL material for InfiniHost III states manufacturing support was ending because the 130nm high-lead product family lost supplier support around 2016, evidencing end-of-life status for this era of hardware.

codex reasoning notes (technical)

Real driver directory; local exec_command/rg on Kconfig identified it as Mellanox InfiniHost/Tavor/Arbel HCA support. lore_activity (MCP) on mthca files found a linux-rdma 2026 functional patch, so there is no sign of active removal and current maintenance argues against deprecate/remove. lore_file_timeline (MCP) on mthca_main.c also showed stable-tree traffic through 2024. Deployment appears legacy-only: web search found LKDDb for device IDs plus NVIDIA firmware pages dated 2007-2008 and an NVIDIA EOL PDF indicating this product era was already end-of-life by roughly 2016. That supports low present-day deployments, not zero, because old InfiniBand clusters can persist in labs/HPC estates. mlx5_ib is the practical upstream successor for new Mellanox RDMA deployments, but not a drop-in hardware replacement for existing cards.