commit | eda7dd1460b3cc705e853754f930e0a4d12936f0 | [log] [tgz] |
---|---|---|
author | Maochen Wang <maochen.wang@nxp.com> | Tue Feb 27 14:51:11 2024 +0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Feb 29 11:54:07 2024 +0000 |
tree | 0fbdf54f4a0d775df293e45eccd431db31f4fbdb | |
parent | e7444dcf42adeabc8d577fa6f601ff161b7a1f41 [diff] |
net: zperf: Fix wrong throughput in long-duration traffic test The zperf received or sent bytes length and duration are in 32bits, if running long-duration zperf test more than 20min, the value will overflow, and the test result is wrong. Change it to 64bits can fix this issue. Signed-off-by: Maochen Wang <maochen.wang@nxp.com>