odp-execute: New module for executing datapath actions.
authorSimon Horman <horms@verge.net.au>
Wed, 29 May 2013 06:06:38 +0000 (15:06 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 29 May 2013 20:13:34 +0000 (13:13 -0700)
commitf094af7b17631ce688595d7cf70235a3eed9798c
tree1b4a72755325f3f65e514a0956a4b790ae34a99d
parent81a114e557229fc4f0ced228626ff6f6e632ce6f
odp-execute: New module for executing datapath actions.

This moves generic action execution code out of lib/dpif-netedev.c
and into a new file, lib/odp-execute.c.

This is in preparation for using odp_execute_actions()
in lib/odp-util.c to handle recirculation/

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/automake.mk
lib/dpif-netdev.c
lib/odp-execute.c [new file with mode: 0644]
lib/odp-execute.h [new file with mode: 0644]