Skip to content
Commit e7fcd543 authored by Alexander Duyck's avatar Alexander Duyck Committed by David S. Miller
Browse files

ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skb



With netpoll making use of the transmit function it is possible for the
ndo_start_xmit function to be called with irqs disabled.  As such we need
to use dev_kfree_skb_any in the Tx cleanup path for frames that are
dropped.

Signed-off-by: default avatarAlexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent eb781397
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