mbox series

[ovs-dev,v5,0/2] Add ability to limit CT entries per LS/LR/LSP

Message ID 20240712143055.989919-1-amusil@redhat.com
Headers show
Series Add ability to limit CT entries per LS/LR/LSP | expand

Message

Ales Musil July 12, 2024, 2:30 p.m. UTC
Add ability that allows to set CT limits per logical switch, logical
router or logical switch port. When the limit is applied to logical
switch it will be implicitly set for all logical ports in the logical
switch. This can be overwritten individually per port.

Ales Musil (2):
  controller: Prepare structure around CT zone limiting.
  Controller, northd: Add support for CT zone limits.

 NEWS                        |   3 +
 controller/ct-zone.c        | 349 +++++++++++++++++++++++++++---------
 controller/ct-zone.h        |  27 ++-
 controller/ofctrl.c         |   2 +-
 controller/ovn-controller.c |  44 +++--
 controller/physical.c       |  17 +-
 controller/physical.h       |   2 +-
 lib/ovn-util.c              |  17 ++
 lib/ovn-util.h              |   3 +
 northd/northd.c             |   8 +
 ovn-nb.xml                  |  29 +++
 tests/ovn-controller.at     |  99 ++++++++++
 12 files changed, 485 insertions(+), 115 deletions(-)