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 | 234 +++++++++++++++++++++++++++++++++++-
 include/ovn/actions.h       |   1 +
 lib/actions.c               |   7 +-
 lib/extend-table.c          |   6 +-
 lib/extend-table.h          |   3 +-
 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            |   4 +-
 15 files changed, 392 insertions(+), 70 deletions(-)

-- 
2.35.1

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to