All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] net: Fix delay in net_retry test
Date: Thu, 7 Jan 2016 09:32:19 -0700	[thread overview]
Message-ID: <CAPnjgZ396Wt6RO-H59apfWLMMj7=KvDdhNePuKjv+Cm8SeRYTQ@mail.gmail.com> (raw)
In-Reply-To: <1450737096-15839-1-git-send-email-joe.hershberger@ni.com>

On 21 December 2015 at 15:31, Joe Hershberger <joe.hershberger@ni.com> 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
> 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>
>
> ---
>
>  drivers/net/sandbox.c | 2 +-
>  net/net.c             | 7 +++----
>  2 files changed, 4 insertions(+), 5 deletions(-)

Acked-by: Simon Glass <sjg@chromium.org>

I'm planning to pick this up for the release. Please let me know if
you have any concerns.

- Simon

  parent reply	other threads:[~2016-01-07 16:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-21 22:31 [U-Boot] [PATCH] net: Fix delay in net_retry test Joe Hershberger
2015-12-21 22:50 ` Joe Hershberger
2015-12-21 23:30   ` Stefan Bruens
2016-01-07 16:32 ` Simon Glass [this message]
2016-01-07 19:24   ` Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPnjgZ396Wt6RO-H59apfWLMMj7=KvDdhNePuKjv+Cm8SeRYTQ@mail.gmail.com' \
    --to=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.