mbox series

[ovs-dev,v2,0/7] pmtud and related ports.

Message ID 20240723155444.2530187-1-xsimonar@redhat.com
Headers show
Series pmtud and related ports. | expand

Message

Xavier Simonart July 23, 2024, 3:54 p.m. UTC
Xavier Simonart (7):
  controller: Add debug/dump-related-ports unixctl.
  tests: Add macros for checking related ports.
  binding: Cleanup related_lports for deleted ports.
  binding: Cleanup related_lports for container ports.
  binding: Cleanup related ports on port type change.
  tests: Compare IP and recompute related ports.
  northd: Fix pmtud related issues.

 controller/binding.c        | 33 +++++++++----
 controller/binding.h        |  3 ++
 controller/ovn-controller.c | 15 ++++++
 northd/northd.c             | 13 ++++++
 tests/multinode.at          | 33 +++++++++----
 tests/ovn-controller.at     | 20 +++++---
 tests/ovn-macros.at         | 92 ++++++++++++++++++++++++++++++++++---
 tests/ovn-northd.at         | 10 ++++
 tests/ovn.at                | 27 ++++++++---
 9 files changed, 209 insertions(+), 37 deletions(-)

Comments

Numan Siddique July 30, 2024, 8:32 p.m. UTC | #1
On Tue, Jul 23, 2024 at 11:55 AM Xavier Simonart <xsimonar@redhat.com> wrote:
>
> Xavier Simonart (7):
>   controller: Add debug/dump-related-ports unixctl.
>   tests: Add macros for checking related ports.
>   binding: Cleanup related_lports for deleted ports.
>   binding: Cleanup related_lports for container ports.
>   binding: Cleanup related ports on port type change.
>   tests: Compare IP and recompute related ports.
>   northd: Fix pmtud related issues.
>
>  controller/binding.c        | 33 +++++++++----
>  controller/binding.h        |  3 ++
>  controller/ovn-controller.c | 15 ++++++
>  northd/northd.c             | 13 ++++++
>  tests/multinode.at          | 33 +++++++++----
>  tests/ovn-controller.at     | 20 +++++---
>  tests/ovn-macros.at         | 92 ++++++++++++++++++++++++++++++++++---
>  tests/ovn-northd.at         | 10 ++++
>  tests/ovn.at                | 27 ++++++++---
>  9 files changed, 209 insertions(+), 37 deletions(-)

Hi Xavier,

Thanks for the patch series.  I applied this patch series with some
changes in p1, p2 and p3.

Please see the individual patches for the changes.

Numan

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