mbox series

[ovs-dev,0/2] Commit all traffic for stateful NAT/LB

Message ID 20241008101155.331151-1-amusil@redhat.com
Headers show
Series Commit all traffic for stateful NAT/LB | expand

Message

Ales Musil Oct. 8, 2024, 10:11 a.m. UTC
The main patch of the series is 2/2 but there is an optimization
on 1/2 that is used by 2/2, but can be standalone and merged
separately so only the 2/2 is marked as RFC.

Ales Musil (2):
  northd: Avoid most of strcmp for NAT type.
  northd: Commit all traffic when there is stateful NAT/LB.

 include/ovn/logical-fields.h |   4 +
 lib/logical-fields.c         |   4 +
 northd/en-lr-nat.c           |  10 +-
 northd/en-lr-nat.h           |   7 ++
 northd/northd.c              | 184 +++++++++++++++++++----------------
 tests/ovn-northd.at          | 118 ++++++++++++++++------
 tests/system-ovn.at          |  31 ++++--
 7 files changed, 231 insertions(+), 127 deletions(-)