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

2018-08-10 Thread Ilya Maximets
On 10.08.2018 06:03, Tiwei Bie wrote: > > [PATCH] vhost: suppress error if numa is not available > > s/numa/NUMA/ > > Otherwise check-git-log.sh [1] will complain: > > Wrong headline lowercase: > vhost: suppress error if numa is not available Sure. Thanks for pointing that. I'll send v

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

2018-08-09 Thread Tiwei Bie
[PATCH] vhost: suppress error if numa is not available s/numa/NUMA/ Otherwise check-git-log.sh [1] will complain: Wrong headline lowercase: vhost: suppress error if numa is not available Apart from that, Reviewed-by: Tiwei Bie [1] https://github.com/DPDK/dpdk/blob/11a1f847d281/dev

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

2018-08-09 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 --- lib/librte_vhost/vhost.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/vhost.c b/lib/librte