cryptodev: change queue pair configure structure
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd_private.h
index b7807b6..df5c609 100644 (file)
@@ -36,6 +36,8 @@ struct snow3g_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[SNOW3G_DIGEST_LENGTH];