drivers/ntb/hw/amd

AMD EPYC Non-Transparent Bridge (NTB) PCIe interconnect

Support for the Non-Transparent Bridge feature built into AMD EPYC and EPYC Embedded processors, starting with first-generation Zeppelin parts and continuing through Starship/Matisse and the current 9005 series. NTB lets two servers be linked directly over PCIe so they can share memory and messages, a trick used mostly in high-availability storage appliances and embedded multi-host systems.

keep-annotate conf=0.88 last_sold=2025 deploy=low replacement=none subsystem=ntb category=bus-pci
88%

recommendation

Worth keeping but documenting its niche: AMD is still actively maintaining the code, with patches landing as recently as 2025 from AMD itself and follow-up fixes from Oracle in 2026, and the hardware feature is advertised on current EPYC Embedded 9005 and 7002 product pages for HA storage and multi-host networking. Real-world deployment is narrow — it mainly shows up in specialized embedded and high-availability gear rather than general-purpose servers — so an annotation clarifying the audience would help, but removal would be premature while the silicon is still being sold new.

repository signals

4 files
1,596 source lines
8 commits, 5y
+34 / −22 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 8 total · active in 8/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: 1 commit · +2 −10 2021-09: 0 commits · +0 −0 2021-10: 0 commits · +0 −0 2021-11: 0 commits · +0 −0 2021-12: 1 commit · +2 −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: 1 commit · +6 −1 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 0 commits · +0 −0 2023-03: 1 commit · +0 −2 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 1 commit · +4 −7 2023-09: 0 commits · +0 −0 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 0 commits · +0 −0 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 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: 0 commits · +0 −0 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: 1 commit · +1 −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: 0 commits · +0 −0 2025-09: 1 commit · +18 −1 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. lore.kernel.org

    Upstream activity is current: AMD posted a 2025 ntb_hw_amd patch to support latest-generation secondary-topology handling.

  2. lore.kernel.org

    The driver still receives routine upstream fixes in 2026, indicating it is maintained rather than abandoned.

  3. cateee.net

    LKDDb shows CONFIG_NTB_AMD is still present in current kernels and maps the driver to Zeppelin and Starship/Matisse NTB PCI IDs plus newer AMD IDs.

  4. amd.com

    AMD's 2025 EPYC Embedded 9005 product brief lists NTB as a current embedded feature and describes HA multi-host networking/storage use cases.

  5. amd.com

    AMD's EPYC Embedded 7002 product page advertises NTB as an embedded-market feature with extended availability, supporting ongoing deployed use in embedded/server niches.

codex reasoning notes (technical)

Real PCI driver confirmed by local shell inspection of drivers/ntb/hw/amd/ntb_hw_amd.c, including pci_driver registration and AMD/HYGON PCI IDs. Lore evidence came from mcp__lore_http__.lore_file_timeline on the .c file; it showed active 2025-2026 patch traffic and no visible removal thread in recent subjects. Deployment evidence came from web search plus open/find on AMD product pages and LKDDb. Recommendation is keep-annotate because the hardware is still sold for niche HA embedded/server platforms, but deployment is specialized rather than broad mainstream.