Re: [dpdk-dev] [PATCH] app/crypto-perf: fix incorrect operation free

2017-08-07 Thread Thomas Monjalon
07/08/2017 05:16, Pablo de Lara: > In crypto latency test, when some crypto operations cannot be > enqueued, they are returned to its mempool. > However, instead of freeing the operations in the array passed > to the enqueue function, the app was freeing the operations > in the array passed to the

[dpdk-dev] [PATCH] app/crypto-perf: fix incorrect operation free

2017-08-07 Thread Pablo de Lara
In crypto latency test, when some crypto operations cannot be enqueued, they are returned to its mempool. However, instead of freeing the operations in the array passed to the enqueue function, the app was freeing the operations in the array passed to the dequeue function, leading to incorrect resu