> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Radu Nicolau > Sent: Tuesday, October 16, 2018 6:32 AM > To: Varghese, Vipin <vipin.vargh...@intel.com>; Ananyev, Konstantin > <konstantin.anan...@intel.com>; dev@dpdk.org; Lu, Wenzhuo > <wenzhuo...@intel.com> > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe_ipsec: prevent ic_session leak on > failure > > > > On 10/12/2018 10:53 AM, Vipin Varghese wrote: > > 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.vargh...@intel.com> > > --- > > > Acked-by: Radu Nicolau <radu.nico...@intel.com>
Applied to dpdk-next-net-intel. Thanks Qi