Re: [dpdk-dev] [PATCH] cryptodev: free memzone when releasing cryptodev

2019-06-27 Thread Akhil Goyal
> > When a cryptodev is created in a primary process, > rte_cryptodev_data_alloc reserves a memzone. > However, this memzone was not released when the cryptodev > is uninitialized. After that, new cryptodev cannot be > created due to memzone name conflict. > > This commit frees the memzone when a

[dpdk-dev] [PATCH] cryptodev: free memzone when releasing cryptodev

2019-05-30 Thread Junxiao Shi
When a cryptodev is created in a primary process, rte_cryptodev_data_alloc reserves a memzone. However, this memzone was not released when the cryptodev is uninitialized. After that, new cryptodev cannot be created due to memzone name conflict. This commit frees the memzone when a cryptodev is uni