Remove encal_dl_type from struct flow
authorSimon Horman <horms@verge.net.au>
Fri, 15 Mar 2013 14:27:11 +0000 (15:27 +0100)
committerJesse Gross <jesse@nicira.com>
Fri, 15 Mar 2013 22:05:41 +0000 (15:05 -0700)
commitcff78c8844bcce7c6b20fe30d56b5509232039d2
tree348c0135101a13f570c126b30ab26ca8d5f5b560
parent0c8dcab89261d7d9eb67a8d524a7db970a3227ac
Remove encal_dl_type from struct flow

There were plans to use this in conjunction with inner/outer flows,
however that plan has been changed in favour of using recirculation.
This leaves us with the current usage.

encal_dl_type is currently only used to allow decoding of packets used in
the test suite. However, this is a bit of a fudge and the packets may be
provided as hexadecimal instead.

Also remove comments from parse_l2_5_onward() relating to MPLS which are
not in keeping with the commenting throughout the rest of the function.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Jesse Gross <jesse@nicira.com>
lib/flow.c
lib/flow.h
lib/match.c
lib/nx-match.c
lib/odp-util.c
lib/ofp-util.c
lib/packets.c
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at