summaryrefslogtreecommitdiff
path: root/lib/odp-execute.h
diff options
context:
space:
mode:
authorAndy Zhou <azhou@nicira.com>2014-03-04 15:36:03 -0800
committerAndy Zhou <azhou@nicira.com>2014-03-25 13:24:39 -0700
commit572f732ab0789f66dba46825218f0cc62b8fb8c2 (patch)
treec797b120fb455f16d2af7584e3253b5fe21c813a /lib/odp-execute.h
parentf537461746b9a605972fbddab66f092d96e65732 (diff)
downloadopenvswitch-572f732ab0789f66dba46825218f0cc62b8fb8c2.tar.gz
dpif-netdev: user space datapath recirculation
Add basic recirculation infrastructure and user space data path support for it. The following bond mega flow patch will make use of this infrastructure. Signed-off-by: Andy Zhou <azhou@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/odp-execute.h')
-rw-r--r--lib/odp-execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odp-execute.h b/lib/odp-execute.h
index 6f1b9bd77..91f0c5183 100644
--- a/lib/odp-execute.h
+++ b/lib/odp-execute.h
@@ -28,7 +28,7 @@ struct ofpbuf;
struct pkt_metadata;
typedef void (*odp_execute_cb)(void *dp, struct ofpbuf *packet,
- const struct pkt_metadata *,
+ struct pkt_metadata *,
const struct nlattr *action, bool may_steal);
/* Actions that need to be executed in the context of a datapath are handed