commit | 466f775e02bcde5ea7454cd73ecf1a0f79275a30 | [log] [tgz] |
---|---|---|
author | Daniel Inderbitzin <daniel.inderbitzin@crypto.ch> | Fri Jul 10 14:06:02 2015 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue Aug 11 13:46:16 2015 -0500 |
tree | 45b096158fe52c1f0031b9723fed5480845daca7 | |
parent | 1a791892dcb5904c8b208535704714b07802e0b8 [diff] |
qoriq eth.c bugfix: handle received corrupted frames correctly The rxbd is not correctly handled in case of a frame physical error (FPE) or frame size error (FSE). The rxbd must be cleared and advanced in case of an error to avoid receive stall. Signed-off-by: Daniel Inderbitzin <daniel.inderbitzin@gmail.com>