[ovs-dev] [PATCH v6 2/3] [ovn-controller] Make flow table persistent in ovn controller

2016-02-17 Thread Ryan Moats
This is a prerequisite for incremental processing. Signed-off-by: Ryan Moats --- ovn/controller/ofctrl.c | 118 +++ ovn/controller/ofctrl.h |2 + ovn/controller/ovn-controller.c |4 +- 3 files changed, 87 insertions(+), 37 deletions(-)

Re: [ovs-dev] [PATCH v6 2/3] [ovn-controller] Make flow table persistent in ovn controller

2016-02-17 Thread Han Zhou
On Wed, Feb 17, 2016 at 10:42 AM, Ryan Moats wrote: > > This is a prerequisite for incremental processing. > > Signed-off-by: Ryan Moats > --- > ovn/controller/ofctrl.c | 118 +++ > ovn/controller/ofctrl.h |2 + > ovn/controller/ovn-contro

Re: [ovs-dev] [PATCH v6 2/3] [ovn-controller] Make flow table persistent in ovn controller

2016-02-18 Thread Ryan Moats
Han Zhou wrote on 02/18/2016 01:34:03 AM: [snipped for BW] > > +    /* loop through all the flows to see if there is an old flow to be > > +     * removed - do so if the old flow has the same priority, > table, and match > > +     * but a different action or if the old flow has the same > pri

Re: [ovs-dev] [PATCH v6 2/3] [ovn-controller] Make flow table persistent in ovn controller

2016-02-18 Thread Han Zhou
On Thu, Feb 18, 2016 at 6:52 AM, Ryan Moats wrote: > > Han Zhou wrote on 02/18/2016 01:34:03 AM: > > [snipped for BW] > > > > > > +/* loop through all the flows to see if there is an old flow to be > > > + * removed - do so if the old flow has the same priority, > > table, and match > > >

Re: [ovs-dev] [PATCH v6 2/3] [ovn-controller] Make flow table persistent in ovn controller

2016-02-18 Thread Ryan Moats
Han Zhou wrote on 02/18/2016 12:10:09 PM: > From: Han Zhou > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: "dev@openvswitch.org" > Date: 02/18/2016 12:10 PM > Subject: Re: [ovs-dev] [PATCH v6 2/3] [ovn-controller] Make flow > table persistent in ovn controller > > &