Re: [ovs-dev] [PATCH] acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.

2019-02-12 Thread Ian Stokes
On 2/8/2019 2:28 PM, Ilya Maximets wrote: On 07.02.2019 19:26, Ilya Maximets wrote: On 07.02.2019 19:18, Ian Stokes wrote: On 2/7/2019 1:00 PM, Ilya Maximets wrote: This fixes build with NUMA_AWARE_HUGEPAGES enabled and VHOST_NUMA disabled. This should not be a usual case. But it's possible

Re: [ovs-dev] [PATCH] acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.

2019-02-08 Thread Ilya Maximets
On 07.02.2019 19:26, Ilya Maximets wrote: > On 07.02.2019 19:18, Ian Stokes wrote: >> On 2/7/2019 1:00 PM, Ilya Maximets wrote: >>> This fixes build with NUMA_AWARE_HUGEPAGES enabled and VHOST_NUMA >>> disabled. This should not be a usual case. But it's possible to >>> configure DPDK this way. >>>

Re: [ovs-dev] [PATCH] acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.

2019-02-07 Thread Ilya Maximets
On 07.02.2019 19:18, Ian Stokes wrote: > On 2/7/2019 1:00 PM, Ilya Maximets wrote: >> This fixes build with NUMA_AWARE_HUGEPAGES enabled and VHOST_NUMA >> disabled. This should not be a usual case. But it's possible to >> configure DPDK this way. >> > > Out of interest, with

Re: [ovs-dev] [PATCH] acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.

2019-02-07 Thread Ian Stokes
On 2/7/2019 1:00 PM, Ilya Maximets wrote: This fixes build with NUMA_AWARE_HUGEPAGES enabled and VHOST_NUMA disabled. This should not be a usual case. But it's possible to configure DPDK this way. Out of interest, with RTE_EAL_NUMA_AWARE_HUGEPAGES defined but not RTE_LIBRTE_VHOST_NUMA, does

[ovs-dev] [PATCH] acinclude: Use NUMA_AWARE_HUGEPAGES too for libnuma check.

2019-02-07 Thread Ilya Maximets
This fixes build with NUMA_AWARE_HUGEPAGES enabled and VHOST_NUMA disabled. This should not be a usual case. But it's possible to configure DPDK this way. Fixes: 5e925ccc2a6f ("netdev-dpdk: DPDK v17.11 upgrade") Signed-off-by: Ilya Maximets --- acinclude.m4 | 2 +- 1 file changed, 1