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

2019-07-01 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 whe

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

2019-06-28 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