Re: [dpdk-dev] [PATCH v2] vhost: suppress error if NUMA is not available

2018-08-10 Thread Maxime Coquelin
On 08/10/2018 09:24 AM, Ilya Maximets wrote: 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 Reviewed-by: Tiwei Bie --- Version 2: * Fixed 'check-git-log.sh' warning.

Re: [dpdk-dev] [PATCH v2] vhost: suppress error if NUMA is not available

2018-08-10 Thread Maxime Coquelin
On 08/10/2018 09:24 AM, Ilya Maximets wrote: 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 Reviewed-by: Tiwei Bie --- Version 2: * Fixed 'check-git-log.sh' warning.

[dpdk-dev] [PATCH v2] vhost: suppress error if NUMA is not available

2018-08-10 Thread Ilya Maximets
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 Reviewed-by: Tiwei Bie --- Version 2: * Fixed 'check-git-log.sh' warning. lib/librte_vhost/vhost.c | 3 ++- 1 file changed, 2