numam-dpdk/lib/librte_vhost
Ilya Maximets 185a883597 vhost: print reason of NUMA node query failure
syscall always returns '-1' on failure and there is no point
in printing that value. 'errno' is much more informative.

Fixes: 586e390013 ("vhost: export numa node")

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2017-07-07 02:17:56 +02:00
..
fd_man.c vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
fd_man.h vhost: introduce API to start a specific driver 2017-04-01 10:42:44 +02:00
Makefile vhost: rename header file 2017-04-01 10:42:44 +02:00
rte_vhost_version.map vhost: support Rx queue count request 2017-06-16 14:04:25 +02:00
rte_vhost.h vhost: support Rx queue count request 2017-06-16 14:04:25 +02:00
socket.c vhost: check return of mutex initialization 2017-07-04 11:30:54 +02:00
vhost_user.c vhost: log error for badly negotiated features 2017-06-16 14:04:25 +02:00
vhost_user.h vhost: workaround MQ fails to startup 2017-04-28 06:28:37 +02:00
vhost.c vhost: print reason of NUMA node query failure 2017-07-07 02:17:56 +02:00
vhost.h eal: introduce macro for always inline 2017-06-06 17:21:55 +02:00
virtio_net.c vhost: fix checking of device features 2017-07-02 01:38:39 +02:00