Re: [ovs-dev] [PATCH v4 3/3] datapath: Simplify mega-flow APIs.

2013-10-03 Thread Pravin Shelar
Thanks, I pushed patches to master. On Thu, Oct 3, 2013 at 1:29 PM, Jesse Gross wrote: > On Tue, Oct 1, 2013 at 2:39 PM, Pravin B Shelar wrote: >> Hides mega-flow implementation in flow_table.c rather than >> datapath.c. This also helps next patch. > > You might want to update the part about th

Re: [ovs-dev] [PATCH v4 3/3] datapath: Simplify mega-flow APIs.

2013-10-03 Thread Jesse Gross
On Tue, Oct 1, 2013 at 2:39 PM, Pravin B Shelar wrote: > Hides mega-flow implementation in flow_table.c rather than > datapath.c. This also helps next patch. You might want to update the part about the next patch since you broke the locking changes off. Acked-by: Jesse Gross __

[ovs-dev] [PATCH v4 3/3] datapath: Simplify mega-flow APIs.

2013-10-01 Thread Pravin B Shelar
Hides mega-flow implementation in flow_table.c rather than datapath.c. This also helps next patch. Signed-off-by: Pravin B Shelar --- v4: Fixes dues to name changes. v3: No change. v2: No change. --- datapath/datapath.c | 27 +++--- datapath/flow_table.c | 138 +