drivers/vdpa/pds

AMD/Pensando DSC vDPA virtual function driver

Exposes virtual functions of AMD/Pensando Distributed Services Cards (DSCs) to virtual machines using the vDPA framework, so guests can talk to the SmartNIC/DPU through a virtio-style interface while the hardware does the heavy lifting. The Pensando DSC family is a current line of data-center DPUs deployed in hyperscale and enterprise environments, added to mainline Linux in 6.5.

keep conf=0.87 deploy=low replacement=none subsystem=vdpa category=virtualization
87%

recommendation

It should stay in the kernel because the underlying AMD/Pensando Distributed Services Card hardware is still actively sold (with a DSC3-400 product brief published for 2026) and the driver itself is being actively maintained, with patch reviews on the linux-kernel list as recently as 2025. It is the only in-tree path that exposes Pensando-specific vDPA virtual functions to guests, and no replacement covers the same role.

repository signals

9 files
1,581 source lines
22 commits, 5y
+1,675 / −85 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 22 total · active in 9/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 0 commits · +0 −0 2021-07: 0 commits · +0 −0 2021-08: 0 commits · +0 −0 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 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: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 0 commits · +0 −0 2022-08: 0 commits · +0 −0 2022-09: 0 commits · +0 −0 2022-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2023-04: 0 commits · +0 −0 2023-05: 6 commits · +1,508 −5 2023-06: 0 commits · +0 −0 2023-07: 6 commits · +137 −66 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 3 commits · +5 −4 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 1 commit · +19 −4 2024-03: 0 commits · +0 −0 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +0 −1 2024-09: 0 commits · +0 −0 2024-10: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-07: 0 commits · +0 −0 2025-08: 1 commit · +1 −1 2025-09: 1 commit · +2 −1 2025-10: 1 commit · +1 −1 2025-11: 0 commits · +0 −0 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +2 −2 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Official kernel documentation says pds_vdpa is the PCI vDPA driver for the AMD/Pensando DSC adapter family and depends on pds_core-created SR-IOV VFs.

  2. mail-archive.com

    Public mailing-list archive shows a 2025 pds_vdpa patch review, indicating ongoing upstream maintenance rather than abandonment or removal.

  3. cateee.net

    LKDDb lists CONFIG_PDS_VDPA as present from Linux 6.5 onward for AMD/Pensando DSC devices, confirming it is a current upstream-supported driver.

  4. amd.com

    AMD's current Pensando DPU page markets active Pensando product generations and says the technology is adopted across hyperscale and enterprise data centers.

  5. amd.com

    AMD published a DSC3-400 product brief in 2026, showing the underlying hardware family remains an actively sold/current product line beyond 2025.

codex reasoning notes (technical)

Local shell inspection (`rg`) identified this as `AMD/Pensando vDPA VF Device Driver` tied to `PCI_DEVICE_ID_PENSANDO_VDPA_VF`. Web search found the official kernel doc confirming the device family/use case, a 2025 mailing-list patch archive showing active maintenance, LKDDb confirming current upstream presence since 6.5, and AMD product pages/product briefs showing Pensando DSC/DPU hardware is still current. No natural in-tree replacement covers the same Pensando-specific vDPA VF path, and nothing in gathered evidence suggests deprecation or removal discussion.