Thanks for the work on this Lorenzo.

Acked-by: Mark Michelson <[email protected]>

On 2/25/22 12:15, Lorenzo Bianconi wrote:
Changes since v5:
- add size parameter to extend_table in order to reduce the size

Changes since v4:
- add offset parameter to ovn_extend_table_init
- rebase on top of ovn master

Changes since v3:
- move full meter management in the IP engine

Changes since v2:
- move meter ip into lflow ip
- add new test in ovn-performance.at
- manage metering ip full-recompute

Changes since v1:
- add IP refactor to the series
- rebase on top of ovn master

Lorenzo Bianconi (2):
   lib: limit table_id space for meters
   controller: reconfigure ovs meters for ovn meters updates

  controller/lflow.c          |  28 +----
  controller/lflow.h          |   1 +
  controller/ofctrl.c         |  34 ++----
  controller/ofctrl.h         |   6 +-
  controller/ovn-controller.c | 235 +++++++++++++++++++++++++++++++++++-
  include/ovn/actions.h       |   1 +
  lib/actions.c               |   7 +-
  lib/extend-table.c          |  22 ++--
  lib/extend-table.h          |   4 +-
  lib/ovn-util.c              |   9 ++
  lib/ovn-util.h              |  15 +++
  tests/ovn-performance.at    |  22 ++++
  tests/ovn.at                |  75 ++++++++++--
  tests/system-ovn.at         |  17 +++
  tests/test-ovn.c            |   5 +-
  15 files changed, 406 insertions(+), 75 deletions(-)


_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to