mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
rebase patch 0001-configure.ac-check-for-CPP-prog.patch for iperf3.16
Changelog:
===========
Multiple test streams started with -P/--parallel will now be
serviced by different threads. This allows iperf3 to take
advantage of multiple CPU cores on modern processors, and will
generally result in significant throughput increases (PR #1591).
OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
various older, deprecated, APIs will not be used. iperf3 will
continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
of the iperf3 authentication functionality (Issue #1300, PR#1589).
The authorized users file used by the authentication functionality
is now checked for accessibility much earlier during the program
startup, as opposed to being checked near the start of a test (Issue #1583, PR #1585).
Iperf3 now requires pthreads and C atomic variables to compile and run.
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||
|---|---|---|
| .. | ||
| bonnie | ||
| cpuburn | ||
| dbench | ||
| dhrystone | ||
| fio | ||
| glmark2 | ||
| iozone3 | ||
| iperf2 | ||
| iperf3 | ||
| libc-bench | ||
| libhugetlbfs | ||
| linpack | ||
| lmbench | ||
| mbw | ||
| memtester | ||
| nbench-byte | ||
| phoronix-test-suite | ||
| qperf | ||
| s-suite | ||
| stressapptest | ||
| sysbench | ||
| tinymembench | ||
| tiobench | ||
| whetstone | ||