drivers/infiniband/hw/cxgb4

Chelsio Terminator T4/T5/T6 iWARP RDMA adapters

RDMA (remote direct memory access) support for Chelsio's Terminator T4, T5, and T6 Unified Wire converged Ethernet adapters, which deliver iWARP-style low-latency networking over 10/25/40/100 Gbps Ethernet for storage fabrics, HPC clusters, and database servers from roughly 2010 onward.

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

recommendation

Worth keeping but worth flagging as a niche corner of the kernel. Chelsio still sells current T6 Unified Wire adapters in 2025 and the driver was still receiving upstream cleanups on the linux-rdma list in 2025, so it has a real (if small) user base and an active vendor. The same vendor page already labels T5 and earlier as legacy, so deployments skew toward specialized storage and HPC shops rather than mainstream servers.

repository signals

15 files
15,473 source lines
46 commits, 5y
+320 / −272 lines added / removed, 5y
29 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 46 total · active in 29/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +8 −9 2021-06: 3 commits · +5 −7 2021-07: 1 commit · +16 −27 2021-08: 1 commit · +13 −8 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +11 −13 2021-11: 4 commits · +11 −14 2021-12: 2 commits · +4 −2 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +4 −5 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +9 −16 2022-09: 0 commits · +0 −0 2022-10: 3 commits · +6 −6 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +1 −1 2023-01: 1 commit · +6 −20 2023-02: 3 commits · +8 −1 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: 1 commit · +1 −1 2023-08: 0 commits · +0 −0 2023-09: 1 commit · +3 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 1 commit · +0 −2 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 · +3 −2 2024-07: 1 commit · +105 −38 2024-08: 1 commit · +0 −4 2024-09: 1 commit · +5 −0 2024-10: 2 commits · +5 −5 2024-11: 1 commit · +4 −2 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +8 −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: 1 commit · +1 −2 2025-07: 1 commit · +6 −1 2025-08: 0 commits · +0 −0 2025-09: 2 commits · +3 −4 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: 4 commits · +72 −80 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    linux-rdma saw a cxgb4 patch on 2026-04-06 ('RDMA/cxgb4: Convert to ib_respond_udata()'), showing current upstream maintenance rather than abandonment.

  2. chelsio.com

    Chelsio's current product page still markets T6 Unified Wire adapters and lists T6 models such as T62100-CR and T6225-CR, indicating related hardware remained on sale after 2025.

  3. chelsio.com

    The same Chelsio page labels 'T5 and Legacy Adapters' separately, implying older generations are legacy even though newer related hardware is still sold.

codex reasoning notes (technical)

Local source read via shell (`sed`/`rg`) identified this as the Chelsio RDMA/iWARP driver; device.c says 'Chelsio T4/T5 RDMA Driver' and code handles CHELSIO_T4/T5/T6. Lore evidence came from `lore_activity` on drivers/infiniband/hw/cxgb4/provider.c, which returned recent linux-rdma activity including the 2026-04-06 cxgb4 patch URL cited above. Removal-signal probes via `lore_regex`, `lore_substr_subject`, and `lei q` did not yield usable evidence (timeouts / sandboxed lei daemon failure), so the recommendation is based on positive maintenance evidence plus current vendor product status. Web evidence came from `web search_query` and `open` on Chelsio's canonical product page, which shows T6 products still offered while classifying T5 as legacy. Conclusion: keep the driver, but annotate it as niche/legacy-leaning hardware support with ongoing maintenance and no clear in-tree replacement.