Skip to content
Commit bd4d95a5 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'dev_kfree_skb'



Alexander Duyck says:

====================
Clean-up some bits related to netpoll

This patch set cleans up some minor items related to netpoll.  The first
patch addresses an Rx clean-up bug that is triggered due to an assumption
that napi->poll wouldn't be called with a budget of 0.  The other two
patches address dev_kfree_skb being called in the xmit path which isn't
valid since netpoll will call ndo_start_xmit with IRQs disabled.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 4212b543 e7fcd543
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment