Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-31 Thread Ryan Moats
Ben Pfaff wrote on 08/31/2016 04:26:37 PM: > From: Ben Pfaff > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: ovs dev , Jesse Gross > Date: 08/31/2016 04:26 PM > Subject: Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module > back to full processing > > On Wed, Aug 31,

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-31 Thread Ben Pfaff
On Wed, Aug 31, 2016 at 12:59:05PM -0500, Ryan Moats wrote: > Ben Pfaff wrote on 08/31/2016 12:46:17 PM: > > > From: Ben Pfaff > > To: Jesse Gross > > Cc: Ryan Moats/Omaha/IBM@IBMUS, ovs dev > > Date: 08/31/2016 12:46 PM > > Subject: Re: [ovs-dev] [PATCH] o

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-31 Thread Ben Pfaff
On Wed, Aug 31, 2016 at 12:59:05PM -0500, Ryan Moats wrote: > Ben Pfaff wrote on 08/31/2016 12:46:17 PM: > > > From: Ben Pfaff > > To: Jesse Gross > > Cc: Ryan Moats/Omaha/IBM@IBMUS, ovs dev > > Date: 08/31/2016 12:46 PM > > Subject: Re: [ovs-dev] [PATCH] o

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-31 Thread Ryan Moats
Ben Pfaff wrote on 08/31/2016 12:46:17 PM: > From: Ben Pfaff > To: Jesse Gross > Cc: Ryan Moats/Omaha/IBM@IBMUS, ovs dev > Date: 08/31/2016 12:46 PM > Subject: Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module > back to full processing > > On Tue, Aug 30,

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-31 Thread Ben Pfaff
On Tue, Aug 30, 2016 at 09:04:10AM -0700, Jesse Gross wrote: > On Sun, Aug 28, 2016 at 3:51 PM, Ryan Moats wrote: > > diff --git a/ovn/controller/encaps.c b/ovn/controller/encaps.c > > index d99ba05..87f 100644 > > --- a/ovn/controller/encaps.c > > +++ b/ovn/controller/encaps.c > > +SBREC_

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-30 Thread Jesse Gross
On Sun, Aug 28, 2016 at 3:51 PM, Ryan Moats wrote: > diff --git a/ovn/controller/encaps.c b/ovn/controller/encaps.c > index d99ba05..87f 100644 > --- a/ovn/controller/encaps.c > +++ b/ovn/controller/encaps.c > +SBREC_CHASSIS_FOR_EACH (chassis_rec, ctx->ovnsb_idl) { > +for (int i =

Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-28 Thread Ryan Moats
Ryan Moats/Omaha/IBM@IBMUS wrote on 08/28/2016 05:51:38 PM: > From: Ryan Moats/Omaha/IBM@IBMUS > To: dev@openvswitch.org > Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS > Date: 08/28/2016 05:51 PM > Subject: [PATCH] ovn-controller: Convert encaps module back to full processing > > Commit f5d916cb

[ovs-dev] [PATCH] ovn-controller: Convert encaps module back to full processing

2016-08-28 Thread Ryan Moats
Commit f5d916cb ("ovn-controller: Back out incremental processing") left the conversion of the encaps module to a future patch set. This patch converts this module back to full processing, but does not remove all persistence of associated data strcutures. This commit depends on f5d916cb ("ovn-cont