v2: * Reimplemented v1 with a safer and cleaner approach, since v1 was a messy implementation that rewrote const variables.
Nobuhiro MIKI (2): flow: Add list node for the conjunctive flow. ofproto-dpif-trace: Support detailed output for conjunctive match. include/openvswitch/flow.h | 9 ++++-- lib/classifier.c | 38 +++++++++++++++++++++---- lib/classifier.h | 4 ++- lib/dpif-netdev-extract-avx512.c | 2 +- lib/flow.c | 20 ++++++------- lib/flow.h | 2 +- lib/match.c | 2 +- lib/nx-match.c | 2 +- lib/odp-util.c | 6 ++-- lib/odp-util.h | 2 +- lib/ofp-match.c | 2 +- lib/ovs-router.c | 5 ++-- lib/tnl-ports.c | 6 ++-- ofproto/ofproto-dpif-rid.h | 2 +- ofproto/ofproto-dpif-xlate.c | 49 +++++++++++++++++++++++++++----- ofproto/ofproto-dpif-xlate.h | 3 ++ ofproto/ofproto-dpif.c | 25 +++++++++++----- ofproto/ofproto-dpif.h | 3 +- tests/classifier.at | 11 +++++++ tests/test-classifier.c | 8 +++--- 20 files changed, 147 insertions(+), 54 deletions(-) -- 2.31.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
