Re: [U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-21 Thread Guillaume Gardet
Hi, Le 20/06/2016 23:43, Joe Hershberger a écrit : On Mon, Jun 20, 2016 at 2:31 PM, Guillaume Gardet wrote: Please note that, this patch applies on top of this one: NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server

Re: [U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-20 Thread Joe Hershberger
On Mon, Jun 20, 2016 at 2:31 PM, Guillaume Gardet wrote: > Please note that, this patch applies on top of this one: > NFS: Add error message when U-Boot NFS version (V2) is not supported by > NFS server > https://patchwork.ozlabs.org/patch/630898/ Please make

Re: [U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-20 Thread Guillaume Gardet
Please note that, this patch applies on top of this one: NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server https://patchwork.ozlabs.org/patch/630898/ It would be nice if people could test it on other boards and with other NFS servers. Guillaume Le

[U-Boot] [PATCH] net: NFS: Add NFSv3 support

2016-06-20 Thread Guillaume GARDET
This patch enables NFSv3 support. If NFSv2 is available use it as usual. If NFSv2 is not available, but NFSv3 is available, use NFSv3. If NFSv2 and NFSv3 are not available, print an error message since NFSv4 is not supported. Tested on iMX6 sabrelite with 4 Linux NFS servers: * NFSv2 + NFSv3 +