Re: [dpdk-dev] [PATCH] app/test-crypto-perf: fix crypto operation resubmission

2017-04-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Monday, April 10, 2017 3:57 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo; sta...@dpdk.org > Subject: [PATCH] app/test-crypto-perf: fix crypto operation resubmission > > This patch fixes the crypto operation resubmission problem in

[dpdk-dev] [PATCH] app/test-crypto-perf: fix crypto operation resubmission

2017-04-10 Thread Fan Zhang
This patch fixes the crypto operation resubmission problem in crypto perferformance test. Originally, when needed crypto ops amount is smaller than the enqueued crypto ops in the last round, one or more processed crypto operations will be re-enqueued. Fixes: f8be1786b1b8 ("app/crypto-perf: introdu