Re: [ovs-dev] [PATCH 1/4] ovs-numa: Replace name 'cpu_socket' with 'numa_node'.

2014-09-05 Thread Pravin Shelar
On Thu, Sep 4, 2014 at 3:17 PM, Alex Wang wrote: > 'numa' and 'socket' are currently used interchangeably in ovs-numa. > But they are not always equivalent as some platform can have multiple > sockets on a numa node. To avoid confusion, this commit renames all > the 'cpu_socket' to 'numa_node'. >

[ovs-dev] [PATCH 1/4] ovs-numa: Replace name 'cpu_socket' with 'numa_node'.

2014-09-04 Thread Alex Wang
'numa' and 'socket' are currently used interchangeably in ovs-numa. But they are not always equivalent as some platform can have multiple sockets on a numa node. To avoid confusion, this commit renames all the 'cpu_socket' to 'numa_node'. Signed-off-by: Alex Wang --- lib/ovs-numa.c | 138 +