[ovs-dev] [PATCH 0/8] ofproto-dpif meters support.

Simon Horman horms at verge.net.au
Mon Sep 9 01:23:52 UTC 2013


On Sat, Sep 07, 2013 at 06:27:06PM -0700, Jarno Rajahalme wrote:
> 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.


I have looked over this and nothing jumped out at me.

Reviewed-by: Simon Horman <horms at verge.net.au>


> 
>  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 at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list