Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Jesse Gross
On Wed, Dec 4, 2013 at 5:19 PM, Pravin Shelar wrote: > On Wed, Dec 4, 2013 at 4:58 PM, Jesse Gross wrote: >> On Wed, Dec 4, 2013 at 4:36 PM, Pravin Shelar wrote: >>> On Wed, Dec 4, 2013 at 4:23 PM, Jesse Gross wrote: On Wed, Dec 4, 2013 at 3:42 PM, Pravin Shelar wrote: > On Wed, Dec 4

Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Pravin Shelar
On Wed, Dec 4, 2013 at 4:58 PM, Jesse Gross wrote: > On Wed, Dec 4, 2013 at 4:36 PM, Pravin Shelar wrote: >> On Wed, Dec 4, 2013 at 4:23 PM, Jesse Gross wrote: >>> On Wed, Dec 4, 2013 at 3:42 PM, Pravin Shelar wrote: On Wed, Dec 4, 2013 at 1:08 PM, Jesse Gross wrote: > On Fri, Nov 22,

Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Jesse Gross
On Wed, Dec 4, 2013 at 4:36 PM, Pravin Shelar wrote: > On Wed, Dec 4, 2013 at 4:23 PM, Jesse Gross wrote: >> On Wed, Dec 4, 2013 at 3:42 PM, Pravin Shelar wrote: >>> On Wed, Dec 4, 2013 at 1:08 PM, Jesse Gross wrote: On Fri, Nov 22, 2013 at 1:20 PM, Pravin B Shelar wrote: > diff

Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Pravin Shelar
On Wed, Dec 4, 2013 at 4:23 PM, Jesse Gross wrote: > On Wed, Dec 4, 2013 at 3:42 PM, Pravin Shelar wrote: >> On Wed, Dec 4, 2013 at 1:08 PM, Jesse Gross wrote: >>> On Fri, Nov 22, 2013 at 1:20 PM, Pravin B Shelar wrote: diff --git a/datapath/flow.c b/datapath/flow.c index 57eb6b5..435

Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Jesse Gross
On Wed, Dec 4, 2013 at 3:42 PM, Pravin Shelar wrote: > On Wed, Dec 4, 2013 at 1:08 PM, Jesse Gross wrote: >> On Fri, Nov 22, 2013 at 1:20 PM, Pravin B Shelar wrote: >>> diff --git a/datapath/flow.c b/datapath/flow.c >>> index 57eb6b5..4353a4f 100644 >>> --- a/datapath/flow.c >>> +++ b/datapath/f

Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Pravin Shelar
On Wed, Dec 4, 2013 at 1:08 PM, Jesse Gross wrote: > On Fri, Nov 22, 2013 at 1:20 PM, Pravin B Shelar wrote: >> diff --git a/datapath/datapath.c b/datapath/datapath.c >> index d0a8595..41f2f8b 100644 >> --- a/datapath/datapath.c >> +++ b/datapath/datapath.c >> @@ -750,6 +744,7 @@ static int ovs_f

Re: [ovs-dev] [PATCH] datapath: Use percpu allocator for flow-stats.

2013-12-04 Thread Jesse Gross
On Fri, Nov 22, 2013 at 1:20 PM, Pravin B Shelar wrote: > diff --git a/datapath/datapath.c b/datapath/datapath.c > index d0a8595..41f2f8b 100644 > --- a/datapath/datapath.c > +++ b/datapath/datapath.c > @@ -750,6 +744,7 @@ static int ovs_flow_cmd_new_or_set(struct sk_buff *skb, > struct genl_info