Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The function netif_receive_skb() can only be called from softirq
context. To call it from process context, add bh_disable() around the call.
- Loading branch information