diff options
author | Julian Wiedmann <jwi@linux.ibm.com> | 2019-06-18 21:43:00 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-19 23:26:33 +0300 |
commit | 238965b71b968dc5b3c0fe430e946f488322c4b5 (patch) | |
tree | d31550c858e80891acd686884ad733b09a713dad /net/x25 | |
parent | fdbf6326912d578a31ac4ca0933c919eadf1d54c (diff) | |
download | linux-238965b71b968dc5b3c0fe430e946f488322c4b5.tar.xz |
net/af_iucv: build proper skbs for HiperTransport
The HiperSockets-based transport path in af_iucv is still too closely
entangled with qeth.
With commit a647a02512ca ("s390/qeth: speed-up L3 IQD xmit"), the
relevant xmit code in qeth has begun to use skb_cow_head(). So to avoid
unnecessary skb head expansions, af_iucv must learn to
1) respect dev->needed_headroom when allocating skbs, and
2) drop the header reference before cloning the skb.
While at it, also stop hard-coding the LL-header creation stage and just
use the appropriate helper.
Fixes: a647a02512ca ("s390/qeth: speed-up L3 IQD xmit")
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25')
0 files changed, 0 insertions, 0 deletions