meta-flow: New "subfield" data structure.
authorBen Pfaff <blp@nicira.com>
Wed, 28 Dec 2011 20:42:14 +0000 (12:42 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 1 Feb 2012 22:15:11 +0000 (14:15 -0800)
commit816fd533f85923c03cf8d9d6450bd9a0845d5160
tree2e74c39e3bbe7e80388f76d7d1ef68f91c3141fa
parent6cc7ea5ea05a71f01526577439ebedcc133f99cd
meta-flow: New "subfield" data structure.

Until now, parts of a field have been dealt with in a fairly ad-hoc way.
struct mf_subfield and the supporting functions added by this commit make
their use more systematic.

Signed-off-by: Ben Pfaff <blp@nicira.com>
12 files changed:
lib/autopath.c
lib/bundle.c
lib/learn.c
lib/meta-flow.c
lib/meta-flow.h
lib/multipath.c
lib/nx-match.c
lib/nx-match.h
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
ofproto/ofproto-dpif.c