* Full IPv6 client and server support (kernel and user commands)
@ 2008-09-19 12:36 Le Rouzic
2008-09-24 16:51 ` J. Bruce Fields
[not found] ` <48DA228D.9040302@linux.vnet.ibm.com>
0 siblings, 2 replies; 7+ messages in thread
From: Le Rouzic @ 2008-09-19 12:36 UTC (permalink / raw)
To: Linux NFS Mailing list, nfsv4
Hi,
I have just posted at http://nfsv4.bullopensource.org/ a full IPV6
client and server NFSV4 support
based on linux-2.6.27-rc3 and nfs-utils.1.1.2.
It is experimental and not fully tested but it allows to have a IPV6
NFSV4 linux configuration to
play with.
Let me know if any issues to get this delivery and to run it.
Best Regards
--
-----------------------------------------------------------------
Company : Bull, Architect of an Open World TM (www.bull.com)
Name : Aime Le Rouzic
Mail : Bull - BP 208 - 38432 Echirolles Cedex - France
E-Mail : aime.le-rouzic@bull.net
Phone : 33 (4) 76.29.75.51
Fax : 33 (4) 76.29.75.18
-----------------------------------------------------------------
_______________________________________________
NFSv4 mailing list
NFSv4@linux-nfs.org
http://linux-nfs.org/cgi-bin/mailman/listinfo/nfsv4
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
2008-09-19 12:36 Full IPv6 client and server support (kernel and user commands) Le Rouzic
@ 2008-09-24 16:51 ` J. Bruce Fields
2008-09-24 22:07 ` J. Bruce Fields
[not found] ` <48DA228D.9040302@linux.vnet.ibm.com>
1 sibling, 1 reply; 7+ messages in thread
From: J. Bruce Fields @ 2008-09-24 16:51 UTC (permalink / raw)
To: Le Rouzic; +Cc: Linux NFS Mailing list, nfsv4
On Fri, Sep 19, 2008 at 02:36:46PM +0200, Le Rouzic wrote:
> I have just posted at http://nfsv4.bullopensource.org/ a full IPV6
> client and server NFSV4 support
> based on linux-2.6.27-rc3 and nfs-utils.1.1.2.
> It is experimental and not fully tested but it allows to have a IPV6
> NFSV4 linux configuration to
> play with.
>
> Let me know if any issues to get this delivery and to run it.
I took a quick look at the server patch available from the URL above.
There are more #if's than necessary--for example, maybe you could define
a constant once in a header to choose the correct address family rather
than putting #if's around all the svc_create() calls?
It'd be worth running this by Chuck, as he's been doing a good job of
that kind of thing.
Could you mail future versions of any patches to the mailing list in the
usual format, rather than providing a URL? That'd save us a little
time.
--b.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
2008-09-24 16:51 ` J. Bruce Fields
@ 2008-09-24 22:07 ` J. Bruce Fields
0 siblings, 0 replies; 7+ messages in thread
From: J. Bruce Fields @ 2008-09-24 22:07 UTC (permalink / raw)
To: Le Rouzic; +Cc: Linux NFS Mailing list, nfsv4
On Wed, Sep 24, 2008 at 12:51:08PM -0400, bfields wrote:
> On Fri, Sep 19, 2008 at 02:36:46PM +0200, Le Rouzic wrote:
> > I have just posted at http://nfsv4.bullopensource.org/ a full IPV6
> > client and server NFSV4 support
> > based on linux-2.6.27-rc3 and nfs-utils.1.1.2.
> > It is experimental and not fully tested but it allows to have a IPV6
> > NFSV4 linux configuration to
> > play with.
> >
> > Let me know if any issues to get this delivery and to run it.
>
> I took a quick look at the server patch available from the URL above.
>
> There are more #if's than necessary--for example, maybe you could define
> a constant once in a header to choose the correct address family rather
> than putting #if's around all the svc_create() calls?
>
> It'd be worth running this by Chuck, as he's been doing a good job of
> that kind of thing.
>
> Could you mail future versions of any patches to the mailing list in the
> usual format, rather than providing a URL? That'd save us a little
> time.
(Whoops, sorry, I see now that you did and it got lost in the pile of
mail that I arrived while I was travelling.... Anyway, the ifdef
comments still apply.)
--b.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
[not found] ` <48F347B8.3010201@bull.net>
@ 2008-11-21 11:25 ` Steve Dickson
[not found] ` <49269AB3.3020106-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 7+ messages in thread
From: Steve Dickson @ 2008-11-21 11:25 UTC (permalink / raw)
To: Le Rouzic
Cc: Varun Chandramohan, Chuck Lever, Frank S Filz, J. Bruce Fields,
Linux NFS Mailing list
Le Rouzic wrote:
> Hi,
> My patches are based on Chuck 's ones for nfs-utils and kernel. So
> when those from Chuck
> are committed I will need to review mines if always OK.
> Steve Dickson is planning to integrate most of the mount and statd
> command changes done by Chuck for IPV6
> in next package nfs-utils-1.1.4.
This is done and can be found in git://linux-nfs.org/nfs-utils git
Also note number of IPv6 orientated changes have been added and
will continue to be added to both the libitrpc and rpcbind git
trees found at:
git://git.infradead.org/~steved/libtirpc.git
git://git.infradead.org/~steved/rpcbind.git
steved.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
[not found] ` <49269AB3.3020106-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
@ 2008-11-21 12:55 ` Le Rouzic
2008-11-21 15:10 ` Chuck Lever
1 sibling, 0 replies; 7+ messages in thread
From: Le Rouzic @ 2008-11-21 12:55 UTC (permalink / raw)
To: Steve Dickson
Cc: Varun Chandramohan, Chuck Lever, Frank S Filz, J. Bruce Fields,
Linux NFS Mailing list
OK. I'll have a look.
Best Regards
Steve Dickson a =E9crit :
>Le Rouzic wrote:
> =20
>
>> Hi,
>> My patches are based on Chuck 's ones for nfs-utils and kernel. So
>>when those from Chuck
>> are committed I will need to review mines if always OK.
>> Steve Dickson is planning to integrate most of the mount and statd
>>command changes done by Chuck for IPV6
>> in next package nfs-utils-1.1.4.
>> =20
>>
>This is done and can be found in git://linux-nfs.org/nfs-utils git
>
>Also note number of IPv6 orientated changes have been added and
>will continue to be added to both the libitrpc and rpcbind git=20
>trees found at:
>
>git://git.infradead.org/~steved/libtirpc.git
>git://git.infradead.org/~steved/rpcbind.git
>
>steved.
>
>--
>To unsubscribe from this list: send the line "unsubscribe linux-nfs" i=
n
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
> =20
>
--=20
-----------------------------------------------------------------
Company : Bull, Architect of an Open World TM (www.bull.com)
Name : Aime Le Rouzic=20
Mail : Bull - BP 208 - 38432 Echirolles Cedex - France
E-Mail : aime.le-rouzic@bull.net
Phone : 33 (4) 76.29.75.51
=46ax : 33 (4) 76.29.75.18
-----------------------------------------------------------------=20
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
[not found] ` <49269AB3.3020106-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2008-11-21 12:55 ` Le Rouzic
@ 2008-11-21 15:10 ` Chuck Lever
2008-11-21 15:26 ` Steve Dickson
1 sibling, 1 reply; 7+ messages in thread
From: Chuck Lever @ 2008-11-21 15:10 UTC (permalink / raw)
To: Steve Dickson
Cc: Le Rouzic, Varun Chandramohan, Frank S Filz, J. Bruce Fields,
Linux NFS Mailing list
Hi Steve-
On Nov 21, 2008, at 6:25 AM, Steve Dickson wrote:
> Le Rouzic wrote:
>> Hi,
>> My patches are based on Chuck 's ones for nfs-utils and kernel. So
>> when those from Chuck
>> are committed I will need to review mines if always OK.
>> Steve Dickson is planning to integrate most of the mount and statd
>> command changes done by Chuck for IPV6
>> in next package nfs-utils-1.1.4.
> This is done and can be found in git://linux-nfs.org/nfs-utils git
I have the latest version of this repo, and there are only the first
two IPv6 patches in there. These two patches only add new shared
functionality, none of which is even used yet. So I have a lot more
to send you.
Or did I misunderestimate what you meant?
> Also note number of IPv6 orientated changes have been added and
> will continue to be added to both the libitrpc and rpcbind git
> trees found at:
>
> git://git.infradead.org/~steved/libtirpc.git
> git://git.infradead.org/~steved/rpcbind.git
+1
These are pretty much required now to use NFS IPv6 with the latest
kernels.
--
Chuck Lever
chuck[dot]lever[at]oracle[dot]com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
2008-11-21 15:10 ` Chuck Lever
@ 2008-11-21 15:26 ` Steve Dickson
0 siblings, 0 replies; 7+ messages in thread
From: Steve Dickson @ 2008-11-21 15:26 UTC (permalink / raw)
To: Chuck Lever
Cc: Le Rouzic, Varun Chandramohan, Frank S Filz, J. Bruce Fields,
Linux NFS Mailing list
Chuck Lever wrote:
> Hi Steve-
>
> On Nov 21, 2008, at 6:25 AM, Steve Dickson wrote:
>> Le Rouzic wrote:
>>> Hi,
>>> My patches are based on Chuck 's ones for nfs-utils and kernel. So
>>> when those from Chuck
>>> are committed I will need to review mines if always OK.
>>> Steve Dickson is planning to integrate most of the mount and statd
>>> command changes done by Chuck for IPV6
>>> in next package nfs-utils-1.1.4.
>> This is done and can be found in git://linux-nfs.org/nfs-utils git
>
> I have the latest version of this repo, and there are only the first two
> IPv6 patches in there. These two patches only add new shared
> functionality, none of which is even used yet. So I have a lot more to
> send you.
Bring them on... ;-)
steved.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2008-11-21 15:28 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-19 12:36 Full IPv6 client and server support (kernel and user commands) Le Rouzic
2008-09-24 16:51 ` J. Bruce Fields
2008-09-24 22:07 ` J. Bruce Fields
[not found] ` <48DA228D.9040302@linux.vnet.ibm.com>
[not found] ` <C0657B95-8B13-4D0B-A1D5-B1CDDB1C4AA7@oracle.com>
[not found] ` <48DB4C1C.6000805@bull.net>
[not found] ` <48DB5D89.6000407@linux.vnet.ibm.com>
[not found] ` <48DB79A7.2080501@bull.net>
[not found] ` <48DB7C51.8000606@linux.vnet.ibm.com>
[not found] ` <54717A2D-9C8B-48EB-AAEF-D6F5FF60E0D5@oracle.com>
[not found] ` <48DC824F.6070701@linux.vnet.ibm.com>
[not found] ` <48DC90BD.4070702@bull.net>
[not found] ` <48DCB184.1030406@linux.vnet.ibm.com>
[not found] ` <8B169994-A636-440A-AF7A-7E043D18385E@oracle.com>
[not found] ` <48DDA945.7020800@linux.vnet.ibm.com>
[not found] ` <48E06DAC.2030708@linux.vnet.ibm.com>
[not found] ` <48E085A7.7040000@bull.net>
[not found] ` <48E19A2E.7090005@linux.vnet.ibm.com>
[not found] ` <48E62607.80809@bull.net>
[not found] ` <48F31FEF.4040907@linux.vnet.ibm.com>
[not found] ` <48F347B8.3010201@bull.net>
2008-11-21 11:25 ` Steve Dickson
[not found] ` <49269AB3.3020106-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2008-11-21 12:55 ` Le Rouzic
2008-11-21 15:10 ` Chuck Lever
2008-11-21 15:26 ` Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox