[EXT] [PATCH v2] app/test-crypto-perf: add missed resubmission fix

Akhil Goyal gakhil at marvell.com
Thu Feb 29 18:03:01 CET 2024


> 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: stable at dpdk.org
> 
> Signed-off-by: Suanming Mou <suanmingm at nvidia.com>
> 
> Acked-by: Anoob Joseph <anoobj at marvell.com>
> ---
> 
> v2: code-style update.
> 
Applied to dpdk-next-crypto
Thanks.


More information about the dev mailing list