net/sfc: check mbufs allocated using mempool API for Rx
[dpdk.git] / drivers / crypto / null / null_crypto_pmd_private.h
index 190b88d..d5905af 100644 (file)
@@ -19,7 +19,6 @@ int null_logtype_driver;
 /** private data structure for each NULL crypto device */
 struct null_crypto_private {
        unsigned max_nb_qpairs;         /**< Max number of queue pairs */
-       unsigned max_nb_sessions;       /**< Max number of sessions */
 };
 
 /** NULL crypto queue pair */