> Currently, after enqueue_burst, there may be ops_unused ops
> left for next round enqueue. And in next round preparation,
> only ops_needed ops will be added. But if in the final round
> the left ops is less than ops_needed, there will be invalid
> ops between the new needed ops and previous unused ops. The
> previous unused ops should be moved front after the needed
> ops.
> 
> In the commit[1], an resubmission fix was added to throughput
> test, and the fix was missed for verify.
> 
> This commit adds the missed resubmission fix for verify.
> 
> [1]
> commit 44e2980b70d1 ("app/crypto-perf: fix crypto operation resubmission")
> 
> Fixes: f8be1786b1b8 ("app/crypto-perf: introduce performance test 
> application")
> 
> Cc: sta...@dpdk.org
> 
> Signed-off-by: Suanming Mou <suanmi...@nvidia.com>
> 
> Acked-by: Anoob Joseph <ano...@marvell.com>
> ---
> 
> v2: code-style update.
> 
Applied to dpdk-next-crypto
Thanks.

Reply via email to