drivers/target/iscsi/cxgbit

Chelsio T5/T6 iSCSI Target Offload

Hardware-accelerated iSCSI target support for Chelsio's Terminator 5 and Terminator 6 Unified Wire network adapters, which are 10/25/40/100 Gbps Ethernet cards still sold today for high-throughput storage servers that want to offload iSCSI processing from the CPU onto the NIC.

keep-annotate conf=0.79 deploy=low replacement=iscsi_target_mod subsystem=target category=storage-scsi-ata
79%

recommendation

Worth keeping but documenting as a niche option, because the underlying Chelsio T6 adapters are still actively sold in 2025 with iSCSI offload as a marketed feature, yet upstream activity is thin: the last cxgbit-specific change was a vendor patch in 2021, and 2024 only brought it along for a treewide cleanup. Sites that don't need NIC-level offload can use the generic LIO iSCSI target (iscsi_target_mod) over any ordinary Ethernet card instead.

repository signals

8 files
5,172 source lines
10 commits, 5y
+139 / −100 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 10 total · active in 7/61 months
2021 2022 2023 2024 2025 2026 2021-04: 1 commit · +28 −12 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 1 commit · +1 −1 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 2 commits · +38 −15 2021-11: 0 commits · +0 −0 2021-12: 0 commits · +0 −0 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 2 commits · +62 −62 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: 0 commits · +0 −0 2022-10: 1 commit · +1 −1 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: 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: 1 commit · +1 −1 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: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 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 · +8 −8 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    cxgbit still received an upstream touch in late 2024, but as part of a broad target-core logging cleanup rather than cxgbit-specific feature work.

  2. lore.kernel.org

    A vendor-authored cxgbit-specific functional change landed in 2021, indicating limited but real maintenance activity.

  3. chelsio.com

    Chelsio's T62100-CR product page was live in 2026, shows 'BUY NOW', and advertises T6 Unified Wire adapters with iSCSI offload and T5 software continuity.

  4. chelsio.com

    Chelsio's current Unified Wire adapter page still markets T6 adapters and lists iSCSI offload among active product features.

  5. cateee.net

    LKDDb shows CONFIG_ISCSI_TARGET_CXGB4 / module cxgbit remains present in current kernel series, confirming the driver is still shipped upstream.

codex reasoning notes (technical)

Keep, but annotate as niche. `exec_command` on local source found MODULE_DESCRIPTION 'Chelsio iSCSI target offload driver' plus T5/T6 references, tying cxgbit to Chelsio offload adapters. `lore_activity` on cxgbit_main.c showed only sparse recent traffic: 2024 treewide target cleanups and the last clearly cxgbit-specific change in 2021, with no removal discussion surfaced. `web.search` found Chelsio T6 adapter pages still live and marketed with iSCSI offload in 2026, so hardware is not obviously obsolete, but deployments are likely limited to legacy/specialized storage-offload environments. Natural non-offload replacement is the generic LIO iSCSI target stack via iscsi_target_mod over ordinary NICs.