[U-Boot] [PATCH] net: nfs: add dynamic wait period

Joe Hershberger joe.hershberger at gmail.com
Mon Jul 8 18:01:43 CEST 2013


On Tue, Dec 11, 2012 at 12:14 PM, Matthias Brugger
<matthias.bgg at gmail.com> wrote:
> This patch tackles the time out problem which leads to break the
> boot process, when loading file over nfs. The patch does two things.
>
> First of all, we just ignore messages that arrive with a rpc_id smaller
> then the client id. We just interpret this messages as answers to
> formaly timed out messages.
>
> Second, when a time out occurs we double the time to wait, so that we
> do not stress the server resending the last message.
>
> Signed-off-by: Matthias Brugger <matthias.bgg at gmail.com>

Applied, Thanks.
-Joe


More information about the U-Boot mailing list