commit | 5a541f6d00c6d8aace789dfaa468443bd0edf564 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Thu Nov 08 15:06:16 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 08 17:22:23 2018 -0800 |
tree | 7c48cd6be56b7195f48b4c1679607d6a0d22e119 | |
parent | b144b99fff69a5bc0d34c8e168bedb88c68ca23d [diff] |
s390/qeth: handle af_iucv skbs in qeth_l3_fill_header() Filling the HW header from one single function will make it easier to rip out all the duplicated transmit code in qeth_l3_xmit(). On top, this saves one conditional branch in the TSO path. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>