aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2018-11-27 14:42:02 -0800
committerDavid S. Miller <[email protected]>2018-11-30 13:26:54 -0800
commit85bdf7db5b53cdcc7a901db12bcb3d0063e3866d (patch)
treee408a0ec64c3b6dcaf94a4a6d1583a33b26ca248 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent19119f298bb1f2af3bb1093f5f2a1fed8da94e37 (diff)
tcp: make tcp_space() aware of socket backlog
Jean-Louis Dupond reported poor iscsi TCP receive performance that we tracked to backlog drops. Apparently we fail to send window updates reflecting the fact that we are under stress. Note that we might lack a proper window increase when backlog is fully processed, since __release_sock() clears sk->sk_backlog.len _after_ all skbs have been processed. This should not matter in practice. If we had a significant load through socket backlog, we are in a dangerous situation. Reported-by: Jean-Louis Dupond <[email protected]> Signed-off-by: Eric Dumazet <[email protected]> Acked-by: Neal Cardwell <[email protected]> Acked-by: Yuchung Cheng <[email protected]> Tested-by: Jean-Louis Dupond<[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions