mbox series

[ovs-dev,0/2] northd: Rework and optimize reconciliation of datapath groups.

Message ID 20210827191742.2307529-1-i.maximets@ovn.org
Headers show
Series northd: Rework and optimize reconciliation of datapath groups. | expand

Message

Ilya Maximets Aug. 27, 2021, 7:17 p.m. UTC
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(-)

Comments

Mark Michelson Aug. 27, 2021, 9:04 p.m. UTC | #1
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(-)
>