[ovs-git] [ovn-org/ovn] 00386f: ovn-util.h: Call ds_clear() in get_sb_port_group_n...

Han Zhou noreply at github.com
Mon Jun 21 05:57:51 UTC 2021


  Branch: refs/heads/master
  Home:   https://github.com/ovn-org/ovn
  Commit: 00386ffbb0aef75adc11447ba0dc4e6cb2b83a3d
      https://github.com/ovn-org/ovn/commit/00386ffbb0aef75adc11447ba0dc4e6cb2b83a3d
  Author: Han Zhou <hzhou at ovn.org>
  Date:   2021-06-20 (Sun, 20 Jun 2021)

  Changed paths:
    M lib/ovn-util.h
    M northd/ovn-northd.c

  Log Message:
  -----------
  ovn-util.h: Call ds_clear() in get_sb_port_group_name().

This moves the burden from caller to the helper function.

Acked-by: Dumitru Ceara <dceara at redhat.com>
Signed-off-by: Han Zhou <hzhou at ovn.org>


  Commit: 3d2bea7ab4b74ba61575e639008bab7229c07172
      https://github.com/ovn-org/ovn/commit/3d2bea7ab4b74ba61575e639008bab7229c07172
  Author: Han Zhou <hzhou at ovn.org>
  Date:   2021-06-20 (Sun, 20 Jun 2021)

  Changed paths:
    M controller/lflow.c
    M controller/lflow.h
    M controller/ovn-controller.c
    M lib/ovn-util.h

  Log Message:
  -----------
  ovn-controller: Fix incremental processing for multicast group dependency.

Multicast group changes are handled for physical flows in I-P, but not
handled for logical flows. Although logical flow doesn't care about the
content of a multicast group, the existance of it matters for logical
flow processing. If the multicast group is not found when the logical
flow is processed at first but laster it is created/monitored by
ovn-controller, the logical flow that has been processed before should
be reprocessed. This would avoid the workaound of ovn_lflow_add_unique()
used in northd when adding multicast group related logical flows.

Acked-by: Dumitru Ceara <dceara at redhat.com>
Signed-off-by: Han Zhou <hzhou at ovn.org>


Compare: https://github.com/ovn-org/ovn/compare/58683a4271e6...3d2bea7ab4b7


More information about the git mailing list