drivers/net/ethernet/qlogic/qed

Marvell/QLogic FastLinQ 41000/45000 Ethernet Core Module

Shared core support for Marvell (formerly QLogic) FastLinQ 41000 and 45000 series converged network adapters — 10, 25, 50, and 100 Gigabit Ethernet PCIe cards used in enterprise servers and cloud datacenters, often as combined NIC/iSCSI/FCoE/RoCE controllers. It is the low-level base module that the qede Ethernet, qedr RDMA, qedi iSCSI, and qedf FCoE drivers all build on.

keep conf=0.90 deploy=medium replacement=none subsystem=net category=networking-ethernet
90%

recommendation

It should stay in the kernel because Marvell still sells FastLinQ 41000 and 45000 series 10/25/50/100 GbE adapters in 2025, and the code is actively maintained: cleanup and bug-fix patches were still landing in net-next as recently as November 2025. There is no in-tree replacement for the same hardware, so removing it would strand existing datacenter deployments.

repository signals

60 files
85,252 source lines
127 commits, 5y
+16,515 / −11,816 lines added / removed, 5y
57 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 127 total · active in 42/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +1 −1 2021-06: 8 commits · +1,834 −56 2021-07: 3 commits · +5 −24 2021-08: 9 commits · +65 −10 2021-09: 5 commits · +27 −32 2021-10: 25 commits · +13,658 −10,679 2021-11: 2 commits · +8 −22 2021-12: 3 commits · +311 −16 2022-01: 3 commits · +83 −68 2022-02: 3 commits · +53 −4 2022-03: 5 commits · +46 −11 2022-04: 3 commits · +4 −243 2022-05: 2 commits · +2 −3 2022-06: 1 commit · +1 −1 2022-07: 3 commits · +5 −6 2022-08: 1 commit · +1 −1 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +2 −1 2022-11: 2 commits · +12 −16 2022-12: 1 commit · +1 −1 2023-01: 3 commits · +21 −15 2023-02: 0 commits · +0 −0 2023-03: 5 commits · +11 −13 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 1 commit · +1 −1 2023-07: 1 commit · +128 −26 2023-08: 2 commits · +17 −29 2023-09: 1 commit · +1 −1 2023-10: 3 commits · +11 −9 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +1 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +0 −2 2024-03: 3 commits · +6 −10 2024-04: 1 commit · +2 −1 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: 4 commits · +18 −29 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +3 −1 2024-12: 1 commit · +1 −0 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +4 −4 2025-03: 1 commit · +1 −1 2025-04: 5 commits · +0 −286 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +4 −4 2025-07: 1 commit · +2 −2 2025-08: 1 commit · +5 −4 2025-09: 3 commits · +6 −13 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +2 −1 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +151 −169 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    The qed code was still receiving upstream net-next maintenance in 2025, including code cleanup patches directly touching drivers/net/ethernet/qlogic/qed.

  2. spinics.net

    The sibling qede Ethernet driver stack built on qed was still receiving bug fixes that were applied to netdev in November 2025, indicating active upstream use rather than removal.

  3. cateee.net

    LKDDb identifies CONFIG_QED as the core driver for the Marvell FastLinQ adapters family and shows it remains present in current kernel series.

  4. marvell.com

    Marvell still marketed FastLinQ 41000 series Ethernet adapters in 2026, supporting the conclusion that this hardware was still sold new in 2025.

  5. marvell.com

    Marvell's current FastLinQ CNA portfolio page still lists FastLinQ 41000/45000/8400 series as active product families for enterprise and cloud deployments.

codex reasoning notes (technical)

Local shell (`sed` on qed_main.c) confirmed this directory is the loadable 'QLogic FastLinQ 4xxxx Core Module', so it is a real driver, not just a helper library. All cited URLs were obtained via web search. Search results showed active 2025 upstream patch traffic for qed/qede and no evident driver-removal/deprecation thread, which argues against deprecation. LKDDb ties CONFIG_QED to Marvell FastLinQ adapters, and Marvell product pages still advertised FastLinQ 41000/45000 hardware in 2026; that points to ongoing, but datacenter-niche, deployments rather than obsolescence. There is no natural in-tree replacement for the same hardware family, so the right outcome is keep.