Re: [ovs-dev] [RFC PATCH 6/8] dpif-netdev: Simple token-bucket meter implementation.
On Thu, Jun 20, 2013 at 05:26:21PM +0300, Jarno Rajahalme wrote: > > Signed-off-by: Jarno Rajahalme These patches seem OK as far as they go. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
[ovs-dev] [RFC PATCH 6/8] dpif-netdev: Simple token-bucket meter implementation.
Signed-off-by: Jarno Rajahalme --- lib/dpif-netdev.c | 273 + 1 file changed, 236 insertions(+), 37 deletions(-) diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 1f57917..32a0b7a 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c