[dpdk-dev] Recent change to make rte_cryptodev_pmd.h internal prevents some important functionality
Luse, Paul E
paul.e.luse at intel.com
Tue Sep 28 19:53:01 CEST 2021
Hi Everyone,
We use cryptodev in SPDK and included rte_cryptodev_pmd.h so that we may release qpair memory that was allocated when we called rte_cryptodev_queue_pair_setup(). We’d do so by calling the function pointer queue_pair_release() which I believe is the prescribed way to do this.
The DPDK change in question is here: https://github.com/DPDK/dpdk/commit/af668035f7f492424b2e199f155690815944a8ca
Question: Is there another way for us to release this memory? I’ve looked through the public API and nothing stands out.
Thanks
Paul
More information about the dev
mailing list