As discussed in [1], what the incremental processing code
actually accomplished was that the ovn-controller would
be "quiet" and not burn CPU when things weren't changing.
This patch set recreates this state by calculating whether
changes have occured that would require a full calculation
to be per
Ben Pfaff wrote on 08/27/2016 11:45:57 AM:
> From: Ben Pfaff
> To: Ryan Moats/Omaha/IBM@IBMUS
> Cc: dev@openvswitch.org
> Date: 08/27/2016 11:46 AM
> Subject: Re: [PATCH v3] ovn-controller: add quiet mode
>
> On Fri, Aug 26, 2016 at 07:23:22PM -0500, Ryan Moats wrote:
> >
> >
> > Ryan Moats/Omah
On Fri, Aug 26, 2016 at 07:23:22PM -0500, Ryan Moats wrote:
>
>
> Ryan Moats/Omaha/IBM@IBMUS wrote on 08/26/2016 04:36:20 PM:
>
> > From: Ryan Moats/Omaha/IBM@IBMUS
> > To: dev@openvswitch.org
> > Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS
> > Date: 08/26/2016 04:36 PM
> > Subject: [PATCH v3]
Ryan Moats/Omaha/IBM@IBMUS wrote on 08/26/2016 04:36:20 PM:
> From: Ryan Moats/Omaha/IBM@IBMUS
> To: dev@openvswitch.org
> Cc: b...@ovn.org, Ryan Moats/Omaha/IBM@IBMUS
> Date: 08/26/2016 04:36 PM
> Subject: [PATCH v3] ovn-controller: add quiet mode
>
> As discussed in [1], what the incremental p
As discussed in [1], what the incremental processing code
actually accomplished was that the ovn-controller would
be "quiet" and not burn CPU when things weren't changing.
This patch set recreates this state by calculating whether
changes have occured that would require a full calculation
to be per