drivers/crypto/intel/qat/qat_common

Intel QuickAssist Technology (QAT) crypto and compression accelerators

Intel QuickAssist Technology is a family of accelerators that offload symmetric and public-key cryptography and compression. It is built into 4th and 5th Gen Xeon Scalable and Xeon 6 processors, and also ships as standalone PCIe adapters like the QuickAssist 8960 and 8970, used in VPNs, TLS termination, storage, and CDN workloads.

keep conf=0.94 deploy=medium replacement=none subsystem=crypto category=crypto
94%

recommendation

It should stay in the kernel because this is the shared core supporting every current QAT generation, from older DH895xCC and C62x parts through the 4xxx series to the newest GEN6 (6xxx) silicon. Intel is still selling QAT-enabled Xeons and adapter cards in 2025, and the code saw substantial 2024-2025 development including new GEN6 enablement, with no replacement driver or removal effort in sight.

repository signals

137 files
34,794 source lines
208 commits, 5y
+37,433 / −2,572 lines added / removed, 5y
56 authors, 5y
monthly commits · 2021-04-21 → 2026-04-21 · 208 total · active in 33/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 · +19,964 −0 2023-04: 0 commits · +0 −0 2023-05: 2 commits · +129 −8 2023-06: 15 commits · +1,386 −37 2023-07: 1 commit · +2 −5 2023-08: 5 commits · +12 −157 2023-09: 10 commits · +101 −35 2023-10: 25 commits · +5,677 −69 2023-11: 5 commits · +22 −5 2023-12: 10 commits · +2,306 −12 2024-01: 2 commits · +4 −1 2024-02: 19 commits · +623 −52 2024-03: 10 commits · +2,622 −394 2024-04: 4 commits · +85 −8 2024-05: 2 commits · +6 −15 2024-06: 5 commits · +23 −14 2024-07: 5 commits · +197 −116 2024-08: 2 commits · +3 −1 2024-09: 3 commits · +2 −24 2024-10: 4 commits · +14 −15 2024-11: 0 commits · +0 −0 2024-12: 2 commits · +2 −2 2025-01: 3 commits · +9 −41 2025-02: 4 commits · +229 −93 2025-03: 9 commits · +66 −375 2025-04: 13 commits · +1,077 −326 2025-05: 3 commits · +1,327 −2 2025-06: 5 commits · +48 −21 2025-07: 23 commits · +1,316 −467 2025-08: 1 commit · +1 −1 2025-09: 3 commits · +74 −161 2025-10: 2 commits · +5 −15 2025-11: 5 commits · +26 −19 2025-12: 1 commit · +0 −2 2026-01: 0 commits · +0 −0 2026-02: 4 commits · +75 −79 2026-03: 0 commits · +0 −0 2026-04: 0 commits · +0 −0

sources

  1. intel.com

    Intel says QAT is built into current Intel Xeon generations including 4th Gen, 5th Gen, and Xeon 6 with E-cores, indicating ongoing new-hardware availability in 2025.

  2. intel.com

    Intel support article reviewed on 2025-09-10 states all 4th Gen Xeon Scalable processors support the QAT driver and some SKUs expose dedicated QAT hardware.

  3. intel.com

    Intel's current Windows QAT 2.0 package lists Intel 4xxx, 401xx, and 402xx accelerators and validates them on Xeon 6 plus 4th/5th Gen Xeon platforms, showing the hardware family remains current.

  4. intel.com

    Intel still markets QuickAssist Adapter 8960 and 8970 server adapters, supporting the conclusion that standalone QAT hardware remains commercially relevant.

codex reasoning notes (technical)

Local `rg` in the kernel tree showed this directory is the shared core for Intel QAT device families DH895XCC, C3xxx/C62x, 4xxx/401xx/402xx/420xx, and 6xxx, so it is active driver code rather than a stale helper. Local `git -c safe.directory=... log -- drivers/crypto/intel/qat/qat_common` showed sustained 2024-2025 maintenance plus substantial new GEN6 enablement and no explicit deprecation/removal series; the attempted `lei` lore query could not run because `lei` was unavailable, so removal-signal assessment relied on local git history instead. The cited Intel URLs were obtained via web `search_query` and confirm QAT is present on current Xeon products and current adapter offerings. With recent upstream development, current hardware availability, and no direct in-tree replacement for the same accelerator family, the correct recommendation is keep.