datapath: Eliminate 'flags' member from odp_flow.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Jan 2011 22:43:30 +0000 (14:43 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jan 2011 05:08:39 +0000 (21:08 -0800)
commit693c4a01124ec5ad9253f8cfcfd99075a9d637f6
treef0dd2d0c9b9c6e667d247c5d4fe8b4c44744794d
parentc33087b8507ff486acd13fea85506cfe96901b01
datapath: Eliminate 'flags' member from odp_flow.

Nothing was productively using the 'flags' member of odp_flow, so this
commit removes it.

ODPFF_ZERO_TCP_FLAGS isn't used at all (as of the previous commit).

ODPFF_EOF has been replaced by a special case of the 'key_len' member.
This will go away, too, once AF_NETLINK starts being used.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c
datapath/odp-compat.h
include/openvswitch/datapath-protocol.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
ofproto/ofproto.c