Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-04-08 Thread Eugen.Hristev
On 05.04.2019 04:35, Joe Hershberger wrote: > > On Wed, Mar 27, 2019 at 5:20 AM Stefan Roese wrote: >> >> I've noticed that the first ethernet packet after PHY link establishment >> is not tranferred correctly most of the time on my AT91SAM9G25 board. >> Here I usually see a timeout of a few

Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-04-04 Thread Joe Hershberger
On Wed, Mar 27, 2019 at 5:20 AM Stefan Roese wrote: > > I've noticed that the first ethernet packet after PHY link establishment > is not tranferred correctly most of the time on my AT91SAM9G25 board. > Here I usually see a timeout of a few seconds, which is quite > annoying. > > Adding a small

Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-04-02 Thread Eugen.Hristev
On 29.03.2019 17:24, Stefan Roese wrote: > > On 29.03.19 15:59, eugen.hris...@microchip.com wrote: >> >> >> On 29.03.2019 16:52, Stefan Roese wrote: >> >>> Hi Eugen, >>> >>> On 29.03.19 15:40, eugen.hris...@microchip.com wrote: > I've noticed that the first ethernet packet after PHY link

Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-03-29 Thread Stefan Roese
On 29.03.19 15:59, eugen.hris...@microchip.com wrote: On 29.03.2019 16:52, Stefan Roese wrote: Hi Eugen, On 29.03.19 15:40, eugen.hris...@microchip.com wrote: I've noticed that the first ethernet packet after PHY link establishment is not tranferred correctly most of the time on my

Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-03-29 Thread Eugen.Hristev
On 29.03.2019 16:52, Stefan Roese wrote: > Hi Eugen, > > On 29.03.19 15:40, eugen.hris...@microchip.com wrote: >>> I've noticed that the first ethernet packet after PHY link establishment >>> is not tranferred correctly most of the time on my AT91SAM9G25 board. >>> Here I usually see a timeout

Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-03-29 Thread Stefan Roese
Hi Eugen, On 29.03.19 15:40, eugen.hris...@microchip.com wrote: I've noticed that the first ethernet packet after PHY link establishment is not tranferred correctly most of the time on my AT91SAM9G25 board. Here I usually see a timeout of a few seconds, which is quite annoying. Adding a small

Re: [U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-03-29 Thread Eugen.Hristev
On 27.03.2019 12:20, Stefan Roese wrote: > I've noticed that the first ethernet packet after PHY link establishment > is not tranferred correctly most of the time on my AT91SAM9G25 board. > Here I usually see a timeout of a few seconds, which is quite > annoying. > > Adding a small delay (10ms

[U-Boot] [PATCH] net: macb: Add small delay after link establishment

2019-03-27 Thread Stefan Roese
I've noticed that the first ethernet packet after PHY link establishment is not tranferred correctly most of the time on my AT91SAM9G25 board. Here I usually see a timeout of a few seconds, which is quite annoying. Adding a small delay (10ms in this case) after the link establishment helps to