On Tue, Dec 3, 2019 at 8:07 PM Ben Pfaff <[email protected]> wrote: > > On Tue, Dec 03, 2019 at 10:56:54AM +0100, Dumitru Ceara wrote: > > The commit that adds incremental processing for port-group changes > > doesn't store logical flow references for port groups. If a port group > > is updated (e.g., a port is added) no logical flow recalculation will be > > performed. > > > > To fix this, when parsing the flow expression also store the referenced > > port groups and bind them to the logical flows that depend on them. If > > the port group is updated then the logical flows referring them will > > also be reinstalled. > > > > Reported-by: Daniel Alvarez <[email protected]> > > Reported-at: https://bugzilla.redhat.com/1778164 > > CC: Han Zhou <[email protected]> > > Fixes: 978f5e90af0a ("ovn-controller: Incremental processing for port-group > > changes.") > > Tested-By: Daniel Alvarez <[email protected]> > > Signed-off-by: Dumitru Ceara <[email protected]> > > Signed-off-by: Han Zhou <[email protected]> > > > > (cherry picked from ovn commit bbcac48d443e98cbe47d3941f7e192c9c3443cb5) > > Thanks, applied to branch-2.12. >
Thanks! _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
