commit | fb321f25e582ae45e6b792fb38a3fc261dc5131e | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Jul 11 17:42:47 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 16:42:40 2018 -0700 |
tree | 4a94b819a0719567f80c61a3e87992dad3d59d5d | |
parent | a647a02512ca346bb399d7dc4f57e327f2475286 [diff] |
s390/qeth: speed-up IPv4 OSA xmit Move the xmit of offload-eligible (ie IPv4) traffic on OSA over to the new, copy-free path. As with L2, we'll need to preserve the skb_orphan() behaviour of the old code path until TX completion is sufficiently fast. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>