diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2024-07-24 22:40:32 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-07-25 12:30:38 +0200 |
commit | f72d35a78d4436c662cfafbceb829144cd4011fd (patch) | |
tree | fdc1b66d52152128ca4ad89d945a1d4399039971 /util.c | |
parent | 606e0c7b95b64ab2352decca00e47455660f77c2 (diff) | |
download | passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.gz passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.bz2 passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.lz passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.xz passt-f72d35a78d4436c662cfafbceb829144cd4011fd.tar.zst passt-f72d35a78d4436c662cfafbceb829144cd4011fd.zip |
test: iperf3 3.16 introduces multiple threads, drop our own implementation of that
Starting from iperf3 version 3.16, -P / --parallel spawns multiple
clients as separate threads, instead of multiple streams serviced by
the same thread.
So we can drop our lib/test implementation to spawn several iperf3
client and server processes and finally simplify things quite a bit.
Adjust number of threads and UDP sending bandwidth to values that seem
to be more or less matching previous throughput tests on my setup.
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Tested-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'util.c')
0 files changed, 0 insertions, 0 deletions