Re: [dpdk-dev] [PATCH] net/vhost: remove include of numaif.h.

2017-02-27 Thread Yuanhan Liu
On Sun, Feb 26, 2017 at 11:54:11PM -0500, Rami Rosen wrote: > This patch revmoves include of the numaif.h header from rte_eth_vhost.c. > Commit 586e3 ("vhost: export numa node") moved > the invocation of get_mempolicy() from rte_eth_vhost.c to > librte_vhost/virtio-net.c, > so there is no need to

[dpdk-dev] [PATCH] net/vhost: remove include of numaif.h.

2017-02-26 Thread Rami Rosen
This patch revmoves include of the numaif.h header from rte_eth_vhost.c. Commit 586e3 ("vhost: export numa node") moved the invocation of get_mempolicy() from rte_eth_vhost.c to librte_vhost/virtio-net.c, so there is no need to include the numaif.h header anymore in drivers/net/vhost/rte_eth_vhost