Hello
I’ve noticed a problem with the devnp-mpc85xx driver when the network interface is receiving more data than the network stack can process.
The driver should dump packets if the RX queue is full, but when this happens the RX-queue gets permanently disabled. To come around this problem I have to do a ifconfig down, ifconfig up on the interface.
 
I’ve tried the same scenario on the older io-net devn-mpc85xx driver on a different target, and this seems to work correctly.
 
Is anybody able to help with this issue?
 
 
Thanks in advance.