[U-Boot] [PATCH 1/2] FEC: Do not pass unaligned buffer to network stack
Fabio Estevam
festevam at gmail.com
Tue Aug 28 21:39:28 CEST 2012
On Sun, Aug 26, 2012 at 5:19 PM, Marek Vasut <marex at denx.de> wrote:
> Do not pass unaligned RX buffer to the upper layers. The upper layer,
> especially in the ARP case, recycles the buffer and passes it back into
> the FEC, into it's TX path. With caches enabled, the FEC hangs on this
> from time to time.
Nice fix, thanks. TFTP does not hang now after applying this series of patches.
On a mx28evk:
Tested-by: Fabio Estevam <fabio.estevam at freescale.com>
More information about the U-Boot
mailing list