[ovs-dev] [PATCH] groups: Add groups API to ofproto-provider.h

2013-08-30 Thread Casey Barker
r that for flows, and supports asynchronous completion for construct, destruct, and modify. Signed-off-by: Casey Barker --- Ben: As before, please feel free to accept or reject this. (However, I'd be surprised if your implementation were substantially different, as the API mimics flows.)

Re: [ovs-dev] OF1.1+ Groups

2013-08-20 Thread Casey Barker
OK, thanks. I'll send a follow-on with the provider header change that uses the buckets later this week. (Likewise buried in high-priority bugs...) On Tue, Aug 20, 2013 at 1:51 PM, Ben Pfaff wrote: > On Tue, Aug 13, 2013 at 11:15:58AM -0700, Casey Barker wrote: > > I've go

Re: [ovs-dev] OF1.1+ Groups

2013-08-13 Thread Casey Barker
I've got a lot more code I can upstream, but I haven't seen any reviews for the first patch. Any comments? (Or did I submit it incorrectly?) On Fri, Aug 9, 2013 at 4:29 PM, Casey Barker wrote: > OK, I just sent a patch, and I'll try to post more as time allows. > Unfor

Re: [ovs-dev] OF1.1+ Groups

2013-08-09 Thread Casey Barker
ync ops. Thanks, Casey On Wed, Aug 7, 2013 at 12:33 PM, Ben Pfaff wrote: > Now it's *my* ugly uptime merge ;-( > > On Wed, Aug 07, 2013 at 12:04:52PM -0700, Casey Barker wrote: > > Nothing like the threat of an ugly upstream merge. :) > > > > The bucket manage

[ovs-dev] [PATCH] groups: Add 'ofpbucket' abstraction to ofp-actions library

2013-08-09 Thread Casey Barker
managing collections of buckets. This code has been tested as part of a working implementation of groups, and unit tested in a downstream harness, but lacks unit tests in the OVS harness. Signed-off-by: Casey Barker --- Ben: Please feel free to accept or reject this, depending on how it fits

Re: [ovs-dev] OF1.1+ Groups

2013-08-07 Thread Casey Barker
ion of a > feature to make other implementations appear. > > Sure, please send what you have. If there's more than one choice then > let the best code win. > > Thanks, > > Ben. > > On Mon, Aug 05, 2013 at 03:55:20PM -0700, Casey Barker wrote: > > Hi Ben, &

Re: [ovs-dev] OF1.1+ Groups

2013-08-05 Thread Casey Barker
Hi Ben, I've had a "mostly working" implementation of groups for several months, but sadly not enough time in my schedule for a proper upstreaming effort. I don't expect to have time for at least a few more weeks. Would it help if I sent my ofproto and action bucket changes? Those were the most i

[ovs-dev] [PATCH 1/1] lib: Adapt headers for use in C++.

2011-08-04 Thread Casey Barker
This commit makes several library headers suitable for inclusion in C++. It adds [extern "C"] guards and makes minor changes to fix casting and keyword issues. --- I know gmail will screw up the formatting, so I've also attached the pure patch as a text file. classifier.h |8 hash.h

[ovs-dev] [PATCH 1/1] lib: Adapt headers for use in C++.

2011-08-04 Thread Casey Barker
This commit makes several library headers suitable for inclusion in C++. It adds [extern "C"] guards and makes minor changes to fix casting and keyword issues. --- I know gmail will screw up the formatting, so I've also attached the pure patch as a text file. classifier.h |8 hash.h