commit | a647a02512ca346bb399d7dc4f57e327f2475286 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Jul 11 17:42:46 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 12 16:42:40 2018 -0700 |
tree | 1c976926d7582ac556461ab386c0df5a51678bae | |
parent | ea1d4a0c7fa5a7aab823e77c3a9000035a231f77 [diff] |
s390/qeth: speed-up L3 IQD xmit This implements a new xmit path for L3 HiperSockets, which carves the HW header from skb headroom instead of allocating it from the hdr cache. It also adds NETIF_F_SG support. The delta in qeth_l3_xmit() is all just removal of IQD-specific code and some minor consolidation. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>