]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_cryptodev/rte_cryptodev_pmd.h
cryptodev: remove unused cryptodev session structure
[dpdk.git] / lib / librte_cryptodev / rte_cryptodev_pmd.h
index f6aa84dd5e93270cd197be15db01ed75ed561b2c..5911b838b7c95fd0ea751e8eaf6e88fe32ad6aa7 100644 (file)
@@ -56,17 +56,6 @@ extern "C" {
 #include "rte_crypto.h"
 #include "rte_cryptodev.h"
 
-struct rte_cryptodev_session {
-       RTE_STD_C11
-       struct {
-               uint8_t dev_id;
-               uint8_t driver_id;
-               struct rte_mempool *mp;
-       } __rte_aligned(8);
-
-       __extension__ char _private[0];
-};
-
 /** Global structure used for maintaining state of allocated crypto devices */
 struct rte_cryptodev_global {
        struct rte_cryptodev *devs;     /**< Device information array */