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

2013-07-08 Thread Joe Hershberger
On Tue, Dec 11, 2012 at 12:14 PM, Matthias Brugger 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 j

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

2013-04-12 Thread Enric Balletbo Serra
Hi Joe, Thanks for answer. 2013/4/12 Joe Hershberger > Hi Matthias and Enric, > > On Fri, Apr 12, 2013 at 3:08 AM, Enric Balletbo Serra > wrote: > > Hi all, > > > > 2013/1/26 Matthias Brugger > >> > >> 2012/12/11 Matthias Brugger : > >> > This patch tackles the time out problem which leads t

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

2013-04-12 Thread Joe Hershberger
Hi Matthias and Enric, On Fri, Apr 12, 2013 at 3:08 AM, Enric Balletbo Serra wrote: > Hi all, > > 2013/1/26 Matthias Brugger >> >> 2012/12/11 Matthias Brugger : >> > This patch tackles the time out problem which leads to break the >> > boot process, when loading file over nfs. The patch does two

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

2013-04-12 Thread Enric Balletbo Serra
Hi all, 2013/1/26 Matthias Brugger > 2012/12/11 Matthias Brugger : > > 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 > > the

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

2013-01-26 Thread Matthias Brugger
2012/12/11 Matthias Brugger : > 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 a

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

2012-12-11 Thread Matthias Brugger
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