]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/qat/qat_crypto.h
crypto/qat: add SGL capability
[dpdk.git] / drivers / crypto / qat / qat_crypto.h
index 6b844881063f8421f6346481c3a0dfd6b4d8ad1e..5766817b56ffc92becfe1f26289b0e625275f58d 100644 (file)
@@ -69,6 +69,9 @@ struct qat_qp {
        struct  qat_queue       tx_q;
        struct  qat_queue       rx_q;
        struct  rte_cryptodev_stats stats;
+       struct rte_mempool *op_cookie_pool;
+       void **op_cookies;
+       uint32_t nb_descriptors;
 } __rte_cache_aligned;
 
 /** private data structure for each QAT device */