-
Notifications
You must be signed in to change notification settings - Fork 169
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
Help with understanding IF Drops and Fragment issues #96
Comments
Some more info on env: root@node-36:~# dropstats Invalid IF 4 Flow Unusable 4 Discards 8014 Invalid NH 352 Push Fails 0 Misc 0 VLAN fwd intf failed TX 0 most if not all errors comes from GARP 0 Invalid IF 0 Flow Unusable 0 Discards 0 Invalid NH 0 Push Fails 0 Misc 0 VLAN fwd intf failed TX 0 root@node-36:~# vif -l Flags: P=Policy, X=Cross Connect, S=Service Chain, Mr=Receive Mirror vif0/0 PCI: 0:0:0.0 (Speed 10000, Duplex 1) vif0/1 Virtual: vhost0 vif0/2 Socket: unix vif0/4 PMD: tap8dfb4f0d-b4 vif0/5 PMD: tapc9db1a03-ff vif0/6 Ethernet: vetheaa774c7-c vif0/7 PMD: tap49823e4f-1b vif0/8 PMD: tapc6f25dc7-d3 vif0/9 Ethernet: vethb82ae1d8-8 vif0/10 PMD: tapdf63a5cb-16 vif0/11 PMD: tapb05a7fdd-04 vif0/13 PMD: tap084f2567-c9 vif0/14 PMD: tape3bc7866-3e vif0/15 PMD: tapccc14950-83 vif0/16 Ethernet: veth24265d20-d vif0/17 Ethernet: vethed5dc57a-1 vif0/18 PMD: tap89771556-14 vif0/19 PMD: tap02760b58-df vif0/20 PMD: tapa5b35a02-3b vif0/21 PMD: tap595588eb-33 root@node-36:~# root@node-36:~# vrfstats --dump Vrf: 1 Vrf: 3 Vrf: 6 Vrf: 8 Vrf: 9 Vrf: 10 |
Another update, from looking on the flow table query in contrail web i notice that i see allot of drops on the traffic, the common to all is that destination VN is unknown from some reason. |
I face the same problem, a lot of packets dropped because of "IF Drop" of vif of VM. Any clues to further debug? |
Hi all,
Need help with guide how to troubleshoot IF Drops and Fragment issues.
I am running with Opencontrail 3.0.2 w/DPDK. When running a load in L2 inside a single node (all VMs are located on the same compute node) I can notice that once I pass the 18 Gbps traffic I can see IF Drops and Fragment errors and connection to VM get staggering.
I use isolcpu=0-3 on the first NUMA 0 for vrouter-dpdk and hugepages 1G in grub. The strange thing is that i do see the first 4 cores in 100%, almost constantly, but in the process lines I see 10 to 11 routers-dpdk process, but only 4 are in 100 and the rest are 0. x only, is it normal? Also, those processes that are 0.x are not running on core 0-3, is it normal, even if the vrouter-dpdk.ini taskset is set to -c 0,1,2,3?
What are the steps to identify from where the issues source from?
Nir.
The text was updated successfully, but these errors were encountered: