aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2021-03-11 12:35:04 -0800
committerDavid S. Miller <[email protected]>2021-03-11 18:35:31 -0800
commitf4dae54e486d528d4dd98df116e7a522bbf12667 (patch)
tree513a55d017f0e693e19f60f325ee82bf2cda5ccb /tools/perf/scripts/python/stackcollapse.py
parent8176f8c0f095c9df44994a33f19b55e7c847df7f (diff)
tcp: plug skb_still_in_host_queue() to TSQ
Jakub and Neil reported an increase of RTO timers whenever TX completions are delayed a bit more (by increasing NIC TX coalescing parameters) Main issue is that TCP stack has a logic preventing a packet being retransmit if the prior clone has not yet been orphaned or freed. This logic came with commit 1f3279ae0c13 ("tcp: avoid retransmits of TCP packets hanging in host queues") Thankfully, in the case skb_still_in_host_queue() detects the initial clone is still in flight, it can use TSQ logic that will eventually retry later, at the moment the clone is freed or orphaned. Signed-off-by: Eric Dumazet <[email protected]> Reported-by: Neil Spring <[email protected]> Reported-by: Jakub Kicinski <[email protected]> Cc: Neal Cardwell <[email protected]> Cc: Yuchung Cheng <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions