This series fixes some bugs, adds meter support to ovs-ofctl, and provides
dpif-netdev meters implmentation of the DROP band type.

Jarno Rajahalme (8):
  Delete meters in the right place.
  ofproto: Use proper error code when meter_id is out of range.
  ofp-parse: Set usable protocols in parse_ofp_meter_mod_str__().
  ofproto meters: Avoid locking.
  ovs-ofctl: Add meter support.
  dpif: Meter framework.
  lib/odp, ofproto xlate: Meter execution support.
  dpif-netdev: Simple DROP meter implementation.

 include/linux/openvswitch.h  |    3 +
 lib/dpif-linux.c             |   40 ++++++
 lib/dpif-netdev.c            |  306 +++++++++++++++++++++++++++++++++++++++++-
 lib/dpif-provider.h          |   28 ++++
 lib/dpif.c                   |   87 ++++++++++++
 lib/dpif.h                   |   11 ++
 lib/odp-execute.c            |   20 ++-
 lib/odp-execute.h            |    5 +-
 lib/odp-util.c               |   14 ++
 lib/ofp-actions.h            |    3 +-
 lib/ofp-parse.c              |    2 +-
 ofproto/ofproto-dpif-xlate.c |   15 ++-
 ofproto/ofproto-dpif.c       |   60 ++++++++-
 ofproto/ofproto-provider.h   |   10 +-
 ofproto/ofproto.c            |   96 ++++++++-----
 ofproto/ofproto.h            |    3 -
 utilities/ovs-ofctl.c        |  107 ++++++++++++++-
 17 files changed, 756 insertions(+), 54 deletions(-)

-- 
1.7.10.4

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

Reply via email to