> > From: Akhil Goyal > > Some of the cryptodev APIs are not allowed to be used by application > > directly. Hence removing the usage of 1. queue_pair_release: it is not > > required, as configure > > of queue pair release the previous queue pairs and the > > dev is not directly exposed to application, hence cannot > > use its ops from app. > > 2. rte_cryptodev_stop: it can be used directly without > > checking if the device is started or not. > > 3. rte_cryptodev_pmd_destroy: application should use > > rte_cryptodev_close instead. > > > > Signed-off-by: Akhil Goyal <gak...@marvell.com> > > Look's like it should be backported to stable releases with a Fixes reference. > What do you think? > > Besides, > Acked-by: Matan Azrad <ma...@nvidia.com> > Yes, Agreed. I wanted to get opinion from the Maintainer of fips app first if the changes are Correct or not.
- [dpdk-dev] [PATCH 3/4] examples/fips_validation: remove ill... Akhil Goyal
- [dpdk-dev] [PATCH 4/4] cryptodev: expose driver interface a... Akhil Goyal
- [dpdk-dev] [PATCH v2 0/4] cryptodev: expose driver interfac... Akhil Goyal
- [dpdk-dev] [PATCH v2 1/4] test/crypto: remove illegal ... Akhil Goyal
- [dpdk-dev] [PATCH v2 2/4] cryptodev: change valid dev ... Akhil Goyal
- [dpdk-dev] [PATCH v2 3/4] examples/fips_validation: re... Akhil Goyal
- Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_valida... Matan Azrad
- Re: [dpdk-dev] [PATCH v2 3/4] examples/fips_va... Akhil Goyal
- Re: [dpdk-dev] [PATCH v2 3/4] examples/fip... Zhang, Roy Fan
- Re: [dpdk-dev] [PATCH v2 3/4] example... Akhil Goyal
- Re: [dpdk-dev] [PATCH v2 3/4] exa... Zhang, Roy Fan
- [dpdk-dev] [PATCH v2 4/4] cryptodev: expose driver int... Akhil Goyal
- Re: [dpdk-dev] [PATCH v2 4/4] cryptodev: expose dr... Matan Azrad
- Re: [dpdk-dev] [PATCH v2 4/4] cryptodev: expose dr... Zhang, Roy Fan
- [dpdk-dev] [PATCH v3 0/4] cryptodev: expose driver int... Akhil Goyal