mbox series

[ovs-dev,v2,0/3] ovn metering incremental processing

Message ID cover.1642182763.git.lorenzo.bianconi@redhat.com
Headers show
Series ovn metering incremental processing | expand

Message

Lorenzo Bianconi Jan. 14, 2022, 6:01 p.m. UTC
Changes since v1:
- add IP refactor to the series
- rebase on top of ovn master

Lorenzo Bianconi (3):
  inc-proc-eng: move inc-proc code in an isolated strucuture
  lib: extend-table: add pending_id map
  controller: reconfigure ovs meters for ovn meters updates

 controller/ofctrl.c         |  82 ++++++++-----
 controller/ofctrl.h         |   5 +-
 controller/ovn-controller.c | 137 +++++++++++++++++-----
 lib/extend-table.c          |  82 +++++++++----
 lib/extend-table.h          |   7 ++
 lib/inc-proc-eng.c          | 226 +++++++++++++++++++++++-------------
 lib/inc-proc-eng.h          |  42 +++++--
 northd/en-lflow.c           |   2 +-
 northd/en-northd.c          |   2 +-
 northd/inc-proc-northd.c    |  30 ++---
 tests/ovn.at                |  53 ++++++++-
 tests/system-ovn.at         |  17 +++
 12 files changed, 495 insertions(+), 190 deletions(-)