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

2016-08-31 Thread Ryan Moats
ross <je...@kernel.org> > > > Cc: Ryan Moats/Omaha/IBM@IBMUS, ovs dev <dev@openvswitch.org> > > > Date: 08/31/2016 12:46 PM > > > Subject: Re: [ovs-dev] [PATCH] ovn-controller: Convert encaps module > > > back to full processing > > > > > >

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

2016-08-31 Thread Ben Pfaff
penvswitch.org> > > 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, 2016 at 09:04:10AM -0700, Jesse Gross wrote: > > > On Sun, Aug 28, 2016 at 3:51 PM, R

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

2016-08-31 Thread Ben Pfaff
penvswitch.org> > > 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, 2016 at 09:04:10AM -0700, Jesse Gross wrote: > > > On Sun, Aug 28, 2016 at 3:51 PM, R

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

2016-08-31 Thread Ryan Moats
Ben Pfaff <b...@ovn.org> wrote on 08/31/2016 12:46:17 PM: > From: Ben Pfaff <b...@ovn.org> > To: Jesse Gross <je...@kernel.org> > Cc: Ryan Moats/Omaha/IBM@IBMUS, ovs dev <dev@openvswitch.org> > Date: 08/31/2016 12:46 PM > Subject: Re: [ovs-dev] [PATCH] ovn-c

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 > > +++

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) { > +

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

[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