drivers/crypto/intel/qat/qat_dh895xccvf

Intel QuickAssist DH895xCC Virtual Function crypto accelerator

The SR-IOV virtual-function side of Intel's first-generation QuickAssist crypto and compression accelerator (DH895xCC "Coleto Creek", sold as the QuickAssist Adapter 8950), letting virtual machines offload bulk symmetric crypto, public-key crypto, and compression. The hardware shipped from late 2013 until its 2020 end-of-life, mainly in telecom gear, networking appliances, and SSL-offload servers.

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

recommendation

Worth keeping but documenting as legacy hardware. The DH895xCC generation (Coleto Creek, launched Q4 2013) and its QuickAssist Adapter 8950 cards were officially discontinued by Intel in August 2020, but the virtual function driver is still receiving upstream maintenance in 2024 and 2025, and an Intel community thread from mid-2024 shows users still running this hardware. A note flagging it as a legacy first-generation QAT part would help future readers without disrupting existing deployments.

repository signals

4 files
348 source lines
11 commits, 5y
+367 / −16 lines added / removed, 5y
7 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 11 total · active in 10/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 · +356 −0 2023-04: 0 commits · +0 −0 2023-05: 1 commit · +4 −8 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: 1 commit · +1 −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: 1 commit · +0 −1 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. git.kernel.org

    The driver directory was still receiving upstream changes in 2025 ('crypto: qat - refactor compression template logic', seen in local git history for this path).

  2. git.kernel.org

    The driver directory also received another 2025 update ('crypto: qat - remove initialization in device class'), supporting that it is not abandoned in-tree.

  3. cateee.net

    LKDDb shows CONFIG_CRYPTO_DEV_QAT_DH895xCCVF is still present through current kernel series and binds PCI ID 8086:0443 (DH895XCC Series QAT Virtual Function).

  4. intel.com

    Intel published a product discontinuance / end-of-life notice for the QuickAssist Adapter 8950 on 2020-08-05.

  5. intel.com

    Intel ARK lists the Intel Communications Chipset 8950 (Coleto Creek, the DH895xCC generation) with marketing status 'Discontinued' and launch date Q4'13.

  6. community.intel.com

    An Intel community thread from June 2024 shows real-world attempts to use QAT 8950 hardware and Intel staff still pointing users to the legacy HW 1.x driver, indicating lingering legacy deployments rather than zero use.

codex reasoning notes (technical)

`exec_command` on the local kernel tree confirmed this is a real PCI SR-IOV VF driver and showed multiple path-specific upstream commits in 2024-2025; the two kernel.org commit URLs are canonical recall constructed from hashes observed via `git log`. `web.search_query` + `web.open/find` provided LKDDb continuity, Intel EOL/discontinued status, and a 2024 Intel forum usage signal. I found no concrete removal-series evidence in the available lore-web path, while maintenance is still active, so this looks like obsolete/discontinued hardware with low but nonzero legacy deployment; annotate as legacy rather than deprecate/remove.