crypto/qat: add SGL capability
[dpdk.git] / drivers / crypto / qat / qat_crypto.h
index 6b84488..5766817 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 */