Re: [U-Boot] [PATCH 2/3] sandbox: eth: Add a function to skip ping timeouts

2015-05-02 Thread Simon Glass
On 23 April 2015 at 22:13, Simon Glass wrote: > On 21 April 2015 at 12:57, Joe Hershberger wrote: >> When called, the next call to receive will trigger a 10-second leap >> forward in time to avoid waiting for time to pass when tests are >> evaluating timeout behavior. >> >> Signed-off-by: Joe Her

Re: [U-Boot] [PATCH 2/3] sandbox: eth: Add a function to skip ping timeouts

2015-04-24 Thread Simon Glass
On 21 April 2015 at 12:57, Joe Hershberger wrote: > When called, the next call to receive will trigger a 10-second leap > forward in time to avoid waiting for time to pass when tests are > evaluating timeout behavior. > > Signed-off-by: Joe Hershberger > --- > > arch/sandbox/include/asm/eth.h |

[U-Boot] [PATCH 2/3] sandbox: eth: Add a function to skip ping timeouts

2015-04-21 Thread Joe Hershberger
When called, the next call to receive will trigger a 10-second leap forward in time to avoid waiting for time to pass when tests are evaluating timeout behavior. Signed-off-by: Joe Hershberger --- arch/sandbox/include/asm/eth.h | 2 ++ drivers/net/sandbox.c | 17 + 2 f