Re: [U-Boot] [PATCH] qoriq eth.c bugfix: handle received corrupted frames correctly

2015-08-12 Thread Joe Hershberger
Hi Daniel, On Fri, Jul 10, 2015 at 7:06 AM, Daniel Inderbitzin wrote: > From: Daniel Inderbitzin > > 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. > > Sign

[U-Boot] [PATCH] qoriq eth.c bugfix: handle received corrupted frames correctly

2015-07-10 Thread Daniel Inderbitzin
From: Daniel Inderbitzin 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 --- drivers/net/fm/eth.c | 5 +++-- 1 file changed,