aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2023-06-07 21:41:13 +0000
committerJakub Kicinski <[email protected]>2023-06-08 19:31:06 -0700
commit736013292e3ca5ec2aabb32daf72a73b1256ac57 (patch)
tree911184991b13edd9eb1a19621958500a0e6dd5cd /tools/perf/scripts/python/task-analyzer.py
parentf84ad5cffd889226e820a727211c0d0264fe7f34 (diff)
tcp: let tcp_mtu_probe() build headless packets
tcp_mtu_probe() is still copying payload from skbs in the write queue, using skb_copy_bits(), ignoring potential errors. Modern TCP stack wants to only deal with payload found in page frags, as this is a prereq for TCPDirect (host stack might not have access to the payload) Signed-off-by: Eric Dumazet <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions