mbox series

[ovs-dev,0/3] Introduce ECMP_nexthop monitor in ovn-controller

Message ID cover.1709817302.git.lorenzo.bianconi@redhat.com
Headers show
Series Introduce ECMP_nexthop monitor in ovn-controller | expand

Message

Lorenzo Bianconi March 7, 2024, 1:19 p.m. UTC
Reported-at: https://issues.redhat.com/browse/FDP-56

Lorenzo Bianconi (3):
  northd: Introduce ECMP_Nexthop table in SB db.
  northd: Add nexhop id in ct_label.label.
  ofctrl: Introduce ecmp_nexthop_monitor.

 controller/ofctrl.c         | 102 ++++++++++++++
 controller/ofctrl.h         |   2 +
 controller/ovn-controller.c |   2 +
 northd/en-northd.c          |   4 +
 northd/inc-proc-northd.c    |   8 +-
 northd/northd.c             | 109 ++++++++++++++-
 northd/northd.h             |   3 +
 ovn-sb.ovsschema            |  15 +-
 ovn-sb.xml                  |  19 +++
 tests/ovn-northd.at         |   4 +
 tests/ovn.at                |   4 +-
 tests/system-ovn-kmod.at    | 263 ++++++++++++++++++++++++++++++++++++
 tests/system-ovn.at         |  52 ++++---
 13 files changed, 557 insertions(+), 30 deletions(-)

Comments

Mark Michelson March 8, 2024, 4:42 p.m. UTC | #1
Hi Lorenzo,

I haven't had time to review patch 3 yet, but I have made some comments 
on patches 1 and 2 for now.

On 3/7/24 08:19, Lorenzo Bianconi wrote:
> Reported-at: https://issues.redhat.com/browse/FDP-56
> 
> Lorenzo Bianconi (3):
>    northd: Introduce ECMP_Nexthop table in SB db.
>    northd: Add nexhop id in ct_label.label.
>    ofctrl: Introduce ecmp_nexthop_monitor.
> 
>   controller/ofctrl.c         | 102 ++++++++++++++
>   controller/ofctrl.h         |   2 +
>   controller/ovn-controller.c |   2 +
>   northd/en-northd.c          |   4 +
>   northd/inc-proc-northd.c    |   8 +-
>   northd/northd.c             | 109 ++++++++++++++-
>   northd/northd.h             |   3 +
>   ovn-sb.ovsschema            |  15 +-
>   ovn-sb.xml                  |  19 +++
>   tests/ovn-northd.at         |   4 +
>   tests/ovn.at                |   4 +-
>   tests/system-ovn-kmod.at    | 263 ++++++++++++++++++++++++++++++++++++
>   tests/system-ovn.at         |  52 ++++---
>   13 files changed, 557 insertions(+), 30 deletions(-)
>