summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorJulian Wiedmann <jwi@linux.ibm.com>2019-11-14 11:19:17 +0100
committerDavid S. Miller <davem@davemloft.net>2019-11-14 18:16:51 -0800
commit17caeaa4766dc447d6669b0f195c3ead746386ba (patch)
treeefb071b31bf206bcfd3a40f7f46949cb27347b9b /kernel
parent7d4faee7c6db9ddfb2b4de637dc6f1576f780bd7 (diff)
s390/qeth: handle skb allocation error gracefully
When current code fails to allocate an skb in the RX path, it drops the whole RX buffer. Considering the large number of packets that a single RX buffer might contain, this is quite drastic. Skip over the packet instead, and try to extract the next packet from the RX buffer. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions