
15 Oct
2017
15 Oct
'17
3:35 p.m.
Hi Heinrich,
On Sun, Oct 15, 2017 at 1:33 AM, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
Hello Jonathan,
the only place where I can find a string 'error frame:' is in drivers/net/fec_mxc (line 885).
It indicates that any of the following conditions was met Frame length violation Nonoctet align frame Receive BD status: CRC error Receive FIFO overrun Receive BD status: Frame is truncated
A receive FIFO overrun can be expected if network packages are not processed.
With the network patches we check if a package is available quite often.
I think that printf should be replaced by debug here like in other drivers (drivers/net/ethoc.c:383).
Agreed. I have just sent a patch with your suggestion.
Thanks