-
Notifications
You must be signed in to change notification settings - Fork 1.9k
net: traffic blocks when running ingress UDP performance tests with very large buffers #1754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Priority: Medium
Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled
Type: Bug
Indicates an unexpected problem or unintended behavior
Comments
Duplicate of #2057 |
ioanachirca
pushed a commit
to ioanachirca/firecracker
that referenced
this issue
Aug 3, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
ioanachirca
pushed a commit
to ioanachirca/firecracker
that referenced
this issue
Aug 3, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
ioanachirca
pushed a commit
to ioanachirca/firecracker
that referenced
this issue
Aug 3, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 3, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
ioanachirca
pushed a commit
to ioanachirca/firecracker
that referenced
this issue
Aug 3, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
ioanachirca
pushed a commit
to ioanachirca/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
ioanachirca
pushed a commit
to ioanachirca/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
ioanachirca
pushed a commit
that referenced
this issue
Aug 4, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 5, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 5, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Aug 5, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
that referenced
this issue
Aug 5, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
dianpopa
pushed a commit
to dianpopa/firecracker
that referenced
this issue
Dec 23, 2020
Validate that the RX queue won't freeze under high stateless ingress traffic when encountering bottlenecks on the tap. Signed-off-by: Serban Iorga <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Priority: Medium
Indicates than an issue or pull request should be resolved ahead of issues or pull requests labelled
Type: Bug
Indicates an unexpected problem or unintended behavior
Uh oh!
There was an error while loading. Please reload this page.
On a m5.metal host running Amazon Linux, create a microVM with 8 cores and one network interface using xenial rootfs
Use the recommended network setup for host and guest - https://github.com/firecracker-microvm/firecracker/blob/master/docs/network-setup.md
Increase RX buffers in VM by 100 times
echo 21299200 > /proc/sys/net/core/rmem_max
echo 21299200 > /proc/sys/net/core/rmem_default
Start an iperf3 server on VM - iperf3 -p 11111 -s 172.16.0.2 -D
Start iperf3 udp client on host: iperf3 -p 11111 -u -c 172.16.0.2 -V -b 1000000000 -t 10000
After some time all networking of the VM will stop working. This happens with latest code as well as with latest version.
[ 4] 36.00-37.00 sec 119 MBytes 1.00 Gbits/sec 86332
[ 4] 37.00-38.00 sec 119 MBytes 999 Mbits/sec 86263
[ 4] 38.00-39.00 sec 119 MBytes 1.00 Gbits/sec 86326
[ 4] 39.00-40.00 sec 59.7 MBytes 501 Mbits/sec 43216
[ 4] 40.00-41.00 sec 0.00 Bytes 0.00 bits/sec 0
[ 4] 41.00-42.00 sec 0.00 Bytes 0.00 bits/sec 0
[ 4] 42.00-43.00 sec 66.5 KBytes 544 Kbits/sec 47
[ 4] 43.00-44.00 sec 0.00 Bytes 0.00 bits/sec 0
Script to start the VM:
The text was updated successfully, but these errors were encountered: