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

2016-07-20 Thread Guillaume Gardet
Le 25/06/2016 à 21:26, Joe Hershberger a écrit : On Fri, Jun 24, 2016 at 10:03 AM, Tom Rini wrote: On Fri, Jun 24, 2016 at 09:45:38AM +0200, Guillaume Gardet wrote: Le 23/06/2016 21:08, Tom Rini a écrit : On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET

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

2016-06-25 Thread Joe Hershberger
On Fri, Jun 24, 2016 at 10:03 AM, Tom Rini wrote: > > On Fri, Jun 24, 2016 at 09:45:38AM +0200, Guillaume Gardet wrote: > > > > > > Le 23/06/2016 21:08, Tom Rini a écrit : > > >On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET wrote: > > > > > >>This patch enables

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

2016-06-24 Thread Tom Rini
On Fri, Jun 24, 2016 at 09:45:38AM +0200, Guillaume Gardet wrote: > > > Le 23/06/2016 21:08, Tom Rini a écrit : > >On Thu, Jun 23, 2016 at 11:10:26AM +0200, Guillaume GARDET wrote: > > > >>This patch enables NFSv3 support. > >>If NFSv2 is available use it as usual. > >>If NFSv2 is not available,

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

2016-06-24 Thread Guillaume Gardet
Le 23/06/2016 21:08, Tom Rini a écrit : On Thu, Jun 23, 2016 at 11:10:26AM +0200, 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

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

2016-06-23 Thread Tom Rini
On Thu, Jun 23, 2016 at 11:10:26AM +0200, 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 NFSv4 is > not

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

2016-06-23 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 +