Re: [U-Boot] [PATCH v2] net: fec_mxc: Fix timeouts during tftp transfer

2013-09-20 Thread Stefano Babic
On 18/09/2013 04:13, Fabio Estevam wrote: > From: Fabio Estevam > > Performing tftp transfers on mx28 results in random timeouts. > > Hector Palacios and Robert Hodaszi analyzed the root cause being related to > the > wrong alignment of the 'buff' buffer inside fec_recv(). > > Benoît Thébaude

Re: [U-Boot] [PATCH v2] net: fec_mxc: Fix timeouts during tftp transfer

2013-09-18 Thread Marek Vasut
Dear Fabio Estevam, > From: Fabio Estevam > > Performing tftp transfers on mx28 results in random timeouts. > > Hector Palacios and Robert Hodaszi analyzed the root cause being related to > the wrong alignment of the 'buff' buffer inside fec_recv(). > > Benoît Thébaudeau provided an excellent

[U-Boot] [PATCH v2] net: fec_mxc: Fix timeouts during tftp transfer

2013-09-17 Thread Fabio Estevam
From: Fabio Estevam Performing tftp transfers on mx28 results in random timeouts. Hector Palacios and Robert Hodaszi analyzed the root cause being related to the wrong alignment of the 'buff' buffer inside fec_recv(). Benoît Thébaudeau provided an excellent analysis of the alignment bug that i