drivers/platform/mellanox

NVIDIA/Mellanox BlueField, Spectrum, and SN2201 platform controllers

Board-level glue code for NVIDIA (formerly Mellanox) data-center hardware: BlueField DPUs, Spectrum-based smart switches such as the SN2201, and the management complexes inside DGX AI servers. It exposes the LEDs, fans, system registers, hot-plug logic, and other housekeeping controllers that sit on these systems' baseboards.

keep conf=0.94 deploy=medium replacement=none subsystem=platform category=platform-vendor
94%

recommendation

It should stay because the hardware is squarely current: NVIDIA still sells BlueField-3 and BlueField-4 DPUs, Spectrum SN2201 switches, and DGX B200 AI servers that rely on this code, and upstream activity through 2025 and into 2026 shows engineers actively adding support for new DGX systems and smart switches rather than winding the driver down.

repository signals

13 files
17,817 source lines
116 commits, 5y
+14,468 / −844 lines added / removed, 5y
37 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 116 total · active in 41/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 1 commit · +10 −1 2021-06: 1 commit · +2 −2 2021-07: 0 commits · +0 −0 2021-08: 1 commit · +7 −6 2021-09: 2 commits · +2 −2 2021-10: 3 commits · +1,008 −36 2021-11: 1 commit · +3 −2 2021-12: 1 commit · +2 −2 2022-01: 0 commits · +0 −0 2022-02: 0 commits · +0 −0 2022-03: 0 commits · +0 −0 2022-04: 1 commit · +1,279 −0 2022-05: 1 commit · +1 −1 2022-06: 3 commits · +7 −3 2022-07: 2 commits · +86 −19 2022-08: 11 commits · +65 −45 2022-09: 1 commit · +6 −6 2022-10: 1 commit · +74 −22 2022-11: 0 commits · +0 −0 2022-12: 1 commit · +1 −1 2023-01: 0 commits · +0 −0 2023-02: 2 commits · +27 −10 2023-03: 0 commits · +0 −0 2023-04: 3 commits · +102 −2 2023-05: 2 commits · +144 −5 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +0 −2 2023-08: 8 commits · +608 −29 2023-09: 12 commits · +692 −92 2023-10: 1 commit · +11 −10 2023-11: 2 commits · +27 −14 2023-12: 2 commits · +14 −0 2024-01: 3 commits · +76 −9 2024-02: 5 commits · +157 −146 2024-03: 1 commit · +0 −14 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +4 −1 2024-07: 2 commits · +7 −7 2024-08: 0 commits · +0 −0 2024-09: 1 commit · +5 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +3 −3 2024-12: 2 commits · +9 −9 2025-01: 9 commits · +6,825 −22 2025-02: 0 commits · +0 −0 2025-03: 0 commits · +0 −0 2025-04: 8 commits · +2,566 −284 2025-05: 4 commits · +114 −8 2025-06: 5 commits · +12 −11 2025-07: 3 commits · +17 −8 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 2025-10: 1 commit · +1 −0 2025-11: 0 commits · +0 −0 2025-12: 1 commit · +7 −7 2026-01: 3 commits · +485 −1 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream was still adding support in January 2026 for a new Nvidia DGX system in mlx-platform, indicating active maintenance and new-platform enablement.

  2. lore.kernel.org

    Upstream added Nvidia smart-switch support in April 2025 under drivers/platform/mellanox, showing expansion rather than retirement.

  3. docs.nvidia.com

    NVIDIA documents the SN2201/SN2201_M Spectrum-based switch systems as current data-center management switch products.

  4. nvidia.com

    NVIDIA still markets BlueField-3 and BlueField-4 DPUs, showing the BlueField platform family covered by this directory remains commercially current.

  5. nvidia.com

    NVIDIA DGX B200 product materials list BlueField-3 DPUs in the system networking configuration, evidencing current deployment in new 2025-era AI infrastructure.

codex reasoning notes (technical)

`keep`: local tree inspection via shell (`rg`, `sed`) shows this directory contains real platform drivers for Mellanox/NVIDIA BlueField, mlxreg, and Spectrum/SN2201 systems. Lore evidence came from `lore_file_timeline` on `drivers/platform/mellanox/mlx-platform.c`; the sampled 2025-2026 history shows fixes and new DGX/smart-switch support, not wind-down. Vendor deployment evidence came from web search on NVIDIA official pages/docs: SN2201 manuals, BlueField product portfolio, and DGX B200 specs. Because the hardware family is still sold and seeing upstream enablement, there is no natural replacement driver and removal would be unjustified.