mbox series

[ovs-dev,v5,0/4] northd: Refactor Logical Flows for routers with DNAT/Load Balancers

Message ID 20210702171953.55544-1-mark.d.gray@redhat.com
Headers show
Series northd: Refactor Logical Flows for routers with DNAT/Load Balancers | expand

Message

Mark Gray July 2, 2021, 5:19 p.m. UTC
There are a number of issues with logical flows in the DNAT/SNAT/DEFRAG tables. This
series addresses these issues.

This is a continuation of the series https://patchwork.ozlabs.org/project/ovn/list/?series=245191.
As additional changes and patches have been added and the scope of the patch is
broader, the series starts from v1.

v3:  resending as my mail client gave an error message for patch 4/4
v4:  fix line length errors from 0-day

Mark Gray (4):
  northd: update stage-name if changed
  northd: Refactor Logical Flows for routers with DNAT/Load Balancers
  ovn.at: Fix whitespace
  AUTHORS: update email for Mark Gray

 .mailmap                |   1 +
 AUTHORS.rst             |   2 +-
 lib/ovn-util.c          |   6 +-
 northd/ovn-northd.8.xml | 285 ++++++++++-------
 northd/ovn-northd.c     | 277 ++++++++++------
 northd/ovn_northd.dl    | 136 +++++---
 tests/ovn-northd.at     | 685 +++++++++++++++++++++++++++++++++++-----
 tests/ovn.at            |  18 +-
 tests/system-ovn.at     |  58 +++-
 9 files changed, 1098 insertions(+), 370 deletions(-)