Re: [ovs-dev] [PATCH] ovs-numa: Fix a missing initialization.

2014-09-08 Thread Alex Wang
Thx, applied to master, On Mon, Sep 8, 2014 at 10:52 AM, Ben Pfaff wrote: > On Mon, Sep 08, 2014 at 08:29:22AM -0700, Alex Wang wrote: > > This commit updates the pointer to 'struct numa_node' > > when initializing the 'struct cpu_core'. > > > > Signed-off-by: Alex Wang > > Acked-by: Ben Pfaff

Re: [ovs-dev] [PATCH] ovs-numa: Fix a missing initialization.

2014-09-08 Thread Ben Pfaff
On Mon, Sep 08, 2014 at 08:29:22AM -0700, Alex Wang wrote: > This commit updates the pointer to 'struct numa_node' > when initializing the 'struct cpu_core'. > > Signed-off-by: Alex Wang Acked-by: Ben Pfaff ___ dev mailing list dev@openvswitch.org htt

[ovs-dev] [PATCH] ovs-numa: Fix a missing initialization.

2014-09-08 Thread Alex Wang
This commit updates the pointer to 'struct numa_node' when initializing the 'struct cpu_core'. Signed-off-by: Alex Wang --- lib/ovs-numa.c |1 + 1 file changed, 1 insertion(+) diff --git a/lib/ovs-numa.c b/lib/ovs-numa.c index 4f0ba0d..7da1407 100644 --- a/lib/ovs-numa.c +++ b/lib/ovs-numa.