]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Fix delay in net_retry test
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 21 Dec 2015 22:31:35 +0000 (16:31 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 7 Jan 2016 19:18:58 +0000 (12:18 -0700)
commitc5a75339cf1595ee89a3513cd4fd84c10c0cd910
tree45bd1ab08204dd3573577e66234ca68035c27c99
parent71105f50fedddfa5b0535d102c3d5078671721ad
net: Fix delay in net_retry test

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.

Also, change the adjustment amount by 11 seconds instead of exactly the
10 seconds that the ping timout is expecting since the timeout check is
looking for the time elapsed to be greater than but not equal to the
specified delay.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/net/sandbox.c
net/net.c