HiSilicon Kunpeng cryptographic and compression accelerators
On-die PCIe accelerator engines built into Huawei's HiSilicon Kunpeng server CPUs (such as the Kunpeng 920 in TaiShan servers): SEC/SEC2 for symmetric crypto, HPRE for public-key/RSA, ZIP for hardware compression, and a TRNG, all sharing a common queue-management layer. They offload TLS, storage, and data-reduction work on Arm-based Huawei servers from the late 2010s onward.
recommendation
It should stay in the kernel because the underlying hardware is still being sold in Huawei's Kunpeng and TaiShan server line in 2025, and upstream development is healthy: fixes and features keep landing into late 2025 and 2026 with no removal effort in sight. Real-world deployment is niche outside Huawei's own customer base, but the driver is well-maintained and its PCI IDs (19e5:a250/a251 for ZIP, a255/a256 for SEC2, a258/a259 for HPRE) are documented in current Huawei BIOS references.
repository signals
sources
- git.kernel.org
Upstream development is active; local git log for this directory shows substantive fixes/features continuing into 2025-2026 rather than removal work.
- cateee.net
SEC2 support remains present in current kernel series and maps to Huawei PCI IDs 19e5:a255/a256.
- cateee.net
HPRE support remains present in current kernel series and maps to Huawei PCI IDs 19e5:a258/a259.
- cateee.net
ZIP support remains present in current kernel series and maps to Huawei PCI IDs 19e5:a250/a251.
- support.huawei.com
Huawei's Kunpeng 920 TaiShan BIOS reference, updated 2025-03-20, still documents SEC/HPRE/ZIP accelerator status and installation, indicating contemporary platform support.
codex reasoning notes (technical)
Not an early-exit case: local file scan showed real module/platform/PCI driver code under this directory. Evidence gathering: local shell `rg` and `sed` on Kconfig/source identified SEC/SEC2/HPRE/ZIP/TRNG/QM devices and Huawei PCI IDs; local shell `git log` (with safe.directory override) showed ongoing feature/fix traffic through 2026-01-31 and no removal series; web search found LKDDb coverage pages and Huawei BIOS documentation. Because upstream activity is strong and 2025 vendor docs still show these accelerators on Kunpeng/TaiShan systems, this is not a deprecation candidate. Deployments are likely niche rather than mass-market, so `low` is more defensible than `medium`.