drivers/net/ethernet/chelsio/cxgb4

Chelsio Terminator T4, T5, and T6 Unified Wire Ethernet adapters

Chelsio's Terminator T4, T5, and T6 family of high-end 10/25/40/50/100 Gigabit Ethernet "Unified Wire" server adapters, which combine standard NIC functionality with offloads for TCP, iSCSI, RDMA, and FCoE. They are aimed at data centres, storage networks, and high-performance computing, and have been shipping since the early 2010s with new T6-generation parts still sold today.

keep conf=0.87 deploy=medium replacement=none subsystem=net category=networking-ethernet
87%

recommendation

It should stay in the kernel because the hardware is still actively sold by Chelsio in 2025 (Terminator 6 Unified Wire adapters and ASICs remain on their product pages) and the code is still receiving upstream fixes, including a netdev patch as recently as November 2025. This is a current, maintained driver for hardware deployed in data-centre and high-performance networking roles.

repository signals

58 files
59,581 source lines
113 commits, 5y
+920 / −1,150 lines added / removed, 5y
57 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 113 total · active in 46/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +1 −1 2021-05: 5 commits · +16 −16 2021-06: 9 commits · +86 −52 2021-07: 2 commits · +14 −9 2021-08: 16 commits · +215 −244 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +3 −3 2021-11: 4 commits · +34 −12 2021-12: 1 commit · +1 −1 2022-01: 1 commit · +5 −12 2022-02: 1 commit · +49 −10 2022-03: 0 commits · +0 −0 2022-04: 0 commits · +0 −0 2022-05: 1 commit · +5 −5 2022-06: 2 commits · +2 −2 2022-07: 1 commit · +17 −24 2022-08: 2 commits · +5 −5 2022-09: 2 commits · +20 −10 2022-10: 1 commit · +7 −34 2022-11: 1 commit · +8 −5 2022-12: 0 commits · +0 −0 2023-01: 2 commits · +4 −4 2023-02: 1 commit · +1 −1 2023-03: 2 commits · +1 −5 2023-04: 1 commit · +1 −1 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +2 −7 2023-07: 1 commit · +9 −9 2023-08: 0 commits · +0 −0 2023-09: 5 commits · +5 −5 2023-10: 2 commits · +3 −1 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +13 −11 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +1 −1 2024-03: 2 commits · +1 −15 2024-04: 3 commits · +36 −37 2024-05: 1 commit · +1 −1 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +1 −1 2024-08: 4 commits · +5 −13 2024-09: 2 commits · +5 −10 2024-10: 7 commits · +2 −234 2024-11: 1 commit · +2 −2 2024-12: 2 commits · +8 −4 2025-01: 1 commit · +4 −1 2025-02: 2 commits · +4 −24 2025-03: 0 commits · +0 −0 2025-04: 3 commits · +14 −11 2025-05: 3 commits · +7 −6 2025-06: 1 commit · +55 −50 2025-07: 1 commit · +7 −7 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 3 commits · +103 −95 2025-11: 1 commit · +32 −32 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +8 −3 2026-02: 5 commits · +97 −114 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream netdev traffic still carried cxgb4-specific fixes in late 2025, indicating active maintenance rather than retirement.

  2. chelsio.com

    Chelsio still advertised Terminator 6 Unified Wire adapters, implying the cxgb4-supported family was still marketed in/through 2025.

  3. chelsio.com

    Chelsio continued listing Terminator 6 ASICs alongside newer generations, supporting ongoing commercial relevance for T6-era hardware.

  4. cateee.net

    LKDDb maps CONFIG_CHELSIO_T4/cxgb4 to Chelsio T4/T5/T6 Ethernet support, confirming the covered chipset family.

codex reasoning notes (technical)

Real driver directory with module-backed Ethernet code. `lore_file_timeline` on `drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c` showed sustained activity through 2026-02-22 and a cxgb4-specific netdev fix on 2025-11-21; cited lore URL came from that MCP call. Chipset family was confirmed from in-tree Kconfig/headers via shell `rg`, and the cited LKDDb URL was obtained by web search. Chelsio product/ASIC pages were obtained by web search and show T6 adapters/ASICs still marketed, so this is not purely legacy hardware. Given active upstream fixes, stable backports, and ongoing vendor marketing, removal/deprecation is not indicated; keep the driver.