On Wed, Sep 1, 2021 at 4:23 PM Flavio Fernandes <[email protected]> wrote: > > > > > On Sep 1, 2021, at 3:12 PM, Dumitru Ceara <[email protected]> wrote: > > > > This reverts commit 82e241542cbf19a144257a72324bc3278f76ee99. > > > > Turns out the dataplane performance issue was not caused by the > > zero-snat feature: > > https://bugzilla.redhat.com/show_bug.cgi?id=1992012#c24 > > > > The upgrade problem will be addressed as a separate patch. > > > > Signed-off-by: Dumitru Ceara <[email protected]> > > > Acked-by: Flavio Fernandes <[email protected]>
Thanks Dumitru (and Flavio). I applied both the patches to the main branch. Numan > > > > > --- > > controller/ovn-controller.c | 115 +++++++++++++++++++------ > > include/ovn/actions.h | 1 > > include/ovn/features.h | 18 ++++ > > lib/actions.c | 31 +++++++ > > lib/automake.mk | 1 > > lib/features.c | 84 ++++++++++++++++++ > > lib/test-ovn-features.c | 56 ++++++++++++ > > tests/automake.mk | 3 + > > tests/ovn-controller.at | 11 +- > > tests/ovn-features.at | 8 ++ > > tests/system-common-macros.at | 4 + > > tests/system-ovn.at | 190 > > +++++++++++++++++++++++++++++++++++++++++ > > tests/testsuite.at | 1 > > 13 files changed, 490 insertions(+), 33 deletions(-) > > create mode 100644 lib/features.c > > create mode 100644 lib/test-ovn-features.c > > create mode 100644 tests/ovn-features.at > > > _______________________________________________ > 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
