Re: [dpdk-dev] [PATCH] app/crypto-perf: fix possible overflow

2017-04-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, April 11, 2017 3:43 PM > To: dev@dpdk.org > Cc: Doherty, Declan; sta...@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] app/crypto-perf: fix possible overflow > > In the latency test, when number of enqueued operation

[dpdk-dev] [PATCH] app/crypto-perf: fix possible overflow

2017-04-11 Thread Pablo de Lara
In the latency test, when number of enqueued operations is less than the burst size, the timestamp value of the non-enqueued operations was being stored, even though those operations were being freed. This could cause an array overflow, since it could store more values than the total number of ope