Re: [U-Boot] [PATCH] net: Fix delay in net_retry test

2016-01-07 Thread Simon Glass
On 7 January 2016 at 09:32, Simon Glass wrote: > On 21 December 2015 at 15:31, Joe Hershberger wrote: >> Introduced in 45b4773 (net/arp: account for ARP delay, avoid duplicate >> packets on timeout) >> >> Check the arp timeout and adjust the timeout start time before the call >> to eth_recv() so

Re: [U-Boot] [PATCH] net: Fix delay in net_retry test

2016-01-07 Thread Simon Glass
On 21 December 2015 at 15:31, Joe Hershberger wrote: > Introduced in 45b4773 (net/arp: account for ARP delay, avoid duplicate > packets on timeout) > > Check the arp timeout and adjust the timeout start time before the call > to eth_recv() so that the sandbox driver has the opportunity to adjust

Re: [U-Boot] [PATCH] net: Fix delay in net_retry test

2015-12-21 Thread Stefan Bruens
Hi Joe, On Monday 21 December 2015 16:50:52 Joe Hershberger wrote: > Hi Stefan, > > On Mon, Dec 21, 2015 at 4:31 PM, Joe Hershberger wrote: > > Introduced in 45b4773 (net/arp: account for ARP delay, avoid duplicate > > packets on timeout) > > > > Check the arp timeout and adjust the timeout st

Re: [U-Boot] [PATCH] net: Fix delay in net_retry test

2015-12-21 Thread Joe Hershberger
Hi Stefan, On Mon, Dec 21, 2015 at 4:31 PM, Joe Hershberger wrote: > Introduced in 45b4773 (net/arp: account for ARP delay, avoid duplicate > packets on timeout) > > Check the arp timeout and adjust the timeout start time before the call > to eth_recv() so that the sandbox driver has the opportu

[U-Boot] [PATCH] net: Fix delay in net_retry test

2015-12-21 Thread Joe Hershberger
Introduced in 45b4773 (net/arp: account for ARP delay, avoid duplicate packets on timeout) Check the arp timeout and adjust the timeout start time before the call to eth_recv() so that the sandbox driver has the opportunity to adjust the sandbox timer after the new start time has been recorded.