On Wed, 15 Dec 2010 10:31:06 -0800
Niranjana Vishwanathapura <nvishwan@codeaurora.org> wrote:
Rather than having private tasklet, maybe using NAPI
would be better?
Also since you are already in tasklet, no need to call netif_rx()
when receiving packet; instead use netif_receive_skb directly.
--
--