[dpdk-dev] [PATCH] examples: add multi process crypto application

2020-06-12 Thread Arek Kusztal
This patch adds example application that can test usage of cryptodev in multi process environement. More can be found in mp_crypto.rst in sample app guides. Signed-off-by: Arek Kusztal --- doc/guides/sample_app_ug/index.rst | 1 + doc/guides/sample_app_ug/mp_crypto.rst | 151 + example

[dpdk-dev] [PATCH] examples: add multi process crypto application

2020-06-12 Thread Arek Kusztal
Due to increasing interest in multi process support for crypto PMDs new sample app can be added so in overview we can say that: The Multi-process Crypto application is a simple application that allows to run crypto related operations in a multiple process environment. It builds on the EAL primary/