Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-30 Thread Simon Goldschmidt
Wolfgang Denk schrieb am Di., 30. Okt. 2018, 09:46: > Dear Joe, > > In message ld8jtxr3g...@mail.gmail.com> you wrote: > > > > > As the maintainer of lwIP, I already have thought about this more than > > > once. My main concern however was the license (lwIP is BSD style) and > > > > Yes, the lic

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-30 Thread Wolfgang Denk
Dear Joe, In message you wrote: > > > As the maintainer of lwIP, I already have thought about this more than > > once. My main concern however was the license (lwIP is BSD style) and > > Yes, the license is a concern. I'm not a lawyer, but maybe someone can > comment on what our options are her

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-29 Thread Tom Rini
On Mon, Oct 29, 2018 at 08:13:37PM +, Joe Hershberger wrote: > On Mon, Oct 22, 2018 at 2:40 PM Simon Goldschmidt > wrote: > > > > On 22.10.2018 20:53, Joe Hershberger wrote: > > > Hi Christian, > > > > > > On Mon, Oct 1, 2018 at 8:57 AM Christian Gmeiner > > > wrote: > > >> Hi Wolfgang > > >>

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-29 Thread Joe Hershberger
On Mon, Oct 22, 2018 at 2:40 PM Simon Goldschmidt wrote: > > On 22.10.2018 20:53, Joe Hershberger wrote: > > Hi Christian, > > > > On Mon, Oct 1, 2018 at 8:57 AM Christian Gmeiner > > wrote: > >> Hi Wolfgang > >> > >>> In message <20181001094646.11539-1-christian.gmei...@gmail.com> you wrote: > >

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-22 Thread Simon Goldschmidt
On 22.10.2018 20:53, Joe Hershberger wrote: Hi Christian, On Mon, Oct 1, 2018 at 8:57 AM Christian Gmeiner wrote: Hi Wolfgang In message <20181001094646.11539-1-christian.gmei...@gmail.com> you wrote: From: Thomas RIENOESSL Prep. work to support nfs v1. Hm... as you are putting efforts i

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-22 Thread Joe Hershberger
Hi Christian, On Mon, Oct 1, 2018 at 8:57 AM Christian Gmeiner wrote: > > Hi Wolfgang > > > > > In message <20181001094646.11539-1-christian.gmei...@gmail.com> you wrote: > > > From: Thomas RIENOESSL > > > > > > Prep. work to support nfs v1. > > > > Hm... as you are putting efforts into NFS supp

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-01 Thread Christian Gmeiner
Hi Wolfgang > > In message <20181001094646.11539-1-christian.gmei...@gmail.com> you wrote: > > From: Thomas RIENOESSL > > > > Prep. work to support nfs v1. > > Hm... as you are putting efforts into NFS support... > > Here comes a more general question: > > I wonder if it's worth the work on NFS a

Re: [U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-01 Thread Wolfgang Denk
Dear Christian, In message <20181001094646.11539-1-christian.gmei...@gmail.com> you wrote: > From: Thomas RIENOESSL > > Prep. work to support nfs v1. Hm... as you are putting efforts into NFS support... Here comes a more general question: I wonder if it's worth the work on NFS at all, or if w

[U-Boot] [PATCH 1/4] nfs: convert supported_nfs_versions bitfield to an enum

2018-10-01 Thread Christian Gmeiner
From: Thomas RIENOESSL Prep. work to support nfs v1. Signed-off-by: Thomas RIENOESSL --- net/nfs.c | 79 +++ 1 file changed, 45 insertions(+), 34 deletions(-) diff --git a/net/nfs.c b/net/nfs.c index d6a7f8e827..81c08de626 100644 --- a/net/n