drivers/net/ethernet/chelsio/cxgb

Chelsio Terminator T1 10 Gigabit Ethernet adapters

Chelsio's first-generation Terminator (T1) 10 Gigabit Ethernet PCI/PCI-X server NICs, including the T110, N210, and T210 boards, sold in the mid-2000s as some of the earliest 10GbE adapters for Linux servers and high-performance computing clusters.

keep-annotate conf=0.74 deploy=low replacement=none subsystem=net category=networking-ethernet
74%

recommendation

Worth keeping but documenting as legacy hardware. Chelsio long ago moved on to T5, T6, and T7 generation adapters and no longer sells T1-era cards new, but the driver continues to receive routine upstream maintenance into 2025 (for example a net/ethtool cleanup in April 2025), suggesting the cost of carrying it is low and a few legacy deployments likely still rely on it. A note marking it as a first-generation Terminator driver retained for compatibility would help future cleanup decisions without disrupting current users.

repository signals

24 files
13,606 source lines
22 commits, 5y
+69 / −203 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 22 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: 0 commits · +0 −0 2021-07: 1 commit · +1 −1 2021-08: 1 commit · +6 −2 2021-09: 2 commits · +2 −1 2021-10: 3 commits · +5 −5 2021-11: 2 commits · +7 −3 2021-12: 0 commits · +0 −0 2022-01: 1 commit · +4 −15 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: 1 commit · +14 −143 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +2 −2 2022-09: 1 commit · +1 −1 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: 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 · +1 −1 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +2 −5 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 · +3 −3 2025-05: 1 commit · +3 −3 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +4 −4 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: 2 commits · +14 −14 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    The driver still receives upstream maintenance touches in 2025; cxgb2.c was part of a net/ethtool patch posted on 2025-04-16.

  2. cateee.net

    LKDDb maps CONFIG_CHELSIO_T1/cxgb to Chelsio 10Gb Ethernet support and lists supported PCI IDs, confirming this is the legacy Chelsio T1-family driver still present in current kernels.

  3. chelsio.com

    Chelsio's current product page advertises later-generation adapters and says it is shipping seventh-generation technology, not T1-era adapters.

  4. chelsio.com

    Chelsio's current naming guidance describes modern T5/T6/T7 Terminator families, supporting the inference that T1 hardware is long out of new-product rotation.

codex reasoning notes (technical)

Local source inspection via `rg` found `Makefile: # Chelsio T1 driver` and board strings like T110/N210/T210, so the family is Terminator T1. Lore evidence came from `lore_file_timeline` on `drivers/net/ethernet/chelsio/cxgb/cxgb2.c`; it shows non-removal upstream activity through 2025, mostly API/treewide upkeep rather than new feature work. External evidence came from web search: LKDDb confirms the driver/hardware mapping, while Chelsio's current official product pages only market much newer generations; from that I infer T1 is not sold new in 2025 and survives mainly in legacy deployments. Because upstream still touches it, I would annotate it as legacy rather than deprecate/remove now.