On Wed, Sep 05, 2018 at 05:11:01PM -0700, Han Zhou wrote:
> On Wed, Sep 5, 2018 at 2:34 PM Ben Pfaff <[email protected]> wrote:
> >
> > On Mon, Aug 13, 2018 at 10:47:59AM -0700, Han Zhou wrote:
> > > ovn-controller currently recomputes everything when there are any
> changes
> > > of input, which leads to high CPU usages and slow in end-to-end flow
> > > enforcement in response to changes. It even wastes CPU to recompute
> flows
> > > for unrelated inputs such as pinctrl events.
> >
> > Would you mind publishing this as a branch I can pull from?
> 
> Hi Ben,
> 
> The branch for the series is here: https://github.com/hzhou8/ovs/tree/ip12

Thanks.  I am looking at it.

I built the tip of the branch and saw only two warnings, from sparse:

    ../ovn/controller/ovn-controller.c:616:12: error: symbol 
'sb_engine_node_names' was not declared. Should it be static?
    ../ovn/controller/ovn-controller.c:641:12: error: symbol 
'ovs_engine_node_names' was not declared. Should it be static?

Usually this warning means that the function or variable should be
marked static.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to