dpif: Add new functions dp_run() and dp_wait().
authorBen Pfaff <blp@nicira.com>
Fri, 19 Jun 2009 21:09:09 +0000 (14:09 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:24 +0000 (09:07 -0700)
commit5792c5c64a194304b554e2c6b9a9a4c0216c08a4
tree76f13bc0b127ef367d422929046234508b99f692
parent96fba48f52254c0cef942dcce130e33d290297da
dpif: Add new functions dp_run() and dp_wait().

The upcoming netdev-based dpif needs a hook where it can process packets
and throw them against the flow table, and this provides a suitable place.
lib/dpif-linux.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
secchan/main.c
vswitchd/ovs-vswitchd.c