cryptodev: change queue pair configure structure
[dpdk.git] / drivers / crypto / null / null_crypto_pmd_private.h
index d5905af..d7bfd9c 100644 (file)
@@ -31,6 +31,8 @@ struct null_crypto_qp {
        /**< Ring for placing process packets */
        struct rte_mempool *sess_mp;
        /**< Session Mempool */
+       struct rte_mempool *sess_mp_priv;
+       /**< Session Mempool */
        struct rte_cryptodev_stats qp_stats;
        /**< Queue pair statistics */
 } __rte_cache_aligned;