Re: [dpdk-dev] [PATCH v3] security: update session create API

2020-10-14 Thread Lukasz Wojciechowski
Hi Akhil, thank you for responding to review and for v3. You patch currently does not apply: dpdk$ git apply v3-security-update-session-create-API.patch error: patch failed: doc/guides/rel_notes/deprecation.rst:164 error: doc/guides/rel_notes/deprecation.rst: patch does not apply error: patch fai

[dpdk-dev] [PATCH v3] security: update session create API

2020-10-14 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