On Fri, May 18, 2018 at 06:55:35PM +0200, Jakub Sitnicki wrote: > lflow_run() is the main logical flows processing routine that we spend > most of the CPU time in when testing at scale. > > With the switch to incremental processing approach in the controller, > we will be trying to avoid calling to lflow_run() as much as possible. > > A counter lets us confirm that we are doing logical flow processing > only when it's expected, without resorting to profiling under stress. > > It can also serve as a hint as to why ovn-controller process is > consuming CPU time. > > Signed-off-by: Jakub Sitnicki <[email protected]>
This one seemed obviously correct so I applied it to master even though it's an RFC. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
