]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
s390/qeth: fix up protocol headers early
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 17 Sep 2018 15:36:00 +0000 (17:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Sep 2018 16:10:25 +0000 (09:10 -0700)
commit2d3986d1ceda2c00255c924940207a1cdfd65f1c
tree9180f074387ba550e28c2620f2f16137c08b6ee6
parentf231dc9dbd789b0f98a15941e3cebedb4ad72ad5
s390/qeth: fix up protocol headers early

When qeth_add_hw_header() falls back to the HW header cache, it also
copies over the necessary protocol headers. Thus any manipulation to
the protocol headers needs to happen before adding the HW header.

For current usage this doesn't matter, but it becomes relevant when
moving TSO transmission over to the faster code path.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/s390/net/qeth_l3_main.c