Re: [ovs-dev] [PATCH] ovs-numa: Fix cpu discovering if CONFIG_NUMA disabled.

2016-02-05 Thread Ben Pfaff
On Mon, Jan 25, 2016 at 05:37:19PM +0300, Ilya Maximets wrote: > If CONFIG_NUMA disabled in the system, PMD threads can't > be created: > > |ovs_numa|INFO|Discovered 0 NUMA nodes and 0 CPU cores > > Signed-off-by: Ilya Maximets Applied to master, thanks.

[ovs-dev] [PATCH] ovs-numa: Fix cpu discovering if CONFIG_NUMA disabled.

2016-01-25 Thread Ilya Maximets
If CONFIG_NUMA disabled in the system, PMD threads can't be created: |ovs_numa|INFO|Discovered 0 NUMA nodes and 0 CPU cores Signed-off-by: Ilya Maximets --- lib/ovs-numa.c | 36 ++-- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/lib/ovs-numa.c b