vhost: suppress error if NUMA is not available
authorIlya Maximets <i.maximets@samsung.com>
Fri, 10 Aug 2018 07:24:54 +0000 (10:24 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 28 Aug 2018 13:27:39 +0000 (15:27 +0200)
commitd02f2092a31457b6477e7e995f9b0ca122d951bc
tree988333ab2eca199e159e7f3fe8a11e688f03a975
parent1334586b669c1d27aec2bffd0b1ed9f542cd7d19
vhost: suppress error if NUMA is not available

It's a common case that 'get_mempolicy' fails on systems
without NUMA support. No need to flag an error in log for
this situation.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
lib/librte_vhost/vhost.c