The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / iperf3 / Config.in
1 config BR2_PACKAGE_IPERF3
2         bool "iperf3"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         help
5           iperf is a tool for active measurements of the maximum
6           achievable bandwidth on IP networks.
7           It supports tuning of various parameters related to timing,
8           protocols, and buffers. For each test it reports the bandwidth,
9           loss, and other parameters.
10           It's a redesign of the NLANR/DAST iperf(2) and is not
11           backward compatible.
12
13           https://github.com/esnet/iperf
14
15 comment "iperf3 needs a toolchain w/ threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS