drivers/crypto/intel/qat/qat_dh895xcc

Intel QuickAssist DH895xCC cryptographic accelerator

A PCIe cryptographic and compression accelerator card that Intel shipped as the QuickAssist Adapter 8950/8955 generation in the mid-2010s, used in servers and network appliances to offload bulk SSL/TLS, IPsec, and compression workloads from the CPU.

keep-annotate conf=0.78 last_sold=2020 deploy=low replacement=drivers/crypto/intel/qat/qat_4xxx subsystem=crypto category=crypto
78%

recommendation

Worth keeping but flagging as legacy hardware. Intel formally discontinued the 8950/8960 adapter generation in August 2020 and steered new deployments toward later QAT parts like the 8970 and the qat_4xxx-driven Gen4 silicon, but DH895xCC is still receiving real bug fixes upstream (a shutdown-handler fix landed in March 2025 and was backported to stable in July 2025), so the installed base clearly still matters. A note that this targets end-of-life hardware would help future readers without justifying removal today.

repository signals

4 files
573 source lines
19 commits, 5y
+616 / −40 lines added / removed, 5y
8 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 19 total · active in 12/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 · +553 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +4 −8 2023-06: 3 commits · +18 −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: 1 commit · +6 −2 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 · +27 −23 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 patch traffic touched this driver with a functional fix ('add shutdown handler to qat_dh895xcc'), indicating active maintenance rather than removal.

  2. spinics.net

    The same qat_dh895xcc shutdown fix was backported to stable in July 2025, showing the hardware still matters enough for supported deployed systems.

  3. intel.com

    Intel published a product discontinuance / end-of-life notice for the QuickAssist Adapter 8950/8960 dated August 5, 2020, so this generation is not a current new-sales product.

  4. intel.com

    Intel still lists newer add-in-card QAT hardware (Adapter 8970), supporting the view that new deployments moved to later generations rather than DH895xCC.

codex reasoning notes (technical)

Local evidence from exec_command: this directory is a real PCI driver (adf_drv.c binds PCI_DEVICE_ID_INTEL_QAT_DH895XCC; Kconfig names Intel QuickAssist DH895xCC) and git -c safe.directory log shows substantive touches through 2025-05-05, so it is not dormant. Upstream-history evidence was obtained via web search because lore MCP was unavailable and lei was not installed; spinics result https://www.spinics.net/lists/linux-crypto/msg86866.html shows 2025 functional maintenance, and stable-commits https://www.spinics.net/lists/stable-commits/msg424941.html shows downstream backporting, with no removal discussion found in the searched results. Deployment evidence came from web open/search on Intel pages: the Intel EOL notice URL above was opened directly and is dated 2020-08-05, while the 8970 specs page came from web search as a newer same-class QAT adapter. Conclusion: legacy but still maintained for installed base; annotate as old/EOL hardware rather than deprecate or remove.