93e11beebc
For function ixgbe_crypto_create_session, fetches ic_session from the mempool. But on failure scenarios, the object is not released back to mempool. Using rte_mempool_put the ic_session is put back to mempool. Signed-off-by: Vipin Varghese <vipin.varghese@intel.com> Acked-by: Radu Nicolau <radu.nicolau@intel.com>