Intel Data Streaming Accelerator and In-Memory Analytics Accelerator (IDXD)
On-die data-movement and compression/analytics accelerators built into Intel Xeon Scalable server processors. DSA offloads memory copies and transformations for storage, networking, and virtualization workloads, while IAA accelerates in-memory compression and analytics queries; both are exposed to Linux through the shared IDXD subsystem and are current shipping silicon in 2025 Xeon platforms.
recommendation
It should stay in the kernel because the hardware is current, Intel-integrated silicon still being sold in new Xeon servers, and upstream activity is healthy: the driver picked up DSA 3.0 enablement in 2025 and was still receiving maintainer-applied fixes into early 2026. No other in-tree driver covers this hardware, so removal is not on the table.
repository signals
sources
- spinics.net
Upstream activity is current through March 9, 2026, with an idxd fix applied by the dmaengine maintainer, indicating ongoing maintenance rather than removal.
- spinics.net
The driver gained DSA 3.0 feature support in 2025, showing active enablement for newer hardware generations.
- intel.com
Intel DSA is a built-in accelerator on Intel Xeon Scalable processors and Intel markets it for current storage, networking, analytics, and VM use cases, including the latest generation Xeon Scalable processors.
- intel.com
Intel IAA is likewise built into Intel Xeon Scalable processors, confirming the broader IDXD hardware family remains a current data-center deployment target.
codex reasoning notes (technical)
Local evidence from `exec_command`: `git -c safe.directory=... log --since=2025-01-01 -- drivers/dma/idxd` shows many 2025-2026 fixes plus new-feature work; `rg` in the directory shows MODULE_DESCRIPTION naming both Intel DSA and IAA and PCI IDs for recent platforms. URL evidence was obtained via `web.search_query` and `web.open`: Spinics results show active patch flow and an applied 2026 fix, plus 2025 DSA 3.0 enablement; Intel product pages show DSA/IAA are current Xeon-integrated accelerators still sold for new server deployments. No natural in-tree replacement covers the same hardware; this is a niche but live data-center accelerator driver, so keep rather than deprecate.