commit | 8d68af6af6b4f76eac4f9abf584b4ea356f638c0 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | Wed Oct 18 17:40:22 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 20 13:11:05 2017 +0100 |
tree | 76c9d4976ad978a5e94b324155392eab2118c67b | |
parent | b6f72f9698ab8bd79cd0b72a8d9f25dacd786563 [diff] |
s390/qeth: consolidate skb allocation Move the allocation of SG skbs into the main path. This allows for a little code sharing, and handling ENOMEM from within one place. As side effect, L2 SG skbs now get the proper amount of additional headroom (read: zero) instead of the hard-coded ETH_HLEN. Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>