ofproto-dpif: Implement PACKET_IN in userspace.
authorEthan Jackson <ethan@nicira.com>
Thu, 15 Dec 2011 23:21:23 +0000 (15:21 -0800)
committerEthan Jackson <ethan@nicira.com>
Tue, 10 Jan 2012 22:30:15 +0000 (14:30 -0800)
commit999fba59afd9c8eef30d30a6fd2f490b85c24665
tree6972a647a1a3023eb85d2edc663e7a5740a753e6
parent102ce76655b4f99f7e3697011ca983c617a9f5ee
ofproto-dpif: Implement PACKET_IN in userspace.

In future patches, PACKET_IN messages will include meta-data which
is only available in userspace during action translation.  Either,
this data needs to be stored until it's required by a userspace
datapath action, or the PACKET_IN messages must be sent at the time
the data is available.  This patch implements the latter.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
lib/odp-util.c
lib/odp-util.h
ofproto/ofproto-dpif.c
tests/ofproto-dpif.at