Marvell (Cavium) NITROX V CNN55XX cryptographic accelerators
Cavium (now Marvell) NITROX V CNN55XX PCIe accelerator cards that offload bulk cryptographic and SSL/TLS workloads from the CPU. They are sold as add-in adapters for servers, security appliances, and cloud infrastructure where high-throughput encryption is needed, and the family has been in the market from the mid-2010s through to current Marvell product listings.
recommendation
Worth keeping but documenting its niche role: this supports a specific generation of high-end PCIe security offload cards aimed at enterprise appliances and cloud infrastructure, not commodity hardware. Marvell still markets the NITROX family in 2025 and the code received maintenance patches as recently as 2023, so it has a small but real user base that justifies continued inclusion in the kernel.
repository signals
sources
- lore.kernel.org
Upstream activity exists in recent years for this driver; example 2023 linux-crypto patch touching nitrox_main.c, indicating maintenance rather than abandonment or removal.
- cateee.net
LKDDb identifies this driver as CONFIG_CRYPTO_DEV_NITROX_CNN55XX / module n5pf for PCI device 177d:0012, named CNN55XX [Nitrox V], and shows it still present in current kernel series.
- marvell.com
Marvell's current security-solutions product page still markets the NITROX product line and explicitly lists CNN55xx variants, implying the family remained commercially current into 2025/2026.
- marvell.com
Marvell's current NITROX Security Adapters page describes NITROX XL PCIe adapters for cloud/server/appliance use, indicating continuing niche deployment for PCIe crypto offload adapters.
codex reasoning notes (technical)
Local source inspection via shell (`rg`, `sed`) showed the driver is for Cavium CNN55XX / NITROX V PCI ID 177d:0012. `lore_file_timeline` on the directory returned no direct directory-level hits, and `lore_activity` on `drivers/crypto/cavium/nitrox/nitrox_main.c` returned recent maintenance patches but no removal thread evidence. Web search found current Marvell product pages still advertising NITROX/CNN55xx-family hardware, and LKDDb confirms the driver is still in mainline. Conclusion: specialized accelerator with low-volume but ongoing deployments; keep the driver, with annotation that it is niche enterprise/security hardware rather than broadly deployed commodity silicon.