[dpdk-dev] [PATCH v2] eal: fix unchecked return value from library

2016-04-27 Thread Thomas Monjalon
2016-04-22 15:17, Daniel Mrzyglod: > Fix issue reported by Coverity. > Coverity ID 13194 > > The function returns a value that indicates an error condition. If this > is not checked, the error condition may not be handled correctly. > > In pci_vfio_mp_sync_thread: Value returned from a library f

[dpdk-dev] [PATCH v2] eal: fix unchecked return value from library

2016-04-22 Thread Daniel Mrzyglod
Fix issue reported by Coverity. Coverity ID 13194 The function returns a value that indicates an error condition. If this is not checked, the error condition may not be handled correctly. In pci_vfio_mp_sync_thread: Value returned from a library function is not checked for errors before being us