drivers/vdpa/mlx5/net

NVIDIA/Mellanox mlx5 vDPA virtio-net offload for BlueField DPUs

Hardware acceleration for virtio-net network devices on NVIDIA/Mellanox ConnectX and BlueField data processing units (DPUs). It lets a hypervisor present a standard virtio-net NIC to a guest VM while the actual packet processing runs directly on the SmartNIC, giving virtual machines near-native networking performance in modern cloud and telco deployments.

keep conf=0.95 deploy=medium replacement=none subsystem=vdpa category=virtualization
95%

recommendation

It should stay because the underlying hardware is current: NVIDIA still sells BlueField-3 today and is rolling out BlueField-4, and their 2025-era DOCA documentation actively promotes virtio-net emulation as a supported feature. The code itself is under steady upstream maintenance with fixes and new features landing through 2025/2026, so there is no sign of decline.

repository signals

3 files
4,437 source lines
163 commits, 5y
+3,673 / −1,294 lines added / removed, 5y
27 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 163 total · active in 44/61 months
2021 2022 2023 2024 2025 2026 2021-04: 3 commits · +89 −12 2021-05: 2 commits · +7 −12 2021-06: 5 commits · +42 −6 2021-07: 1 commit · +1 −1 2021-08: 8 commits · +496 −91 2021-09: 5 commits · +106 −10 2021-10: 5 commits · +71 −26 2021-11: 1 commit · +1 −0 2021-12: 2 commits · +2 −4 2022-01: 10 commits · +133 −64 2022-02: 1 commit · +31 −1 2022-03: 6 commits · +105 −32 2022-04: 2 commits · +222 −76 2022-05: 3 commits · +189 −62 2022-06: 5 commits · +27 −15 2022-07: 3 commits · +158 −15 2022-08: 1 commit · +1 −1 2022-09: 1 commit · +10 −7 2022-10: 0 commits · +0 −0 2022-11: 8 commits · +372 −129 2022-12: 0 commits · +0 −0 2023-01: 1 commit · +11 −0 2023-02: 3 commits · +64 −17 2023-03: 2 commits · +42 −16 2023-04: 2 commits · +120 −91 2023-05: 1 commit · +1 −1 2023-06: 2 commits · +172 −10 2023-07: 2 commits · +16 −1 2023-08: 4 commits · +71 −31 2023-09: 0 commits · +0 −0 2023-10: 9 commits · +117 −49 2023-11: 1 commit · +6 −1 2023-12: 7 commits · +197 −30 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +9 −4 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 24 commits · +314 −162 2024-07: 1 commit · +28 −0 2024-08: 13 commits · +297 −188 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +5 −16 2024-12: 1 commit · +2 −2 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +3 −0 2025-03: 0 commits · +0 −0 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +1 −1 2025-07: 1 commit · +6 −4 2025-08: 1 commit · +8 −5 2025-09: 2 commits · +2 −2 2025-10: 0 commits · +0 −0 2025-11: 1 commit · +2 −4 2025-12: 0 commits · +0 −0 2026-01: 4 commits · +85 −71 2026-02: 4 commits · +25 −24 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. git.kernel.org

    Upstream directory has ongoing mainline development; local git history in this tree shows substantive fixes/features continuing into 2026, which is inconsistent with deprecation or removal.

  2. git.kernel.org

    The directory is a real in-tree kernel driver implementation for mlx5 vDPA net, not helper-only code.

  3. docs.nvidia.com

    Recent NVIDIA BlueField-2 documentation still describes virtio-net emulated devices and a 'vDPA over VirtIO Full Emulation' flow, indicating contemporary deployment of this capability.

  4. docs.nvidia.com

    NVIDIA's 2025-era DOCA virtio-net service guide documents BlueField-3 virtio-net service as a current product capability, supporting ongoing deployments rather than legacy-only use.

  5. nvidia.com

    NVIDIA's current product page lists BlueField-3 and BlueField-4 as active platform offerings, so mlx5-backed BlueField hardware is still sold new in 2025.

codex reasoning notes (technical)

Local `rg` confirmed a loadable module entry point in `mlx5_vnet.c` (`module_auxiliary_driver`). Local `git -c safe.directory=... log` showed active substantive maintenance through 2026 with many recent vdpa/mlx5 fixes, so no dead-driver signal. `lei` was unavailable, and web searches did not surface any lore removal/deprecation thread; I therefore used canonical-recall kernel.org tree/log URLs for stable upstream references, plus NVIDIA docs/product pages obtained via web search (`turn0search5`, `turn0search8`, `turn6search0`). Hardware is current BlueField/related mlx5 infrastructure, so the driver should be kept.