commit | 81ec54393944fc0303127e1357dbbd615a6abb63 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Nov 08 15:06:17 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 08 17:22:23 2018 -0800 |
tree | cc396c64a0a08ecbd1edfe6a084444d70f7ba9a7 | |
parent | 5a541f6d00c6d8aace789dfaa468443bd0edf564 [diff] |
s390/qeth: unify transmit code Since commit 82bf5c0867f6 ("s390/qeth: add support for IPv6 TSO"), qeth_xmit() also knows how to build TSO packets and is practically identical to qeth_l3_xmit(). Convert qeth_l3_xmit() into a thin wrapper that merely strips the L2 header off a packet, and calls qeth_xmit() for the actual TX processing. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>