On Thu, Jun 18, 2026 at 9:45 PM Mark Michelson via dev < [email protected]> wrote:
> Hi Xavier, > > I had a look at all the patches in this series, and they look good to me. > > Acked-by: Mark Michelson <[email protected]> > > On Wed, Jun 17, 2026 at 12:20 PM Xavier Simonart via dev > <[email protected]> wrote: > > > > Fix ovn-ic issues, as well as a similar issue in ovn-northd. > > Xavier Simonart (7): > > ovn-ic: Fix routes not deleted when lr is disabled. > > ovn-ic: Fix 100% CPU when ovn-ic is paused. > > ovn-ic: Fix race condition when ovn-ic is paused. > > ovn-ic: Cancel contended ISB lock when ocn-ic is paused. > > ovn-ic: Fix Transaction error in ISB. > > ovn-ic: Fix potential txn error inserting DP Binding in ISB. > > northd: Fix 100% CPU when northd is paused. > > > > ic/ovn-ic.c | 67 ++++++++++++++++++++-- > > ic/ovn-ic.h | 3 +- > > northd/ovn-northd.c | 3 +- > > tests/ovn-ic.at | 133 ++++++++++++++++++++++++++++++++++++++++++++ > > tests/ovn-northd.at | 6 ++ > > 5 files changed, 204 insertions(+), 8 deletions(-) > > > > -- > > 2.47.1 > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Thank you Xavier and Mark, I fixed that typo and applied the series to main, with backports to the appropriate branches. Regards, Ales _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
