Re: [U-Boot] [PATCH 3/3] test: dm: eth: Skip timeouts on ping tests

2015-05-02 Thread Simon Glass
On 23 April 2015 at 22:14, Simon Glass wrote: > On 21 April 2015 at 12:57, Joe Hershberger wrote: >> Indicate to the emulated sandbox Ethernet driver when we expect a >> timeout and tell it to leap forward. >> >> Signed-off-by: Joe Hershberger >> --- >> >> test/dm/eth.c | 2 ++ >> 1 file change

Re: [U-Boot] [PATCH 3/3] test: dm: eth: Skip timeouts on ping tests

2015-04-24 Thread Simon Glass
On 21 April 2015 at 12:57, Joe Hershberger wrote: > Indicate to the emulated sandbox Ethernet driver when we expect a > timeout and tell it to leap forward. > > Signed-off-by: Joe Hershberger > --- > > test/dm/eth.c | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Simon Glass __

[U-Boot] [PATCH 3/3] test: dm: eth: Skip timeouts on ping tests

2015-04-21 Thread Joe Hershberger
Indicate to the emulated sandbox Ethernet driver when we expect a timeout and tell it to leap forward. Signed-off-by: Joe Hershberger --- test/dm/eth.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/dm/eth.c b/test/dm/eth.c index 4891f3a..196eba8 100644 --- a/test/dm/eth.c +++ b/tes