On Wed, Mar 06, 2013 at 07:39:48PM -0800, Casey Barker wrote:
> The other option I'm considering is to represent a group with a
> variable-length array of fixed-length ofpbucket structs, each of which
> points to a *separate* buffer containing that bucket's ofpacts. This would
> require more/smalle
I'm working on an implementation of forwarding groups based on the master
branch of OvS. I'm hoping to upstream this code, so I want to do it in a
sensible way.
I appreciate how the new 'ofpact' structures isolate the datapath from the
Openflow wire protocol, but they pose a design question for th