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,
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
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
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,
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_
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 =
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
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