For all patches in the series, Acked-by: Mark Michelson <[email protected]>
There are still references to internal concepts in the docs (OFTABLE_ECMP_NH_MAC, OFTABLE_ECMP_NH, and REGBIT_KNOWN_ECMP_NH, for example), but I think those can be fixed by whoever merges the series.
On 7/15/22 07:35, Lorenzo Bianconi wrote:
Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=2096233 Changes since v1: - add src/dst port to commit_ecmp_nh learn actions - fix documentation - improve coverage test Lorenzo Bianconi (3): actions: introduce commit_ecmp_nh action actions: introduce chk_ecmp_nh and chk_ecmp_nh_mac actions northd: rely on new actions for ecmp-symmetric routing controller/lflow.h | 2 + include/ovn/actions.h | 10 ++ include/ovn/logical-fields.h | 3 + lib/actions.c | 332 +++++++++++++++++++++++++++++++++++ northd/northd.c | 102 +++++++++-- northd/ovn-northd.8.xml | 25 +-- ovn-sb.xml | 51 ++++++ tests/ovn-northd.at | 18 +- tests/ovn.at | 24 ++- tests/system-ovn.at | 79 +++++++-- utilities/ovn-trace.c | 6 + 11 files changed, 615 insertions(+), 37 deletions(-)
_______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
