drivers/infiniband/hw/erdma

Alibaba Elastic RDMA Adapter (eRDMA)

Alibaba Cloud's in-house RDMA network adapter, exposed to virtual machines on many of Alibaba's ECS instance families so workloads can use low-latency remote direct memory access over the cloud network. It is a cloud-only NIC, not something sold as a retail card, and Alibaba has been rolling out eRDMA-enabled instance types through 2025 and 2026.

keep conf=0.94 deploy=medium replacement=none subsystem=infiniband category=networking-other
94%

recommendation

It should stay in the kernel because the hardware is part of an actively expanding Alibaba Cloud product line, the vendor maintains the driver in-house, and upstream RDMA maintainers were still accepting fixes as recently as August 2025. Anyone running Linux on an eRDMA-capable Alibaba ECS instance relies on this code, so there is no case for deprecation.

repository signals

13 files
7,911 source lines
78 commits, 5y
+9,187 / −1,260 lines added / removed, 5y
16 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 78 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: 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: 9 commits · +6,411 −0 2022-08: 2 commits · +3 −3 2022-09: 4 commits · +43 −84 2022-10: 0 commits · +0 −0 2022-11: 7 commits · +142 −33 2022-12: 1 commit · +3 −1 2023-01: 2 commits · +5 −2 2023-02: 0 commits · +0 −0 2023-03: 8 commits · +71 −68 2023-04: 0 commits · +0 −0 2023-05: 0 commits · +0 −0 2023-06: 5 commits · +233 −191 2023-07: 0 commits · +0 −0 2023-08: 3 commits · +383 −155 2023-09: 2 commits · +3 −4 2023-10: 0 commits · +0 −0 2023-11: 0 commits · +0 −0 2023-12: 3 commits · +159 −4 2024-01: 0 commits · +0 −0 2024-02: 0 commits · +0 −0 2024-03: 3 commits · +250 −202 2024-04: 0 commits · +0 −0 2024-05: 0 commits · +0 −0 2024-06: 1 commit · +3 −2 2024-07: 0 commits · +0 −0 2024-08: 0 commits · +0 −0 2024-09: 3 commits · +81 −70 2024-10: 0 commits · +0 −0 2024-11: 1 commit · +2 −16 2024-12: 13 commits · +1,286 −352 2025-01: 0 commits · +0 −0 2025-02: 0 commits · +0 −0 2025-03: 1 commit · +0 −1 2025-04: 0 commits · +0 −0 2025-05: 0 commits · +0 −0 2025-06: 1 commit · +2 −1 2025-07: 4 commits · +83 −46 2025-08: 1 commit · +1 −1 2025-09: 0 commits · +0 −0 2025-10: 0 commits · +0 −0 2025-11: 2 commits · +3 −3 2025-12: 0 commits · +0 −0 2026-01: 0 commits · +0 −0 2026-02: 2 commits · +20 −21 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    Upstream RDMA maintainer accepted ERDMA fixes in August 2025 ('Applied to for-next' / 'Applied to for-rc'), showing active maintenance rather than removal.

  2. alibabacloud.com

    Alibaba Cloud documented many eRDMA-capable ECS instance families on March 13, 2026, indicating the hardware/service remains in current deployment and available for new instances.

  3. alibabacloud.com

    Alibaba Cloud states the eRDMA driver is developed in-house, technically supported, and publishes 2025 installer releases, indicating ongoing product support and deployment.

  4. cateee.net

    LKDDb shows CONFIG_INFINIBAND_ERDMA present in mainline kernels 6.0-6.19/7.0 and identifies PCI ID 1ded:107f for Alibaba Elastic RDMA Adapter.

codex reasoning notes (technical)

Real driver directory: Kconfig/module metadata and local source mention 'Alibaba Elastic RDMA Adapter'. Lore MCP was unavailable, so upstream-activity evidence came from shell inspection plus web archive mirrors: local `git -c safe.directory=... log` showed substantive ERDMA work through 2025-11-03, and a local `git log --grep remove|deprecat|obsolete` scan found no removal discussion. URL evidence was obtained via web search/open: Spinics thread confirms 2025 fixes were accepted upstream; Alibaba Cloud docs show eRDMA-enabled instance families and supported driver releases in 2025-2026; LKDDb confirms current upstream presence and device ID. This is an actively maintained cloud-specific RDMA driver with current deployments, so removal/deprecation is not indicated.