mbox series

[ovs-dev,0/5] Fix I+P versus recompute differences.

Message ID 20240423115333.2796843-1-xsimonar@redhat.com
Headers show
Series Fix I+P versus recompute differences. | expand

Message

Xavier Simonart April 23, 2024, 11:53 a.m. UTC
Comparing I+P flows versus flows after recompute highlighted a few
issues.

Xavier Simonart (5):
  controller: Fix iface-id-ver handling.
  controller: Nonvif related lports handling.
  controller: Fix deletion of container parent port.
  controller: Handle postponed ports claims.
  controller: Handle postponed ports release.

 controller/binding.c  |  68 ++++++++++++++++++++++---
 controller/physical.c |   3 +-
 tests/ovn.at          | 115 ++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 174 insertions(+), 12 deletions(-)

Comments

Ales Musil May 17, 2024, 5:56 a.m. UTC | #1
On Tue, Apr 23, 2024 at 1:54 PM Xavier Simonart <xsimonar@redhat.com> wrote:

> Comparing I+P flows versus flows after recompute highlighted a few
> issues.
>
> Xavier Simonart (5):
>   controller: Fix iface-id-ver handling.
>   controller: Nonvif related lports handling.
>   controller: Fix deletion of container parent port.
>   controller: Handle postponed ports claims.
>   controller: Handle postponed ports release.
>
>  controller/binding.c  |  68 ++++++++++++++++++++++---
>  controller/physical.c |   3 +-
>  tests/ovn.at          | 115 ++++++++++++++++++++++++++++++++++++++++--
>  3 files changed, 174 insertions(+), 12 deletions(-)
>
> --
> 2.31.1
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
>
The whole series looks good to me, thanks.

Acked-by: Ales Musil <amusil@redhat.com>