drivers/scsi/csiostor

Chelsio Terminator T5/T6 FCoE Storage Offload Adapters

Hardware Fibre Channel over Ethernet (FCoE) storage offload on Chelsio's Terminator 5 and Terminator 6 converged network adapters, which let datacenter servers from the mid-2010s onward present an Ethernet card to the network and a SCSI/FC host bus adapter to the storage stack on the same PCIe device. It is aimed at enterprises consolidating SAN traffic onto 10/25/40/100 GbE links.

keep-annotate conf=0.82 deploy=low replacement=none subsystem=scsi category=storage-scsi-ata
82%

recommendation

Worth keeping but documenting its niche role, because Chelsio still sells T6 Unified Wire adapters with FCoE offload in 2025 and the code received cleanup patches as recently as January 2025, yet real-world deployments are largely limited to specialized datacenter storage setups. There is no obvious upstream alternative that provides the same hardware FCoE offload, so removing it would strand the small number of remaining users.

repository signals

22 files
19,602 source lines
27 commits, 5y
+121 / −109 lines added / removed, 5y
18 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 27 total · active in 19/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: 0 commits · +0 −0 2021-08: 1 commit · +3 −3 2021-09: 1 commit · +1 −0 2021-10: 3 commits · +19 −15 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 1 commit · +21 −9 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: 0 commits · +0 −0 2022-09: 1 commit · +5 −5 2022-10: 0 commits · +0 −0 2022-11: 1 commit · +1 −2 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +0 −1 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: 1 commit · +2 −1 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +20 −19 2024-03: 1 commit · +0 −3 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 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: 3 commits · +11 −11 2024-11: 1 commit · +1 −1 2024-12: 0 commits · +0 −0 2025-01: 1 commit · +1 −1 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 1 commit · +4 −4 2025-05: 1 commit · +2 −2 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +2 −2 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +0 −1 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 2 commits · +4 −3 2026-02: 4 commits · +24 −26 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Kconfig identifies this as the Chelsio FCoE driver and describes support for Chelsio converged network adapters.

  2. git.kernel.org

    Current source probes only T5/T6 cards and ships T5/T6 firmware names, indicating the maintained hardware scope is Chelsio T5/T6 FCoE offload adapters.

  3. lore.kernel.org

    The driver received a linux-scsi patch in January 2025, showing ongoing upstream touch rather than abandonment.

  4. lore.kernel.org

    The driver received another linux-scsi fix/cleanup patch in March 2024, consistent with active maintenance.

  5. chelsio.com

    Chelsio's current Unified Wire Adapters page markets T6 adapters and explicitly lists FCoE offload among supported functions.

  6. chelsio.com

    A current Chelsio T6 adapter product page advertises FCoE capability on a sellable adapter family, supporting that compatible hardware remained commercially offered into 2025.

codex reasoning notes (technical)

Not a dead driver: local shell inspection of Kconfig/source showed a real PCI SCSI/FCoE driver, with current code narrowed to T5/T6 hardware despite older Kconfig wording. lore_file_timeline and lore_activity on csio_init.c showed touches through 2025-01 and a stable inclusion in 2026-02; I also attempted a removal-subject search via lore_regex (timed out) and lei (blocked by local sandbox), so I found no positive evidence of an active removal series. Web search found Chelsio's current Unified Wire/T6 product pages still advertising FCoE offload, so the hardware looks niche but not extinct. Recommendation is keep-annotate because upstream activity exists, but deployments are likely limited to legacy/specialized datacenter storage environments and there is no clear upstream replacement driver for the same hardware-offload use case.