Re: [ovs-dev] [PATCH v6 1/6] datapath-windows: Percpu allocation support function

2016-03-19 Thread Nithin Raju
Date: Friday, March 18, 2016 at 12:16 PM To: "dev@openvswitch.org" , Sorin Vinturis Subject: Re: [ovs-dev] [PATCH v6 1/6] datapath-windows: Percpu allocation support function >I had a few comments, but looks good otherwise. > >Acked-by: Nithin Raju > >>On 3/18/

Re: [ovs-dev] [PATCH v6 1/6] datapath-windows: Percpu allocation support function

2016-03-19 Thread Nithin Raju
I had a few comments, but looks good otherwise. Acked-by: Nithin Raju >On 3/18/16, 7:58 AM, "Sorin Vinturis" >wrote: > >>Signed-off-by: Sorin Vinturis >>--- >> datapath-windows/ovsext/Util.c | 14 ++ >> datapath-windows/ovsext/Util.h | 1 + >> 2 files changed, 15 insertions(+) >> >>

[ovs-dev] [PATCH v6 1/6] datapath-windows: Percpu allocation support function

2016-03-18 Thread Sorin Vinturis
Signed-off-by: Sorin Vinturis --- datapath-windows/ovsext/Util.c | 14 ++ datapath-windows/ovsext/Util.h | 1 + 2 files changed, 15 insertions(+) diff --git a/datapath-windows/ovsext/Util.c b/datapath-windows/ovsext/Util.c index 65dd132..fdd0209 100644 --- a/datapath-windows/ovsext/