[dpdk-dev] [PATCH] test/crypto-perf: fix crash issue with asym perf test

2021-10-28 Thread kirankumark
From: Kiran Kumar K While populating the crypto ops in case of asymmetric, result is being allocated from stack. This is causing crash in the application. And operation type is also not being initialized properly. Adding a fix by allocating the result from global memory and initialized the operat

[dpdk-dev] [PATCH] test/crypto-perf: fix crash issue with asym perf test

2021-10-28 Thread kirankumark
From: Kiran Kumar K While populating the crypto ops in case of asymmetric, result is being allocated from stack. This is causing crash in the application. And operation type is also not being initialized properly. Adding a fix by allocating the result from global memory and initialized the operat