]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_cryptodev.h
crypto/aesni_mb: support AVX512
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev.h
index 8f63e8f6b1f46f41b83fc41b7037e21223e9cd0e..29d8eece87ed9b84b1dd7c1602206a4a88f1ecae 100644 (file)
@@ -225,6 +225,8 @@ struct rte_cryptodev_capabilities {
 /**< Utilises CPU AES-NI instructions */
 #define        RTE_CRYPTODEV_FF_HW_ACCELERATED         (1ULL << 7)
 /**< Operations are off-loaded to an external hardware accelerator */
+#define        RTE_CRYPTODEV_FF_CPU_AVX512             (1ULL << 8)
+/**< Utilises CPU SIMD AVX512 instructions */
 
 
 /**