Re: [ovs-dev] [PATCH 4/6] dpif: Meter framework.

2014-08-06 Thread Jesse Gross
On Wed, Aug 6, 2014 at 9:23 AM, Jarno Rajahalme wrote: > >> On Aug 5, 2014, at 6:19 PM, Jesse Gross wrote: >> >>> On Tue, Aug 5, 2014 at 4:38 PM, Jarno Rajahalme >>> wrote: >>> diff --git a/datapath/linux/compat/include/linux/openvswitch.h >>> b/datapath/linux/compat/include/linux/openvswitch.

Re: [ovs-dev] [PATCH 4/6] dpif: Meter framework.

2014-08-06 Thread Jarno Rajahalme
> On Aug 5, 2014, at 6:19 PM, Jesse Gross wrote: > >> On Tue, Aug 5, 2014 at 4:38 PM, Jarno Rajahalme >> wrote: >> diff --git a/datapath/linux/compat/include/linux/openvswitch.h >> b/datapath/linux/compat/include/linux/openvswitch.h >> index 271a14e..64761b4 100644 >> --- a/datapath/linux/com

Re: [ovs-dev] [PATCH 4/6] dpif: Meter framework.

2014-08-05 Thread Jesse Gross
On Tue, Aug 5, 2014 at 4:38 PM, Jarno Rajahalme wrote: > diff --git a/datapath/linux/compat/include/linux/openvswitch.h > b/datapath/linux/compat/include/linux/openvswitch.h > index 271a14e..64761b4 100644 > --- a/datapath/linux/compat/include/linux/openvswitch.h > +++ b/datapath/linux/compat/inc

[ovs-dev] [PATCH 4/6] dpif: Meter framework.

2014-08-05 Thread Jarno Rajahalme
Add DPIF-level infrastructure for meters. Allow meter_set to modify the meter configuration (e.g. set the burst size if unspecified). Signed-off-by: Jarno Rajahalme --- datapath/linux/compat/include/linux/openvswitch.h |3 + lib/dpif-linux.c | 40 +