Re: [dpdk-dev] [PATCH] cryptodev: fix segmentation fault

2017-02-03 Thread De Lara Guarch, Pablo
Hi Slawomir, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Slawomir > Mrozowicz > Sent: Friday, February 03, 2017 9:18 AM > To: Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: [dpdk-dev] [PATCH] cryptodev: fix segment

[dpdk-dev] [PATCH] cryptodev: fix segmentation fault

2017-02-02 Thread Slawomir Mrozowicz
This patch fix problem in function rte_cryptodev_devices_get(). Program received signal SIGSEGV, Segmentation fault. It also rework the function to use correct types and clean up visibility. Fixes: 38227c0e3ad2 ("cryptodev: retrieve device info") Signed-off-by: Slawomir Mrozowicz --- lib/librte