aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2025-03-06 15:26:07 -0800
committerJakub Kicinski <kuba@kernel.org>2025-03-06 15:26:08 -0800
commite8f57a762bb966f08e60000caf1882a07e6d3ec4 (patch)
treebf43093b94aa1041629b372921afb2e945fc2bd7 /tools/perf/scripts/python/export-to-postgresql.py
parenttcp: bring back NUMA dispersion in inet_ehash_locks_alloc() (diff)
parentinet: call inet6_ehashfn() once from inet6_hash_connect() (diff)
downloadlinux-rng-e8f57a762bb966f08e60000caf1882a07e6d3ec4.tar.xz
linux-rng-e8f57a762bb966f08e60000caf1882a07e6d3ec4.zip
Merge branch 'tcp-even-faster-connect-under-stress'
Eric Dumazet says: ==================== tcp: even faster connect() under stress This is a followup on the prior series, "tcp: scale connect() under pressure" Now spinlocks are no longer in the picture, we see a very high cost of the inet6_ehashfn() function. In this series (of 2), I change how lport contributes to inet6_ehashfn() to ensure better cache locality and call inet6_ehashfn() only once per connect() system call. This brings an additional 229 % increase of performance for "neper/tcp_crr -6 -T 200 -F 30000" stress test, while greatly improving latency metrics. Before: latency_min=0.014131929 latency_max=17.895073144 latency_mean=0.505675853 latency_stddev=2.125164772 num_samples=307884 throughput=139866.80 After: latency_min=0.003041375 latency_max=7.056589232 latency_mean=0.141075048 latency_stddev=0.526900516 num_samples=312996 throughput=320677.21 ==================== Link: https://patch.msgid.link/20250305034550.879255-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions