On Mon, Jun 01, 2015 at 11:24:17AM -0700, Alex Wang wrote: > For conducting Header Space Analysis (HSA), we convert the wildcarded > OpenFlow flow represented by 'struct match' into an encoded byte array. > To further save memory, we use a sparse array to represent such byte > array in the same way as 'struct miniflow'. So, this commit implements > the structs and functions for conversion between sparse array and > 'struct match'. > > This commit also implements the set operations (e.g. intersect, union, > complementation and difference) as functions. > > Signed-off-by: Alex Wang <al...@nicira.com> > --- > RFC -> RFC V2: > - Fix sparse warnings. > - Adopt stylistic suggestions.
In each of the Makefiles, it looks like you added hsa-match after match. Please instead add it in the correct position in alphabetical order. Acked-by: Ben Pfaff <b...@nicira.com> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev