[U-Boot] [PATCH] net: Change the NFS_TIMEOUT to 20s for using nfs load image.

Wolfgang Denk wd at denx.de
Tue Aug 17 11:24:54 CEST 2010


Dear Jin Qing-B24347,

In message <F37F9B48E0E59D42A5F9491A3CAD99AD7E8E37 at zch01exm28.fsl.freescale.net> you wrote:
> 
> The work flow is that:
> Every "timeout" is reached,  it will call NfsSend() and whatever the
> state is finally it will call rpc_req()  which will increase the rpc_id
> value every time.  The rpc_id value is increased but the reply.id is not
> increased by "timeout".  This makes the judgement statement:
> If (ntohl(rpc_pkt.u.reply.id) != rpc_id)  is true and it will return
> -1.  Then we got the error message: *** ERROR: Cannot mount.
> 
> So far, I am raising the timeout limit to avoid rpc_id being increased
> unexpectedly.

What sort of NFS server is this?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Have you lived in this village all your life?"        "No, not yet."


More information about the U-Boot mailing list