Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: fix pool usage for security session

2019-04-23 Thread Akhil Goyal
> > Acked-by: Konstantin Ananyev > Applied to dpdk-next-crypto

Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: fix pool usage for security session

2019-04-23 Thread Ananyev, Konstantin
> -Original Message- > From: Akhil Goyal [mailto:akhil.go...@nxp.com] > Sent: Tuesday, April 23, 2019 1:20 PM > To: dev@dpdk.org > Cc: Nicolau, Radu ; Ananyev, Konstantin > ; Akhil Goyal ; > Zhang, Roy Fan ; sta...@dpdk.org > Subject: [PATCH v2] examples/ipsec-secgw: fix pool usage for

[dpdk-dev] [PATCH v2] examples/ipsec-secgw: fix pool usage for security session

2019-04-23 Thread Akhil Goyal
Currently, two separate mempools are being used for creating crypto sessions and its private data. crypto sessions are created and initialized separately, so a separate mempool is passed to each API, but in case of security sessions, where only one API create and initialize the private data as well