[ovs-dev] [PATCH ovn 0/4] Fix ovn-controller I-P for multicast groups and lport changes

Han Zhou hzhou at ovn.org
Fri May 28 19:23:35 UTC 2021


The series fixes incremental processing for missing dependency handling for
multicast group and logical port binding changes when computing logical flows.
It also removes the workaround in northd that was required due to the missing
dependency handling. In addition, the fix also allows us to monitor all DPGs as
an optimization, so it is also included in the series.

Han Zhou (4):
  ovn-controller: Fix incremental processing for multicast group
    dependency.
  ovn-northd: Remove lflow_add_unique.
  ovn-controller: Always monitor all logical datapath groups.
  ovn-controller: Fix incremental processing for logical port
    references.

 controller/lflow.c          | 106 ++++++++++++++---
 controller/lflow.h          |   8 +-
 controller/ovn-controller.c |  35 +++++-
 lib/ovn-util.h              |   8 ++
 northd/ovn-northd.c         |  24 ++--
 northd/ovn_northd.dl        | 220 +++++++++++++++++-------------------
 tests/ovn-northd.at         |   2 +-
 tests/ovn.at                |  48 ++++++++
 8 files changed, 300 insertions(+), 151 deletions(-)

-- 
2.30.2



More information about the dev mailing list