aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2017-08-24 17:47:11 -0700
committerDavid S. Miller <davem@davemloft.net>2017-08-24 18:52:32 -0700
commit1e9d8e7ad3acd379d071e276f930f39bdebe3727 (patch)
tree03c6bf949295d43f6063416e06720ac2ca768e5f /kernel
parentMerge branch 'ipv6-Route-ICMPv6-errors-with-the-flow-when-ECMP-in-use' (diff)
downloadlinux-dev-1e9d8e7ad3acd379d071e276f930f39bdebe3727.tar.xz
linux-dev-1e9d8e7ad3acd379d071e276f930f39bdebe3727.zip
tg3: Be drop monitor friendly
tg3_tx() does the normal packet TX completion, tigon3_dma_hwbug_workaround() and tg3_tso_bug() both need to allocate a new SKB that is suitable to workaround HW bugs, and finally tg3_free_rings() is doing ring cleanup. Use dev_consume_skb_any() for these 3 locations to be SKB drop monitor friendly. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions