datapath: add skb mark matching and set action
authorAnsis Atteka <aatteka@nicira.com>
Tue, 13 Nov 2012 17:19:36 +0000 (19:19 +0200)
committerAnsis Atteka <aatteka@nicira.com>
Thu, 22 Nov 2012 00:19:30 +0000 (16:19 -0800)
commit72e8bf28bb38e8816435c64859fb350215b6a9e6
tree61070e8efbfd1a51ae15261515418b7bb680f8e5
parent24f974c481bc5230552b23d96312f645f7533cd3
datapath: add skb mark matching and set action

This patch adds support for skb mark matching and set action.

Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: Ansis Atteka <aatteka@nicira.com>
24 files changed:
NEWS
datapath/actions.c
datapath/compat.h
datapath/datapath.c
datapath/flow.c
datapath/flow.h
debian/changelog
include/linux/openvswitch.h
lib/dpif-linux.c
lib/dpif-netdev.c
lib/flow.c
lib/flow.h
lib/learning-switch.c
lib/match.c
lib/nx-match.c
lib/odp-util.c
lib/odp-util.h
lib/ofp-print.c
lib/ofp-util.c
ofproto/ofproto-dpif.c
ofproto/ofproto-unixctl.man
ofproto/ofproto.c
tests/odp.at
tests/test-flows.c