-
Notifications
You must be signed in to change notification settings - Fork 46
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Labels
Description
When testing UDP performance using iperf3 against a bare-metal Linux host, we observed a significant difference between Linux and hvisor environments.
How to reproduce:
iperf -sto start server on Rk3588iperf3 -c <ip> -u -b 1000M -t 30to send packet
Behaviour
- On bare-metal Linux, the UDP throughput is capped around ~400 Mbps even with -b 1000M, but packet loss is negligible.
- On hvisor, using the same test setup, the UDP throughput shows severe packet loss and unstable performance (see attached screenshot).
Notes
- UDP throughput should be closer to the Linux baseline with minimal packet loss under similar conditions. This issue suggests that hvisor’s UDP handling or virtual network path may have performance limitations or misconfigurations leading to excessive packet drops.
Reactions are currently unavailable