]> git.baikalelectronics.ru Git - kernel.git/commit
s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()
authorJulian Wiedmann <jwi@linux.ibm.com>
Thu, 8 Nov 2018 14:06:16 +0000 (15:06 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 01:22:23 +0000 (17:22 -0800)
commit23dc79743aa51361e112e5f301476c45b615bac8
tree7c48cd6be56b7195f48b4c1679607d6a0d22e119
parent1b6fa45b617287006bd4ba25d65000c9d3632815
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>
drivers/s390/net/qeth_core.h
drivers/s390/net/qeth_l3_main.c