datapath: Simplify ODPAT_SET_DL_TCI action.
authorBen Pfaff <blp@nicira.com>
Mon, 18 Oct 2010 18:18:10 +0000 (11:18 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 18 Oct 2010 18:18:23 +0000 (11:18 -0700)
commit27bcf966b4057623f7b4d856c0348a1e0eb452e0
tree9ec65e3a4fdc6d16a039841a594e9a180ca95898
parente97a10342018f992634fa90d25c007eb60c25662
datapath: Simplify ODPAT_SET_DL_TCI action.

There's no need to have a mask in this action, because both parts of the
TCI are part of the flow structure.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/actions.c
datapath/datapath.c
include/openvswitch/datapath-protocol.h
lib/dpif-netdev.c
lib/odp-util.c
lib/ofp-util.c
ofproto/ofproto-sflow.c
ofproto/ofproto.c
vswitchd/bridge.c