drivers/net/ethernet/intel/ixgbe/devlink

Intel Ethernet E610 devlink management interface

The management plumbing for Intel's E610 family of 1/2.5/10 Gigabit Ethernet controllers and add-in adapters, which Intel began shipping in early 2025. It exposes firmware flashing, device reload, information queries, and flash region access for these NICs through Linux's standard devlink tooling.

keep conf=0.88 last_sold=2026 deploy=medium replacement=none subsystem=net category=networking-ethernet
88%

recommendation

It should stay because it serves Intel Ethernet hardware that only launched in 2025 (E610-XAT2 in Q1, E610-XT2 in Q2) and is still actively sold and supported by Intel into 2026. Upstream activity confirms this is a live codebase: new region support landed in 2025, stable-tree bug fixes are still flowing, and there is no replacement driver in the tree or any sign of a deprecation effort.

repository signals

3 files
860 source lines
15 commits, 5y
+886 / −26 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 15 total · active in 4/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: 0 commits · +0 −0 2023-06: 0 commits · +0 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 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: 0 commits · +0 −0 2025-04: 11 commits · +882 −23 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 1 commit · +1 −0 2025-08: 0 commits · +0 −0 2025-09: 0 commits · +0 −0 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: 2 commits · +2 −2 2026-03: 1 commit · +1 −1 2026-04: 0 commits · +0 −0

sources

  1. docs.kernel.org

    Current kernel documentation has a dedicated ixgbe devlink page describing supported flash, reload, info, and region features, indicating maintained upstream functionality rather than a deprecated path.

  2. lwn.net

    Upstream net-next work added Intel E610 device support to ixgbe in late 2024, showing this code serves newly introduced hardware rather than only legacy adapters.

  3. intel.com

    Intel lists the E610-XAT2 controller as 'Launched' with launch date Q1'25, showing the covered chipset family was newly sold in 2025.

  4. intel.com

    Intel lists the E610-XT2 adapter as 'Launched' with launch date Q2'25, confirming new retail/server adapter deployments for this family.

  5. intel.com

    Intel provides current downloads for the E610 series, including Linux drivers and NVM update packages, indicating active vendor support into 2026.

  6. spinics.net

    A 2025 stable-kernel fix adjusted ixgbe devlink behavior after real user regressions, showing active bug-fix traffic rather than removal.

codex reasoning notes (technical)

Local `exec_command` inspection shows this directory is ixgbe driver-specific devlink code, not a generic helper library; code is explicitly gated for `ixgbe_mac_e610`, so the directory mainly serves E610-era hardware. Local `git log` via `exec_command` shows fresh substantive work in 2025-2026, including initial region support and later bug/performance fixes, with no sign of sunset. `web.search_query` found current kernel docs for ixgbe devlink plus Intel product/spec and download pages showing E610 controllers/adapters launched in 2025 and still vendor-supported in 2026. Separate lore-targeted web searches did not surface an active removal/deprecation series. Because the code is new, actively maintained, and tied to currently sold hardware with no natural in-tree replacement for these devices, the recommendation is to keep it.