Re: [U-Boot] [PATCH] net: asix: don't pad odd-length TX packets

2014-03-03 Thread Gerhard Sittig
On Fri, Feb 28, 2014 at 11:54 +0100, Marek Vasut wrote: On Thursday, February 27, 2014 at 09:38:48 PM, Simon Glass wrote: Hi Stephen, On 27 February 2014 13:27, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com For Ethernet/USB RX packets, the

Re: [U-Boot] [PATCH] net: asix: don't pad odd-length TX packets

2014-03-03 Thread Marek Vasut
On Monday, March 03, 2014 at 03:14:34 PM, Gerhard Sittig wrote: On Fri, Feb 28, 2014 at 11:54 +0100, Marek Vasut wrote: On Thursday, February 27, 2014 at 09:38:48 PM, Simon Glass wrote: Hi Stephen, On 27 February 2014 13:27, Stephen Warren swar...@wwwdotorg.org wrote: From:

Re: [U-Boot] [PATCH] net: asix: don't pad odd-length TX packets

2014-02-28 Thread Marek Vasut
On Thursday, February 27, 2014 at 09:38:48 PM, Simon Glass wrote: Hi Stephen, On 27 February 2014 13:27, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com For Ethernet/USB RX packets, the ASIX HW pads odd-sized packets so that they have an even size.

Re: [U-Boot] [PATCH] net: asix: don't pad odd-length TX packets

2014-02-27 Thread Simon Glass
Hi Stephen, On 27 February 2014 13:27, Stephen Warren swar...@wwwdotorg.org wrote: From: Stephen Warren swar...@nvidia.com For Ethernet/USB RX packets, the ASIX HW pads odd-sized packets so that they have an even size. Currently, asix_recv() does remove this padding, and asic_send() adds