These patches are the beginning of what was originally a larger series,
but the larger series is getting postponed and so I'm sending out the
initial patches that make sense on their own.

Plus, everyone loves meta-flow.  (Well, actually, people regularly ask
me "WTF is meta-flow"?)

Ben Pfaff (3):
  meta-flow: Split ICMP into ICMPv4 and ICMPv6.
  flow: New functions for setting a VLAN VID or PCP value.
  nx-match: Fold all of its data structures into mf_field.

 lib/automake.mk  |    1 -
 lib/classifier.c |   10 +-
 lib/flow.c       |   21 +++
 lib/flow.h       |    3 +
 lib/learn.c      |   18 +-
 lib/meta-flow.c  |  378 +++++++++++++++++++++++++++++++++++++------
 lib/meta-flow.h  |   20 ++-
 lib/nx-match.c   |  475 +++++++++++++++---------------------------------------
 lib/nx-match.def |   71 --------
 lib/nx-match.h   |    1 -
 10 files changed, 509 insertions(+), 489 deletions(-)
 delete mode 100644 lib/nx-match.def

-- 
1.7.2.5

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to