Fix "NOHZ: local_softirq_pending 08" message.
authorBen Pfaff <blp@nicira.com>
Tue, 10 Jun 2008 21:41:04 +0000 (14:41 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 10 Jun 2008 21:41:04 +0000 (14:41 -0700)
commit4a513559a8086cc68f0434cae773acbc36313709
tree75b0bda18e038453d841872b848f3722ce48028f
parent9446ee791c5fe89e1c96b550cd22e7791f6d4535
Fix "NOHZ: local_softirq_pending 08" message.

Only call netif_rx within an interrupt.
Outside an interrupt, netif_rx_in has to be used.
datapath/dp_dev.c