[ovs-dev] [PATCH v3] ovn-controller: add quiet mode

2016-10-05 Thread Ryan Moats
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

Re: [ovs-dev] [PATCH v3] ovn-controller: add quiet mode

2016-08-27 Thread Ryan Moats
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

Re: [ovs-dev] [PATCH v3] ovn-controller: add quiet mode

2016-08-27 Thread Ben Pfaff
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]

Re: [ovs-dev] [PATCH v3] ovn-controller: add quiet mode

2016-08-26 Thread Ryan Moats
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

[ovs-dev] [PATCH v3] ovn-controller: add quiet mode

2016-08-26 Thread Ryan Moats
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