drivers/crypto/intel/qat/qat_c3xxx

Intel QuickAssist (QAT) accelerator on Atom C3000 Denverton SoCs

Driver for the on-chip Intel QuickAssist Technology cryptography and compression accelerator built into Intel's Atom C3000 "Denverton" server SoCs, launched around 2017 and still sold in refreshed C3xxxR variants. The hardware offloads symmetric crypto, public-key operations, and data compression in network, storage, and security appliances at the edge.

keep-annotate conf=0.79 deploy=low replacement=none subsystem=crypto category=crypto
79%

recommendation

Worth keeping but documenting its niche, because the Atom C3000 "Denverton" line still ships in current network, storage, and security appliances, and the driver is actively maintained in 2025 (including a March 2025 fix for a kexec/warm-reset bug). However, Intel's lifecycle pages show original C3xxx support ending June 2025 with only the refreshed C3338R/C3558R/C3758R SKUs extended to late 2026, so it is on a slow glide path toward eventual obsolescence and is a reasonable candidate to flag for revisiting in a few years.

repository signals

4 files
462 source lines
18 commits, 5y
+502 / −37 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 18 total · active in 11/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: 1 commit · +429 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +4 −8 2023-06: 3 commits · +35 −0 2023-07: 0 commits · +0 −0 2023-08: 0 commits · +0 −0 2023-09: 0 commits · +0 −0 2023-10: 2 commits · +2 −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: 1 commit · +1 −0 2024-04: 1 commit · +1 −1 2024-05: 0 commits · +0 −0 2024-06: 0 commits · +0 −0 2024-07: 1 commit · +2 −2 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: 1 commit · +1 −1 2025-01: 0 commits · +0 −0 2025-02: 1 commit · +1 −1 2025-03: 4 commits · +26 −22 2025-04: 2 commits · +0 −2 2025-05: 0 commits · +0 −0 2025-06: 0 commits · +0 −0 2025-07: 0 commits · +0 −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: 0 commits · +0 −0 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. spinics.net

    March 26, 2025 upstream/stable patch fixes a real kexec/warm-reset issue specifically in qat_c3xxx, indicating active maintenance rather than abandonment.

  2. spinics.net

    March 26, 2025 linux-crypto patch traffic includes qat_c3xxx cleanups, showing ongoing subsystem attention and no removal framing.

  3. intel.com

    Intel's Atom C3000 family brief explicitly advertises integrated Intel QAT for network, storage, security-appliance, and edge use cases tied to this hardware family.

  4. intel.com

    Intel ARK lists Atom C3758R in the C3000 family as launched, embedded-capable, and with integrated Intel QAT, showing the family remained a current sellable product in the 2025 timeframe.

  5. intel.com

    Intel support lifecycle data shows original Denverton Atom C-series support ending June 30, 2025, while refreshed C3338R/C3558R/C3758R parts extend to December 31, 2026, indicating an aging but not yet fully obsolete family.

codex reasoning notes (technical)

Real PCI driver confirmed locally from adf_drv.c via exec_command/rg. Local exec_command git log shows multiple 2024-2025 non-removal touches, including 2025-03-26 and 2025-04-30 changes, so upstream activity is current. Public mailing-list evidence was obtained with web search because lore search access was unavailable in-shell; the resulting spinics mirrors show maintenance patches and no removal/deprecation thread. Intel product/lifecycle pages were obtained with web search and show C3xxx use in edge/network/security appliances plus refreshed C3xxxR SKUs still current past 2025. Conclusion: mature niche hardware with ongoing field deployments and maintenance, but mixed lifecycle across old vs refreshed SKUs, so keep-annotate is safer than deprecate/remove.