dpif: Change dpif API to allow multiple handler threads read upcall.
authorAlex Wang <alexw@nicira.com>
Fri, 7 Mar 2014 18:57:36 +0000 (10:57 -0800)
committerAlex Wang <alexw@nicira.com>
Thu, 20 Mar 2014 17:27:10 +0000 (10:27 -0700)
commit1954e6bbcb7dabbbcee3dfc6f0363e32fde255b0
tree3e01a142893a82f98595ff2160afb2a6b7c418e3
parent6723e8af39e40001f5c141b5ad9a8dfe65459c40
dpif: Change dpif API to allow multiple handler threads read upcall.

This commit changes the API in 'dpif-provider.h' to allow multiple
handler threads call dpif_recv() simultaneously.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/dpif-linux.c
lib/dpif-netdev.c
lib/dpif-provider.h
lib/dpif.c
lib/dpif.h
ofproto/ofproto-dpif-upcall.c
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-dpif.c