Re: [ovs-dev] [PATCH v2 05/11] dpif: Meter framework.

2013-09-16 Thread Ben Pfaff
On Fri, Sep 13, 2013 at 03:03:34PM -0700, Jarno Rajahalme wrote: > Add DPIF-level support for meters. Allow meter_set to modify the meter > configuration (e.g. set the burst size if unspecified). > > Signed-off-by: Jarno Rajahalme Jesse, I think the rest of the patches need some feedback from y

[ovs-dev] [PATCH v2 05/11] dpif: Meter framework.

2013-09-13 Thread Jarno Rajahalme
Add DPIF-level support for meters. Allow meter_set to modify the meter configuration (e.g. set the burst size if unspecified). Signed-off-by: Jarno Rajahalme --- include/linux/openvswitch.h |3 ++ lib/dpif-linux.c| 40 lib/dpif-netdev.c | 40 ++