drivers/infiniband/hw/irdma

Intel Ethernet RDMA adapters (X722, E810, E823, IPU E2000)

RDMA (remote direct memory access) support for Intel's server Ethernet controllers: the X722 built into many Xeon platforms, the 100/200 GbE E810 and E823 families, and the E2000 infrastructure processing unit. It lets applications move data between machines with very low latency over iWARP or RoCEv2, widely used for storage fabrics, HPC, and AI clusters.

keep conf=0.95 last_sold=2026 deploy=medium replacement=none subsystem=infiniband category=networking-ethernet
95%

recommendation

It should stay in the kernel because the hardware is current Intel server silicon still being sold new, Intel is still shipping matching driver releases, and upstream maintenance is healthy with recent fixes and stable backports landing in early 2026. No replacement driver exists for these chips, so removal would strand a large installed base of Xeon servers and 100/200 GbE deployments.

repository signals

43 files
36,775 source lines
251 commits, 5y
+41,915 / −5,095 lines added / removed, 5y
66 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 251 total · active in 46/61 months
2021 2022 2023 2024 2025 2026 2021-04: 0 commits · +0 −0 2021-05: 0 commits · +0 −0 2021-06: 28 commits · +32,585 −56 2021-07: 7 commits · +30 −51 2021-08: 4 commits · +10 −12 2021-09: 5 commits · +25 −13 2021-10: 15 commits · +130 −307 2021-11: 1 commit · +6 −21 2021-12: 7 commits · +54 −22 2022-01: 2 commits · +5 −1 2022-02: 13 commits · +1,263 −1,416 2022-03: 2 commits · +7 −10 2022-04: 6 commits · +234 −80 2022-05: 0 commits · +0 −0 2022-06: 0 commits · +0 −0 2022-07: 10 commits · +41 −87 2022-08: 1 commit · +1 −1 2022-09: 7 commits · +121 −38 2022-10: 0 commits · +0 −0 2022-11: 5 commits · +199 −191 2022-12: 0 commits · +0 −0 2023-01: 6 commits · +174 −106 2023-02: 3 commits · +45 −1 2023-03: 8 commits · +424 −627 2023-04: 1 commit · +2 −2 2023-05: 6 commits · +29 −34 2023-06: 0 commits · +0 −0 2023-07: 17 commits · +472 −201 2023-08: 6 commits · +74 −159 2023-09: 1 commit · +1 −1 2023-10: 2 commits · +194 −51 2023-11: 6 commits · +39 −17 2023-12: 0 commits · +0 −0 2024-01: 5 commits · +15 −6 2024-02: 0 commits · +0 −0 2024-03: 0 commits · +0 −0 2024-04: 1 commit · +2 −1 2024-05: 1 commit · +1 −1 2024-06: 1 commit · +3 −2 2024-07: 0 commits · +0 −0 2024-08: 1 commit · +1 −1 2024-09: 1 commit · +1 −1 2024-10: 1 commit · +1 −1 2024-11: 1 commit · +0 −3 2024-12: 2 commits · +47 −80 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +12 −67 2025-03: 0 commits · +0 −0 2025-04: 7 commits · +88 −79 2025-05: 1 commit · +4 −3 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +9 −0 2025-08: 16 commits · +5,178 −927 2025-09: 5 commits · +8 −16 2025-10: 6 commits · +73 −55 2025-11: 12 commits · +44 −172 2025-12: 1 commit · +2 −4 2026-01: 5 commits · +163 −78 2026-02: 5 commits · +55 −57 2026-03: 8 commits · +43 −36 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    RDMA pull request dated 2026-03-27 says the release contains 'a chunk of irdma related items' and pulls changes up to commit e37afcb56ae0, indicating active upstream maintenance rather than removal.

  2. spinics.net

    Stable review carried 'RDMA/irdma: Harden depth calculation functions' in late March 2026, showing recent bug-fix traffic and backport interest.

  3. intel.com

    Intel published a current Linux RDMA driver release dated 2026-03-20 and lists supported controllers including X722, E810, and E823, which is strong evidence of ongoing vendor support and current deployments.

  4. intel.com

    Intel's E810-CQDA2 product page shows Marketing Status 'Launched', server positioning, a current price, and RDMA capabilities (iWARP and RoCEv2), supporting that relevant hardware is still sold new.

  5. cateee.net

    LKDDb shows CONFIG_INFINIBAND_IRDMA is present through current kernels and identifies supported hardware as IPU E2000, E810, and X722.

codex reasoning notes (technical)

Real driver directory: local shell inspection of Kconfig/main.c confirmed module code and supported device families. lore-http MCP was unavailable and `lei` was not installed, so upstream activity was established via web search results on spinics (mailing-list mirror) plus local `git log` in the kernel snapshot, which showed multiple substantive irdma fixes on 2026-03-18. Intel product/download pages were obtained via web search/open and show ongoing vendor releases and launched E810 hardware, so this is not obsolete. No natural upstream replacement driver exists for the same Intel RDMA hardware; recommendation is keep.