Re: [dpdk-dev] [PATCH] crypto/aesni_mb: fix queue pair free

2018-11-12 Thread Akhil Goyal
On 10/16/2018 3:15 PM, Fan Zhang wrote: > This patch fixes the queue pair free for AESNI-MB PMD. Originally > the queue pair ring name are different than the object name, > caused the aesni_mb_pmd_qp_release() cannot find the ring to > release. This patch uses the same name between queue pair obj

[dpdk-dev] [PATCH] crypto/aesni_mb: fix queue pair free

2018-10-16 Thread Fan Zhang
This patch fixes the queue pair free for AESNI-MB PMD. Originally the queue pair ring name are different than the object name, caused the aesni_mb_pmd_qp_release() cannot find the ring to release. This patch uses the same name between queue pair object name and ring name. Fixes: a831c318c54d ("cry