Re: [dpdk-dev] [PATCH v1] crypto/virtio: fix return value check

2019-06-19 Thread Akhil Goyal
> > Fix unchecked return value issue for rte_pci_read_config. > > Coverity issue: 302861 > Fixes: 25500d4b8076 ("crypto/virtio: support device init") > Cc: sta...@dpdk.org > > Signed-off-by: Chenbo Xia > --- Acked-by: Akhil Goyal Applied to dpdk-next-crypto Thanks.

[dpdk-dev] [PATCH v1] crypto/virtio: fix return value check

2019-04-18 Thread Chenbo Xia
Fix unchecked return value issue for rte_pci_read_config. Coverity issue: 302861 Fixes: 25500d4b8076 ("crypto/virtio: support device init") Cc: sta...@dpdk.org Signed-off-by: Chenbo Xia --- drivers/crypto/virtio/virtio_pci.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --