Re: [ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2016-01-11 Thread Jarno Rajahalme
> On Jan 11, 2016, at 9:35 AM, Ben Pfaff wrote: > > On Mon, Dec 21, 2015 at 11:38:33PM -0800, Ben Pfaff wrote: >> On Mon, Nov 30, 2015 at 10:03:11AM -0800, Jarno Rajahalme wrote: >>> On Nov 29, 2015, at 17:12, Ben Pfaff wrote: > On Mon, Nov 23, 2015 at 08:54:31PM -0800, Jarno Ra

Re: [ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2016-01-11 Thread Ben Pfaff
On Mon, Dec 21, 2015 at 11:38:33PM -0800, Ben Pfaff wrote: > On Mon, Nov 30, 2015 at 10:03:11AM -0800, Jarno Rajahalme wrote: > > > > > On Nov 29, 2015, at 17:12, Ben Pfaff wrote: > > > > > >> On Mon, Nov 23, 2015 at 08:54:31PM -0800, Jarno Rajahalme wrote: > > >> Back by popular demand, here is

Re: [ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2015-12-21 Thread Ben Pfaff
On Mon, Nov 30, 2015 at 10:03:11AM -0800, Jarno Rajahalme wrote: > > > On Nov 29, 2015, at 17:12, Ben Pfaff wrote: > > > >> On Mon, Nov 23, 2015 at 08:54:31PM -0800, Jarno Rajahalme wrote: > >> Back by popular demand, here is the OpenFlow meter implementation for > >> the userspace datapath. Me

Re: [ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2015-11-30 Thread Jarno Rajahalme
> On Nov 29, 2015, at 17:12, Ben Pfaff wrote: > >> On Mon, Nov 23, 2015 at 08:54:31PM -0800, Jarno Rajahalme wrote: >> Back by popular demand, here is the OpenFlow meter implementation for >> the userspace datapath. Meters are inherently shared datapath >> resources and this version uses a simp

Re: [ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2015-11-29 Thread Ben Pfaff
On Mon, Nov 23, 2015 at 08:54:31PM -0800, Jarno Rajahalme wrote: > Back by popular demand, here is the OpenFlow meter implementation for > the userspace datapath. Meters are inherently shared datapath > resources and this version uses a simple locking strategy which may > not be optimal for DPDK.

[ovs-dev] [PATCH v3 0/4] Meter implementation for userspace datapath.

2015-11-23 Thread Jarno Rajahalme
Back by popular demand, here is the OpenFlow meter implementation for the userspace datapath. Meters are inherently shared datapath resources and this version uses a simple locking strategy which may not be optimal for DPDK. Nonetheless, this implementation should be a good starting point for fur