Re: [dpdk-dev] [PATCH] doc: add deprecation notice for security session create API

2020-08-06 Thread Thomas Monjalon
> > The API ``rte_security_session_create`` takes only single mempool > > for session and session private data. So the application need to create > > mempool for twice the number of sessions needed and will also lead to > > wastage of memory as session private data need more memory compared to > >

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for security session create API

2020-07-31 Thread Ananyev, Konstantin
> -Original Message- > From: Akhil Goyal > Sent: Thursday, July 30, 2020 8:14 PM > To: dev@dpdk.org; ano...@marvell.com; Nicolau, Radu ; > Ananyev, Konstantin > ; Doherty, Declan ; > Zhang, Roy Fan > Cc: tho...@monjalon.net; Trahe, Fiona ; > adwiv...@marvell.com; hemant.agra...@nxp.

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for security session create API

2020-07-31 Thread Coyle, David
> The API ``rte_security_session_create`` takes only single mempool for > session and session private data. So the application need to create mempool > for twice the number of sessions needed and will also lead to wastage of > memory as session private data need more memory compared to session. > H

Re: [dpdk-dev] [PATCH] doc: add deprecation notice for security session create API

2020-07-30 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[dpdk-dev] [PATCH] doc: add deprecation notice for security session create API

2020-07-30 Thread Akhil Goyal
The API ``rte_security_session_create`` takes only single mempool for session and session private data. So the application need to create mempool for twice the number of sessions needed and will also lead to wastage of memory as session private data need more memory compared to session. Hence the A