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
[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
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
3 matches
Mail list logo