aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorPaolo Abeni <[email protected]>2023-10-23 13:44:42 -0700
committerJakub Kicinski <[email protected]>2023-10-25 12:23:35 -0700
commit8005184fd1ca6aeb3fea36f4eb9463fc1b90c114 (patch)
treecc10ea2e27fb56390fbe54cc50afd95a8f64cfb4 /tools/perf/scripts/python/net_dropmonitor.py
parent9fdc779331bd3e0b2570c2bced396d53a04a33b9 (diff)
mptcp: refactor sndbuf auto-tuning
The MPTCP protocol account for the data enqueued on all the subflows to the main socket send buffer, while the send buffer auto-tuning algorithm set the main socket send buffer size as the max size among the subflows. That causes bad performances when at least one subflow is sndbuf limited, e.g. due to very high latency, as the MPTCP scheduler can't even fill such buffer. Change the send-buffer auto-tuning algorithm to compute the main socket send buffer size as the sum of all the subflows buffer size. Reviewed-by: Mat Martineau <[email protected]> Signed-off-by: Paolo Abeni <[email protected]> Signed-off-by: Mat Martineau <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions