]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
iperf: fix "speed" display in csv report
authorMatt Weber <matthew.weber@rockwellcollins.com>
Fri, 29 Jul 2016 00:09:09 +0000 (19:09 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 30 Jul 2016 12:39:20 +0000 (14:39 +0200)
commit04bf807173d388e48eb98e2e42d32e77ab940447
tree02094bfb1aaa5a0210a53aa432e75acc58b216d8
parent11cc12eefd9bb656cca84771685f31940f4bdbdb
iperf: fix "speed" display in csv report

Some parameters displayed in the CSV reports are declared
as uint64_t, but the printf format doesn't reflect this.

Submitted bug: https://sourceforge.net/p/iperf/bugs/66/

Signed-off-by: Matt Poduska <matt.poduska@rockwellcollins.com>
Signed-off-by: Atul Singh <atul.singh.mandla@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Reviewed-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/iperf/0002-fix-speed-display-in-csv-report.patch [new file with mode: 0644]