Comment 33 for bug 1175091

Revision history for this message
In , Dchang-s (dchang-s) wrote :

The pm log looks normal. However there are many dropped and overruns packets in the RX path.

RX packets:547 errors:0 dropped:123 overruns:123 frame:123
RX packets:16936 errors:0 dropped:639 overruns:639 frame:639

Packets were dropped probably because of low memory, and receiver overruns usually occur when packets come in faster than the kernel can service the last interrupt.

Could you post more statistics of the ethernet:
# ip -s -s link show eth0; ethtool -S eth0; ifconfig eth0

and "cat /proc/interrupts", thank you!