dpif-netdev: Introduce new mutex to protect queues.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Dec 2013 17:42:51 +0000 (09:42 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 01:13:31 +0000 (17:13 -0800)
commitf5126b57279f6c5664c0c646588df26916b4af89
treea04edf4ee22450de6247c69330cded2d7451c854
parenta84cb64a9ec67e0a02ce91abdf902ff1d91ef59c
dpif-netdev: Introduce new mutex to protect queues.

This is a first step in making thread safety more granular in dpif-netdev,
to allow for multithreaded forwarding.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c