drivers/scsi/qedi

QLogic/Marvell FastLinQ 41000 iSCSI Offload Adapters (qedi)

Hardware iSCSI offload support for QLogic (now Marvell) FastLinQ 41000 Series Converged Network Adapters — enterprise data-center cards that combine 10/25/50/100 GbE networking with storage offload so the adapter, rather than the host CPU, handles iSCSI block-storage traffic. The line was introduced under QLogic in the mid-2010s and continues to be sold by Marvell today.

keep-annotate conf=0.86 deploy=low replacement=none subsystem=scsi category=storage-scsi-ata
86%

recommendation

It should stay in the kernel and be kept annotated as a niche data-center driver. The FastLinQ 41000 series is still sold new by Marvell in 2025 as a converged network adapter with hardware iSCSI offload, and the driver is still receiving targeted upstream fixes as recently as 2025 and 2026 (memory-leak and command-queueing patches on linux-scsi). Real-world deployments are limited to specialized enterprise storage networks, so a short note about its narrow audience would help readers, but there is no replacement driver that covers the same offload hardware.

repository signals

18 files
9,276 source lines
56 commits, 5y
+458 / −496 lines added / removed, 5y
24 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 56 total · active in 25/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 14 commits · +203 −209 2021-06: 2 commits · +9 −30 2021-07: 0 commits · +0 −0 2021-08: 3 commits · +47 −27 2021-09: 0 commits · +0 −0 2021-10: 4 commits · +55 −45 2021-11: 2 commits · +2 −6 2021-12: 1 commit · +17 −24 2022-01: 1 commit · +0 −2 2022-02: 2 commits · +5 −6 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +34 −35 2022-05: 0 commits · +0 −0 2022-06: 2 commits · +7 −4 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 2 commits · +2 −2 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +0 −1 2023-03: 1 commit · +2 −2 2023-04: 1 commit · +3 −0 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +3 −2 2023-08: 2 commits · +18 −2 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: 1 commit · +4 −8 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +7 −5 2024-09: 0 commits · +0 −0 2024-10: 1 commit · +1 −0 2024-11: 0 commits · +0 −0 2024-12: 3 commits · +4 −6 2025-01: 1 commit · +1 −1 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 2 commits · +0 −43 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 · +32 −34 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream Kconfig describes qedi as the iSCSI offload driver for QLogic FastLinQ 41000 Series Converged Network Adapters.

  2. lore.kernel.org

    qedi still receives targeted upstream fixes in 2026 ('Fix command overqueueing'), indicating active maintenance rather than abandonment.

  3. lore.kernel.org

    qedi received a 2025 bug-fix patch for a probe-path memory leak, showing recent functional maintenance.

  4. marvell.com

    Marvell still markets FastLinQ 41000 Series adapters as current products, supporting new-hardware availability in 2025.

  5. marvell.com

    Marvell's current FastLinQ CNA materials still list 41000-family converged adapters with iSCSI/FCoE offload capability.

codex reasoning notes (technical)

Local Kconfig checked with exec_command to map qedi to FastLinQ 41000 iSCSI offload. git.kernel.org Kconfig URL is canonical recall for a stable upstream reference. lore_file_timeline on drivers/scsi/qedi/qedi_main.c produced the cited 2025-2026 linux-scsi patches, showing ongoing fixes and no visible removal trend in recent activity. Marvell product pages were obtained via web search and indicate the 41000 family remained an actively marketed product line, but this is a specialized data-center CNA niche, so deployments today are low rather than broad. No clear upstream replacement driver covers the same hardware iSCSI-offload function.