odp-execute: Add set skb_mark, set_priority, tunnel support.
authorSimon Horman <horms@verge.net.au>
Wed, 5 Jun 2013 05:28:49 +0000 (14:28 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 5 Jun 2013 21:28:57 +0000 (14:28 -0700)
commit6c13071b37b1b4b8115d0b0fbe2058f8f76e016d
tree9fe2ccbc7e6ff004cbdda83baf4e082fb69681ca
parent617e10e71ca1719a8f0070354489858e3cceba32
odp-execute: Add set skb_mark, set_priority, tunnel support.

The motivation for this is to allow such actions to be honoured
if they are encountered; by the user-space datapath before recirculation;
or by internal processing of actions by ovs-vswitchd before recirculation.
Recirculation will be added by a subsequent patch.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c
lib/odp-execute.c