v2: Use OpenFlow "metadata" field instead of reg0. v3: Rebase. v4: Rebase. v5: Apply Jarno's comments on v1.
Ben Pfaff (4): match: New function minimatch_matches_flow(). tag: Reintroduce tag library. classifier: Speed up lookup when metadata partitions the flow table. classifier: Avoid accumulating junk in cls_partition 'tags'. lib/automake.mk | 2 + lib/classifier.c | 111 +++++++++++++++++++++++++++++++++++++++++++++-- lib/classifier.h | 93 +++++++++++++++++++++++++++++++++++++--- lib/flow.c | 126 ++++++++++++++++++++++++++++++++++++++++++------------ lib/flow.h | 37 ++++++++++++++-- lib/match.c | 31 +++++++++++++- lib/match.h | 16 ++++--- lib/tag.c | 64 +++++++++++++++++++++++++++ lib/tag.h | 100 +++++++++++++++++++++++++++++++++++++++++++ manpages.mk | 8 ++-- 10 files changed, 538 insertions(+), 50 deletions(-) create mode 100644 lib/tag.c create mode 100644 lib/tag.h -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev