drivers/crypto/intel/qat/qat_c3xxxvf

Intel QuickAssist (QAT) virtual function driver for Atom C3000 Denverton

The SR-IOV virtual-function side of Intel's QuickAssist crypto and compression accelerator built into the Atom C3000 "Denverton" server-on-chip family, launched in 2017 and aimed at networking and storage appliances. The virtual function lets guests or containers offload bulk encryption, hashing, and compression to the C3000's on-die QAT engine.

keep-annotate conf=0.76 last_sold=2025 deploy=low replacement=none subsystem=crypto category=crypto
76%

recommendation

Worth keeping but worth flagging as legacy-leaning. The underlying Denverton silicon is old and a niche choice today, but Intel was still listing the C3558 as orderable in 2025 with end-of-servicing-updates dated June 30, 2025, and the broader QAT subtree (including this directory) received substantive refactors in 2025. Active maintenance plus residual new-sales availability argue against deprecation, but an annotation noting low and shrinking deployment would help future cleanup decisions.

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. intel.com

    Intel Atom C3558, a Denverton/C3000 part with integrated QuickAssist, is a Q3 2017 product with embedded options and an end-of-servicing-updates date of June 30, 2025.

  2. intel.com

    Intel still exposed ordering information for the C3558 in 2025, indicating at least residual new-sales availability rather than pure aftermarket status.

  3. cateee.net

    LKDDb shows CONFIG_CRYPTO_DEV_QAT_C3XXXVF as current and present in modern kernels, confirming the driver remains upstream-supported.

  4. git.kernel.org

    The QAT subtree, including this directory, received a substantive refactor in 2025, indicating ongoing upstream maintenance rather than abandonment.

  5. git.kernel.org

    Another 2025 QAT change touched this driver directory, reinforcing that maintainers are still updating the code.

codex reasoning notes (technical)

Local shell inspection confirmed this is a real PCI driver for PCI_DEVICE_ID_INTEL_QAT_C3XXX_VF and local `git -c safe.directory ... log -- drivers/crypto/intel/qat/qat_c3xxxvf` showed substantive 2025 touches. The two kernel.org commit URLs were then formed by canonical recall from those hashes. Intel ARK and ordering URLs plus LKDDb were obtained by web search. Net result: hardware is old and niche, especially as an SR-IOV VF on Denverton appliances, but it was still orderable in 2025 and upstream activity is recent; that argues against deprecate/remove, with an annotation-worthy note that deployment is now low and legacy-leaning.