Bug 1148

Summary: Performance on AESNI MB PMD does not scale properly with number of threads
Product: DPDK Reporter: Pablo de Lara (pablo.de.lara.guarch)
Component: cryptodevAssignee: dev
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: 22.11   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Pablo de Lara 2022-12-14 11:58:00 CET
As number of threads is increased, performance per core on AESNI MB PMD decreases (it should stay constant). The root cause of this issue is a global variable in the IPSec Multi-buffer library. A patch has been generated to fix it on the library, so users running the PMD with multiple threads are encouraged to get the latest version (1.3.0) with the patch.
Comment 1 Pablo de Lara 2022-12-15 16:09:42 CET
This issue was raised on the Intel IPSec Multi-buffer library Github repository:
https://github.com/intel/intel-ipsec-mb/issues/112