cryptodev: change queue pair configure structure
[dpdk.git] / drivers / crypto / zuc / rte_zuc_pmd_private.h
index 5e5906d..aa73c00 100644 (file)
@@ -36,6 +36,8 @@ struct zuc_qp {
        /**< Ring for placing processed ops */
        struct rte_mempool *sess_mp;
        /**< Session Mempool */
+       struct rte_mempool *sess_mp_priv;
+       /**< Session Private Data Mempool */
        struct rte_cryptodev_stats qp_stats;
        /**< Queue pair statistics */
        uint8_t temp_digest[ZUC_DIGEST_LENGTH];