datapath: Always call dp_process_received_packet() with BHs disabled.
authorBen Pfaff <blp@nicira.com>
Thu, 7 May 2009 00:14:37 +0000 (17:14 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 12 May 2009 23:21:57 +0000 (16:21 -0700)
commit9735b6d11357f5fb535d5fb650d025cbf0f80593
tree27859442f492f3e0e7ac1015b69d5e5217fc8abe
parentcca2ef52a6965866fc38d52022901a605919dec9
datapath: Always call dp_process_received_packet() with BHs disabled.

dp_process_received_packet() was assuming that bottom-halves were disabled,
but this was not true where it was called from dp_dev_do_xmit().

Allow, add comments documenting synchronization.
datapath/datapath.c
datapath/dp_dev.c