Message ID | 20210827191742.2307529-1-i.maximets@ovn.org |
---|---|
Headers | show |
Series | northd: Rework and optimize reconciliation of datapath groups. | expand |
Thanks, Ilya. For the series: Acked-by: Mark Michelson <mmichels@redhat.com> On 8/27/21 3:17 PM, Ilya Maximets wrote: > This patch set fixes a small issue and optimizes reconciliation > process for flows with datapath groups. As such, avoids unnecessary > comparisons and creation of identical datapath groups. > > Allows to save second or more in tests with big databases. > > Ilya Maximets (2): > ovn-northd: Avoid creation of identical datapath groups. > ovn-northd: Don't check datapath groups in full if not needed. > > northd/ovn-northd.c | 84 ++++++++++++++++++++++++++++++--------------- > 1 file changed, 57 insertions(+), 27 deletions(-) >