drivers/net/ethernet/mellanox/mlxbf_gige

NVIDIA BlueField SoC Gigabit Ethernet Management Port

The dedicated 1 Gigabit Ethernet out-of-band management port built into NVIDIA (formerly Mellanox) BlueField-2 and BlueField-3 data processing units (DPUs), the smartNIC/SoC products widely deployed in cloud and enterprise datacenters from 2020 onward for offloading networking, storage, and security workloads.

keep conf=0.86 last_sold=2025 deploy=medium replacement=none subsystem=net category=networking-ethernet
86%

recommendation

It should stay in the kernel because NVIDIA's BlueField-2 and BlueField-3 DPUs are current datacenter products in 2025, and the driver is actively maintained — bug fixes were merged into net-next and backported to stable as recently as mid-2025.

repository signals

12 files
2,298 source lines
35 commits, 5y
+2,763 / −442 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 35 total · active in 22/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +2,026 −0 2021-07: 1 commit · +2 −2 2021-08: 1 commit · +4 −24 2021-09: 1 commit · +7 −0 2021-10: 2 commits · +10 −239 2021-11: 1 commit · +5 −2 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: 0 commits · +0 −0 2022-05: 3 commits · +8 −20 2022-06: 1 commit · +1 −3 2022-07: 0 commits · +0 −0 2022-08: 1 commit · +110 −18 2022-09: 3 commits · +9 −3 2022-10: 0 commits · +0 −0 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 5 commits · +372 −72 2023-02: 0 commits · +0 −0 2023-03: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +7 −6 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +0 −3 2023-09: 1 commit · +2 −4 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 1 commit · +7 −2 2024-01: 2 commits · +16 −16 2024-02: 0 commits · +0 −0 2024-03: 4 commits · +89 −10 2024-04: 1 commit · +1 −1 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +64 −6 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: 1 commit · +4 −2 2025-07: 1 commit · +18 −8 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: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    June 2025 netdev patch for mlxbf_gige shows active bug-fix maintenance on the driver.

  2. spinics.net

    July 2025 net-next application notice shows mlxbf_gige changes were still being merged upstream.

  3. spinics.net

    June 2025 stable review patch shows mlxbf_gige fixes were considered important enough for stable backporting.

  4. docs.nvidia.com

    NVIDIA BlueField-2 DPU documentation shows the BlueField-2 family remained a real datacenter product line, not legacy-only hardware.

  5. nvidia.com

    NVIDIA BlueField-3 datasheet published in late 2025 advertises current BlueField-3 DPUs and explicitly lists a 1GbE out-of-band management port, matching this driver's use case.

codex reasoning notes (technical)

Local shell inspection (`rg`, `sed`) shows this is a real platform driver for the BlueField SoC out-of-band Gigabit Ethernet management port; Kconfig names BlueField-2 and in-tree headers include BF2/BF3 MDIO variants. `lei`/lore MCP were unavailable here, so lore history was approximated via `web.search_query`, which found active 2025 netdev/stable mail threads on Spinics mirrors and no removal/deprecation hits from a removal-focused search. NVIDIA docs/datasheet were also obtained via `web.search_query`; together they indicate BlueField-2/3 were still current datacenter products in 2025, so this driver should be kept rather than deprecated.