Re: [dpdk-dev] [PATCH 1/2] crypto/dpaa2_sec: fix to check queue pair array for null

2020-10-09 Thread Akhil Goyal
> dpdk-procinfo calls the crypto stats API, which results segmentation > fault on DPAA2_SEC. > The queue pair array will be NULL, when it is used without > configuring the SEC device. > > Fixes: 02f35eee264b ("crypto/dpaa2_sec: support statistics") > Cc: sta...@dpdk.org > > Signed-off-by: Hemant

[dpdk-dev] [PATCH 1/2] crypto/dpaa2_sec: fix to check queue pair array for null

2020-09-03 Thread Hemant Agrawal
dpdk-procinfo calls the crypto stats API, which results segmentation fault on DPAA2_SEC. The queue pair array will be NULL, when it is used without configuring the SEC device. Fixes: 02f35eee264b ("crypto/dpaa2_sec: support statistics") Cc: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- driv