[EXTERNAL] [PATCH] app/crypto-perf: avoid infinite loop
    Akhil Goyal 
    gakhil at marvell.com
       
    Wed May 21 12:34:53 CEST 2025
    
    
  
> The enqueue/dequeue loop's exit condition is
> (ops_enqd_total >= total_ops). If the PMD driver cannot process the
> ops (returns zero), ops_enqd_total won't increase, resulting in an
> infinite loop. A check is added to process one op to determine
> whether PMD can process the packet.
> 
> Signed-off-by: Rupesh Chiluka <rchiluka at marvell.com>
> ---
Acked-by: Akhil Goyal <gakhil at marvell.com>
Applied to dpdk-next-crypto
Thanks.
    
    
More information about the dev
mailing list