mbox series

[ovs-dev,v2,0/5] Peer ports.

Message ID 20241014101046.3309426-1-xsimonar@redhat.com
Headers show
Series Peer ports. | expand

Message

Xavier Simonart Oct. 14, 2024, 10:10 a.m. UTC
v2 requires moving macros to ovn-macros.
Fix and cleanup macros related issues revealed as moving them.

Xavier Simonart (5):
  tests: Move macros to ovn-macros.at.
  tests: Fix macros waiting for flows.
  tests: Update macros waiting for packets.
  controller: Add debug/dump-peer-ports unixctl.
  local_data: Fix missing peer_ports in local dp.

 controller/binding.c        |  48 +++++++--
 controller/local_data.c     |  22 ++++-
 controller/local_data.h     |   2 +
 controller/ovn-controller.c |  15 +++
 tests/ovn-macros.at         | 180 +++++++++++++++++++++++++++++++++
 tests/ovn.at                | 191 +-----------------------------------
 tests/system-ovn.at         | 119 ++++++++++++++++++++++
 7 files changed, 377 insertions(+), 200 deletions(-)