drivers/scsi/qedf

QLogic/Marvell FastLinQ 41000/45000 FCoE offload adapters

Hardware Fibre Channel over Ethernet offload on Marvell (originally QLogic) FastLinQ 41000 and 45000 series Converged Network Adapters, which let enterprise servers present FCoE storage HBAs over 10/25/50/100 Gigabit Ethernet links. These CNAs are typically deployed in data centres that bridge Ethernet and Fibre Channel SAN fabrics.

keep conf=0.88 deploy=low replacement=none subsystem=scsi category=storage-scsi-ata
88%

recommendation

It should stay because Marvell still markets the FastLinQ 41000 and 45000 CNAs as current products with FCoE offload, and the driver received maintenance commits as recently as November 2025. Although hardware FCoE is a niche enterprise-storage use case with modest deployment numbers, there is no equivalent in-kernel replacement — software FCoE over a generic NIC does not provide the same offload — so removing it would strand customers of currently-sold hardware.

repository signals

17 files
10,583 source lines
58 commits, 5y
+359 / −290 lines added / removed, 5y
33 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 58 total · active in 31/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 4 commits · +13 −23 2021-06: 4 commits · +32 −9 2021-07: 0 commits · +0 −0 2021-08: 2 commits · +6 −12 2021-09: 1 commit · +2 −0 2021-10: 3 commits · +38 −36 2021-11: 1 commit · +0 −5 2021-12: 1 commit · +2 −0 2022-01: 3 commits · +6 −2 2022-02: 1 commit · +23 −15 2022-03: 0 commits · +0 −0 2022-04: 2 commits · +3 −5 2022-05: 3 commits · +4 −8 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 1 commit · +21 −0 2022-10: 1 commit · +0 −3 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: 2 commits · +1 −3 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −2 2023-06: 0 commits · +0 −0 2023-07: 3 commits · +23 −14 2023-08: 2 commits · +18 −1 2023-09: 1 commit · +14 −3 2023-10: 1 commit · +33 −66 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: 1 commit · +1 −1 2024-04: 2 commits · +4 −4 2024-05: 3 commits · +45 −3 2024-06: 1 commit · +1 −1 2024-07: 0 commits · +0 −0 2024-08: 2 commits · +13 −15 2024-09: 2 commits · +1 −6 2024-10: 2 commits · +4 −2 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +6 −6 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: 2 commits · +3 −3 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 · +10 −5 2025-12: 0 commits · +0 −0 2026-01: 1 commit · +4 −4 2026-02: 3 commits · +27 −33 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Recent 2025 linux-scsi patch directly touched drivers/scsi/qedf/qedf_main.c, showing ongoing upstream maintenance rather than abandonment or removal work.

  2. marvell.com

    Current Marvell FastLinQ CNA page lists 41000/45000 series CNAs and explicitly advertises FCoE offload support, indicating the hardware family remained an active product line in/after 2025.

  3. marvell.com

    Current Marvell 41000-series product page shows QLogic-branded FastLinQ 41000 adapters still marketed, supporting continued new-hardware availability around 2025.

codex reasoning notes (technical)

Local source inspection via exec_command found PCI IDs 0x165c/0x8080 and strings naming 'Marvell FastLinQ 41xxx/45xxx FCoE' and module description 'QLogic FastLinQ 4xxxx FCoE Module', identifying the device family. lore_file_timeline on the directory returned no matches for the directory path, so I used lore_activity on drivers/scsi/qedf/qedf_main.c; that produced the cited 2025 linux-scsi patch URL, which indicates live maintenance and no obvious removal series. Web search plus direct page open provided the two Marvell URLs; those pages show the 41000/45000 FastLinQ CNA family and FCoE offload still being marketed, so this is not legacy-only silicon. Deployment is still likely low because hardware FCoE offload is a niche enterprise-storage use case, but the combination of current vendor product pages and recent upstream work argues to keep the driver. No clear upstream successor driver for the same offloaded FCoE function was found; software FCoE on generic NICs is not a like-for-like replacement.