Widen TCP flags handling.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 28 Oct 2013 20:54:39 +0000 (13:54 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 29 Oct 2013 16:40:19 +0000 (09:40 -0700)
commita66733a8bc1c42d92f498108d7e27987989dc206
tree94b0d6a06383a235d3109ba64bbaf2e7c8524476
parent1591fe8ee5b0ac14b1223c35af95c4e6efa269be
Widen TCP flags handling.

Widen TCP flags handling from 7 bits (uint8_t) to 12 bits (uint16_t).
The kernel interface remains at 8 bits, which makes no functional
difference now, as none of the higher bits is currently of interest
to the userspace.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
12 files changed:
datapath/datapath.c
datapath/flow.c
datapath/flow.h
lib/dpif-netdev.c
lib/dpif.h
lib/packets.c
lib/packets.h
ofproto/netflow.c
ofproto/netflow.h
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif-xlate.h
ofproto/ofproto-dpif.c