drivers/infiniband/hw/efa

Amazon Elastic Fabric Adapter (EFA) RDMA driver

Amazon's Elastic Fabric Adapter is a PCIe RDMA-capable network device built into many EC2 instance types for high-performance computing, distributed training, and other low-latency workloads. It provides OS-bypass messaging for MPI and NCCL applications running across AWS clusters, complementing (not replacing) the regular ENA Ethernet interface.

keep conf=0.95 deploy=medium replacement=none subsystem=infiniband category=networking-other
95%

recommendation

It should stay in the kernel because EFA is the RDMA fabric Amazon exposes on current EC2 HPC and AI/ML instance types, and Amazon engineers are still landing feature work upstream in 2025-2026 (completion counters, AH usage counter sysfs exposure). There is no replacement driver, since the related ENA driver only handles ordinary IP networking, not the low-latency RDMA path EFA provides.

repository signals

14 files
7,711 source lines
49 commits, 5y
+1,994 / −479 lines added / removed, 5y
14 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 49 total · active in 26/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 1 commit · +14 −3 2021-07: 3 commits · +82 −71 2021-08: 3 commits · +11 −14 2021-09: 0 commits · +0 −0 2021-10: 3 commits · +721 −92 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: 1 commit · +309 −5 2022-09: 0 commits · +0 −0 2022-10: 1 commit · +3 −1 2022-11: 0 commits · +0 −0 2022-12: 0 commits · +0 −0 2023-01: 0 commits · +0 −0 2023-02: 1 commit · +9 −3 2023-03: 0 commits · +0 −0 2023-04: 1 commit · +43 −17 2023-05: 1 commit · +1 −1 2023-06: 0 commits · +0 −0 2023-07: 1 commit · +47 −2 2023-08: 1 commit · +3 −3 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: 2 commits · +156 −23 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +11 −0 2024-05: 3 commits · +70 −24 2024-06: 3 commits · +4 −7 2024-07: 1 commit · +2 −0 2024-08: 2 commits · +9 −3 2024-09: 0 commits · +0 −0 2024-10: 3 commits · +208 −26 2024-11: 0 commits · +0 −0 2024-12: 1 commit · +5 −4 2025-01: 1 commit · +14 −19 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: 4 commits · +153 −39 2025-08: 0 commits · +0 −0 2025-09: 1 commit · +6 −4 2025-10: 1 commit · +7 −9 2025-11: 0 commits · +0 −0 2025-12: 3 commits · +54 −47 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +12 −14 2026-03: 2 commits · +40 −48 2026-04: 0 commits · +0 −0

sources

  1. lore.kernel.org

    Upstream activity is current: linux-rdma carried a 2026-04 EFA feature series adding completion counters, indicating active maintenance rather than retirement.

  2. lore.kernel.org

    A separate 2026-02 EFA patch adds AH usage counter sysfs exposure, showing multiple active Amazon authors and ongoing feature work.

  3. docs.aws.amazon.com

    AWS documents EFA as a current EC2 networking product for AI/ML and HPC, with a long list of supported instance types, so it is still offered for new deployments in 2025/2026.

codex reasoning notes (technical)

Real PCI RDMA driver: Kconfig names 'Amazon Elastic Fabric Adapter (EFA) support' and efa_main.c declares Amazon PCI IDs. lore_activity on drivers/infiniband/hw/efa/efa_main.c returned multiple 2025-2026 feature patches (URLs cited), so there is clear active upstream attention and no removal signal in the gathered lore evidence; an attempted lei lore query for removal/deprecation terms failed due local socket sandboxing, so absence of removal talk is inferred from the active patch stream plus the provided recent-touch metadata. AWS EFA product/support status was obtained by web.open on the canonical EC2 User Guide URL, which shows EFA as a current service with many supported instance families. Because EFA is AWS-specific RDMA hardware/interface, there is no like-for-like upstream replacement driver; ENA is complementary IP networking, not a replacement for EFA's RDMA/HPC role.