diff options
author | Neal Cardwell <[email protected]> | 2016-09-19 23:39:10 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-21 00:22:59 -0400 |
commit | 6403389211e1f4d40ed963fe47a96fce1a3ba7a9 (patch) | |
tree | fedf5ec551ae7c7b99dd0c89aa8934724d523929 /tools/perf/scripts/python/syscall-counts.py | |
parent | a4f1f9ac8153e22869b6408832b5a9bb9c762bf6 (diff) |
tcp: use windowed min filter library for TCP min_rtt estimation
Refactor the TCP min_rtt code to reuse the new win_minmax library in
lib/win_minmax.c to simplify the TCP code.
This is a pure refactor: the functionality is exactly the same. We
just moved the windowed min code to make TCP easier to read and
maintain, and to allow other parts of the kernel to use the windowed
min/max filter code.
Signed-off-by: Van Jacobson <[email protected]>
Signed-off-by: Neal Cardwell <[email protected]>
Signed-off-by: Yuchung Cheng <[email protected]>
Signed-off-by: Nandita Dukkipati <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions