X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=lib%2Flibrte_cryptodev%2Frte_cryptodev_pmd.h;h=5911b838b7c95fd0ea751e8eaf6e88fe32ad6aa7;hp=f6aa84dd5e93270cd197be15db01ed75ed561b2c;hb=c3e3f5cf0bfbae51ffe4463d3dbbaa2562df71e2;hpb=4c07e0552f0a08ebc5eab61ee26cd4318fde8db0 diff --git a/lib/librte_cryptodev/rte_cryptodev_pmd.h b/lib/librte_cryptodev/rte_cryptodev_pmd.h index f6aa84dd5e..5911b838b7 100644 --- a/lib/librte_cryptodev/rte_cryptodev_pmd.h +++ b/lib/librte_cryptodev/rte_cryptodev_pmd.h @@ -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 */