drivers/infiniband/ulp/isert

iSER iSCSI-over-RDMA target transport for InfiniBand and RoCE

The kernel-side target (server) for iSER, which is iSCSI carried over RDMA fabrics such as InfiniBand and RoCE. It lets a Linux storage server export block devices to initiators across high-speed Mellanox/NVIDIA ConnectX and BlueField adapters with much lower CPU overhead than ordinary TCP-based iSCSI, and is used in enterprise SAN and HPC storage deployments.

keep-annotate conf=0.84 deploy=low replacement=none subsystem=infiniband category=storage-scsi-ata
84%

recommendation

Worth keeping but flagging as a niche feature. The code is still being actively maintained, with patches landing as recently as late 2025 and early 2026, and the underlying ConnectX-4/5/6 and BlueField hardware remains current and sold by NVIDIA. However, iSER target deployments are a specialized enterprise and HPC storage niche, and NVIDIA has begun shifting new RDMA software features into its DOCA-OFED stack starting in 2025, so real-world usage is modest and worth documenting as such.

repository signals

4 files
2,874 source lines
19 commits, 5y
+128 / −110 lines added / removed, 5y
10 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 19 total · active in 11/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 2 commits · +12 −5 2021-06: 1 commit · +2 −2 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 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: 3 commits · +67 −67 2022-05: 1 commit · +16 −9 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: 0 commits · +0 −0 2022-11: 1 commit · +2 −3 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +2 −2 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 3 commits · +12 −4 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +2 −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: 1 commit · +0 −3 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 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: 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: 1 commit · +1 −1 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +12 −14 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    IB/isert received an explicit upstream patch in November 2025, indicating the code is still maintained.

  2. lore.kernel.org

    ib_isert.c was touched again in January 2026 by RDMA/core work, showing continued integration with active RDMA changes.

  3. docs.nvidia.com

    NVIDIA's 2024 MLNX_OFED documentation still lists iSER under Storage Protocols and states new RDMA software features moved into DOCA-OFED starting January 2025, so the use case remains part of current vendor-supported RDMA stacks.

  4. docs.nvidia.com

    NVIDIA documents support for modern ConnectX-4/5/6 and BlueField adapter families, indicating the underlying RDMA hardware class is still current rather than obsolete.

codex reasoning notes (technical)

Local source inspection via shell (`rg`, `sed`) identified this as the in-kernel iSER target transport (`MODULE_DESCRIPTION` and Kconfig). `lore_file_timeline` on `drivers/infiniband/ulp/isert/ib_isert.c` showed steady activity through 2025-2026, with recent lore URLs above; reviewed recent subjects were maintenance/integration, not removal. Two narrower removal-subject `lore_regex` attempts timed out, so no stronger negative claim is made. Web search + `open` on NVIDIA docs showed iSER still documented in current RDMA software stacks and modern ConnectX/BlueField families still supported. Conclusion: niche enterprise/HPC storage target deployments persist, but usage is specialized and likely low-volume; keep the driver, annotate it as niche rather than deprecate/remove.