Showing posts with label Packet Loss. Show all posts
Showing posts with label Packet Loss. Show all posts
Friday, November 15, 2019
High Packet Loss in the Tx of TAP Interfaces
I was seeing some bond interfaces that had high dropped counts, but these were all Rx drops.
I noticed that the tap interfaces on OpenStack compute hosts - which were hooked to OpenContrail's vRouter - had drops on the Tx.
So, in trying to understand why we would be dropping packets on Tap interfaces, I did some poking around and found this link.
https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/13/html/ovs-dpdk_end_to_end_troubleshooting_guide/high_packet_loss_in_the_tx_queue_of_the_instance_s_tap_interface
From this, article, an excerpt:
"TX drops occur because of interference between the instance’s vCPU and other processes on the hypervisor. The TX queue of the tap interface is a buffer that can store packets for a short while in case that the instance cannot pick up the packets. This would happen if the instance’s CPU is prevented from running (or freezes) for a long enough time."
The article goes on and elaborates on diagnosis, and how to fix by adjusting the Tx Queue Length.
Subscribe to:
Posts (Atom)
AI / ML - Feature Engineering - Interaction Features
I added some new macro features to my model - credit card debt, credit card delinquency, and unemployment data. Some of these were VERY infl...

-
After finishing up my last project, I was asked to reverse engineer a bunch of work a departing developer had done on Kubernetes. Immediat...
-
Initially, I started to follow some instructions on installing Kubernetes that someone sent to me in an email. I had trouble with those, s...
-
I did some more work on Kubernetes. So the way Kubernetes was set up in here, was that SD-WAN traffic would be "routed" through...