Revision addressing Ben's review comments.

Jarno Rajahalme (6):
  dpif-netdev: Do not check mask if it doesn't exist.
  lib/flow: Add IPv6 support for flow_compose().
  tests/ofproto-dpif.at: Avoid testing with incomplete TCP packets.
  lib/util: Rename ctz() as ctz32().
  lib/util: Add clz32() and clz64().
  Classifier: Track address prefixes.

 lib/classifier.c           |  685 ++++++++++++++++++++++++++++++++++++++++++--
 lib/classifier.h           |   51 +++-
 lib/dpif-netdev.c          |    2 +-
 lib/flow.c                 |  106 ++++++-
 lib/meta-flow.c            |   56 ++++
 lib/meta-flow.h            |    3 +
 lib/ofp-util.h             |    2 +-
 lib/packets.c              |    6 +-
 lib/packets.h              |    2 +
 lib/util.c                 |   65 ++---
 lib/util.h                 |   50 +++-
 ofproto/ofproto.c          |    6 +-
 ofproto/ofproto.h          |    8 +
 tests/classifier.at        |   45 +++
 tests/library.at           |    1 +
 tests/ofproto-dpif.at      |   77 +++--
 tests/test-classifier.c    |   17 +-
 tests/test-util.c          |   69 ++++-
 vswitchd/bridge.c          |   70 +++++
 vswitchd/vswitch.ovsschema |    9 +-
 vswitchd/vswitch.xml       |   24 ++
 21 files changed, 1229 insertions(+), 125 deletions(-)

-- 
1.7.10.4

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to