commit | 17caeaa4766dc447d6669b0f195c3ead746386ba | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Nov 14 11:19:17 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 18:16:51 2019 -0800 |
tree | efb071b31bf206bcfd3a40f7f46949cb27347b9b | |
parent | 7d4faee7c6db9ddfb2b4de637dc6f1576f780bd7 [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>