summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2021-10-25 11:56:53 +0200
committerDavid S. Miller <davem@davemloft.net>2021-10-25 13:58:19 +0100
commitfdd3c5f076b69cba2e53e00d9b5191724c7d62f3 (patch)
tree255e9a01defc7fbc3a229cb28f25762f841b4bce /drivers/s390/net/qeth_core.h
parenta18c28f0aeeb0f03c7176cd328c7b79e9f8e59e9 (diff)
s390/qeth: clarify remaining dev_kfree_skb_any() users
For none of the users we are under risk of running in HW IRQ context or or with IRQs disabled. Thus we always end up in consume_skb(). But the two occurences in the RX path should really report the dropped packet to dropmon, so have them use kfree_skb() instead. That's also consistent with what napi_free_frags() does internally. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
0 files changed, 0 insertions, 0 deletions