Intel Ethernet 700 Series 10/25/40 GbE controllers (i40e)
Intel's 700 Series family of 10, 25, and 40 Gigabit Ethernet server adapters, including the X710, XL710, XXV710, and X722 controllers introduced in the mid-2010s and still shipping new in 2025. They are workhorse NICs in enterprise servers, storage appliances, and cloud hosts.
recommendation
It should stay because the hardware is still sold by Intel as a current product line, is widely deployed in production servers, and continues to receive active maintenance — Intel issued a security advisory for it in 2025 and the in-tree code has substantive 2025-2026 fixes. The newer ice driver covers later Intel generations rather than replacing this one, so there is no successor for 700 Series silicon.
repository signals
sources
- kernel.org
Upstream kernel documentation identifies i40e as the base driver for Intel Ethernet Controller 700 Series devices including X710, XL710, X722, and XXV710.
- intel.com
Intel still markets 700 Series network adapters, including X710, XL710, and XXV710, as current products.
- intel.com
Intel's 2026 supported-OS matrix lists retail Intel Ethernet 700 Series adapters using the i40e driver across current Linux distributions, indicating active product/support status.
- intel.com
Intel issued a 2025 security advisory specifically for Intel 700 Series Linux drivers (i40e), recommending updates to version 2.28.5 or later.
- cateee.net
LKDDb shows CONFIG_I40E present continuously through modern kernel releases, with module name i40e and XL710-family support.
codex reasoning notes (technical)
Local evidence first: exec_command on the tree confirmed CONFIG_I40E, module_init/module_exit, and recent local git history with multiple substantive 2025-2026 i40e fixes, so this is actively maintained kernel driver code, not a dead subtree. Lore-specific removal check was attempted via exec_command using `lei q`, but `lei` is unavailable in this environment; a web search for lore removal/deprecation terms returned no hits, so there is no visible removal discussion from the accessible evidence. URLs were obtained by web search/open for Intel support/product/security pages and LKDDb, plus direct open of the canonical kernel.org i40e documentation page. Recommendation is keep: hardware is still sold/support-listed in 2026, deployed broadly in servers/NICs, and there is no natural in-tree replacement driver for the same hardware family (newer `ice` serves newer Intel generations, not these devices).