mbox series

[ovs-dev,0/6] Compare I+P flows with with recompute ones.

Message ID 20241114135756.1082588-1-xsimonar@redhat.com
Headers show
Series Compare I+P flows with with recompute ones. | expand

Message

Xavier Simonart Nov. 14, 2024, 1:57 p.m. UTC
In the serie, the ovn macro was updated to be able to compare I+P flows
and flows after recompute. 
Some ovn issues identified by this comparison were already fixed and
submitted; other issues are fixed in this serie.
More fixes, mostly for intermitent issues will be submitted later.

Xavier Simonart (6):
  controller: Properly handle localnet flows in I+P.
  controller: (nit) Avoid setting again same register.
  controller: Fix flows not deleted when deleting peer port.
  ovn-macros: CHECK_AFTER_RECOMPUTE improvements.
  tests: Compare I+P flows with with recompute ones.
  system-tests: Compare I+P and recompute flows.

 controller/physical.c    |  32 +++--
 tests/ovn-controller.at  |   6 +-
 tests/ovn-ic.at          |   6 +-
 tests/ovn-macros.at      |  68 ++++++++---
 tests/ovn-northd.at      |   9 +-
 tests/ovn.at             | 257 ++++++++++++++++++++++++++++++++-------
 tests/system-ovn-kmod.at |  15 ++-
 tests/system-ovn.at      | 185 ++++++++++++++--------------
 8 files changed, 402 insertions(+), 176 deletions(-)