doc: announce change of security session API
authorAkhil Goyal <akhil.goyal@nxp.com>
Thu, 30 Jul 2020 17:13:30 +0000 (22:43 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 6 Aug 2020 17:01:17 +0000 (19:01 +0200)
commit2a829a1d3195075cc069257f293e4ba4517bc7d4
treedcca799646ff0f6eca337c91e2a21ebda3039e3f
parent1583c3815e510ce0de9e0a101db3085a4f221702
doc: announce change of security session API

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 API will be modified to take two mempool pointers - one for session
and one for private data. This is very similar to crypto based session
create APIs.

Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Anoob Joseph <anoobj@marvell.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
doc/guides/rel_notes/deprecation.rst