net/sfc: support Tx preparation in EF10 datapath
[dpdk.git] / drivers / crypto / ccp / ccp_pmd_private.h
index f449804..7f2979e 100644 (file)
@@ -40,7 +40,6 @@
 /* private data structure for each CCP crypto device */
 struct ccp_private {
        unsigned int max_nb_qpairs;     /**< Max number of queue pairs */
-       unsigned int max_nb_sessions;   /**< Max number of sessions */
        uint8_t crypto_num_dev;         /**< Number of working crypto devices */
        bool auth_opt;                  /**< Authentication offload option */
        struct ccp_device *last_dev;    /**< Last working crypto device */
@@ -77,6 +76,8 @@ struct ccp_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_mempool *batch_mp;
        /**< Session Mempool for batch info */
        struct rte_cryptodev_stats qp_stats;