cryptodev: change queue pair configure structure
[dpdk.git] / drivers / crypto / openssl / rte_openssl_pmd_private.h
index a8f2c84..43ac381 100644 (file)
@@ -64,6 +64,8 @@ struct openssl_qp {
        /**< Ring for placing process packets */
        struct rte_mempool *sess_mp;
        /**< Session Mempool */
+       struct rte_mempool *sess_mp_priv;
+       /**< Session Private Data Mempool */
        struct rte_cryptodev_stats stats;
        /**< Queue pair statistics */
        uint8_t temp_digest[DIGEST_LENGTH_MAX];