datapath: Don't expect bottom-halves to be disabled.
authorJesse Gross <jesse@nicira.com>
Wed, 12 May 2010 19:40:45 +0000 (12:40 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 14 May 2010 22:10:45 +0000 (15:10 -0700)
commit8819fac72b9888bec99aae656bcdb1631b99d01b
treeaa7bcaaa4a59415b4f928e9e89a275156a57903f
parent1c075d0aff8267b05073971211e79d73392078cf
datapath: Don't expect bottom-halves to be disabled.

We currently document that BHs need to be disabled when handling
received packets.  However, this isn't actually generally the
case (usually preemption is disabled but not BHs).  Only one place
actually relies on BHs being disabled so fix that and update the
documentation of our expectations.
datapath/datapath.c
datapath/vport-gre.c
datapath/vport.c