diff options
author | Julian Wiedmann <[email protected]> | 2017-01-10 17:10:34 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-01-10 21:08:29 -0500 |
commit | dc5367bcc556e97555fc94a32cd1aadbebdff47e (patch) | |
tree | 78778f65fe742ff199468fc3ac00e572513b89bc /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 5d722b3024f6762addb8642ffddc9f275b5107ae (diff) |
net/af_iucv: don't use paged skbs for TX on HiperSockets
With commit e53743994e21
("af_iucv: use paged SKBs for big outbound messages"),
we transmit paged skbs for both of AF_IUCV's transport modes
(IUCV or HiperSockets).
The qeth driver for Layer 3 HiperSockets currently doesn't
support NETIF_F_SG, so these skbs would just be linearized again
by the stack.
Avoid that overhead by using paged skbs only for IUCV transport.
cc stable, since this also circumvents a significant skb leak when
sending large messages (where the skb then needs to be linearized).
Signed-off-by: Julian Wiedmann <[email protected]>
Signed-off-by: Ursula Braun <[email protected]>
Cc: <[email protected]> # v4.8+
Fixes: e53743994e21 ("af_iucv: use paged SKBs for big outbound messages")
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions