Re: Performance test for CUBIC in stable/14

From: void <void_at_f-m.fm>
Date: Tue, 22 Oct 2024 20:12:42 UTC
On Tue, Oct 22, 2024 at 03:57:42PM -0400, Cheng Cui wrote:
>What is the output from `ping` (latency) between these VMs?

That test wasn't between VMs. It was from the vm with the patches to a workstation
on the same switch.

ping from the vm to the workstation:

--- 192.168.1.232 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.643/0.796/0.870/0.070 ms

ping from the vm with patches to an alpine linux vm on the same host:

--- 192.168.1.65 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
round-trip min/avg/max/stddev = 0.734/0.859/0.963/0.073 ms

--