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

2016-07-29 Thread Joe Hershberger
On Fri, Jul 29, 2016 at 4:31 AM, Guillaume GARDET wrote: > 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

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

2016-07-29 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 +