> From: Kiran Kumar K <[email protected]> > > 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 operation memory properly. > > Fixes: ba588ce3f9339 ("test/crypto-perf: test asymmetric crypto throughput") > > Signed-off-by: Kiran Kumar K <[email protected]> Acked-by: Akhil Goyal <[email protected]>
Applied to dpdk-next-crypto Thanks.

