* 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ messages in thread
[parent not found: <48DA228D.9040302@linux.vnet.ibm.com>]
* Full IPv6 client and server support (kernel and user commands)
@ 2008-09-19 12:49 Le Rouzic
2008-09-19 20:26 ` David Miller
0 siblings, 1 reply; 9+ messages in thread
From: Le Rouzic @ 2008-09-19 12:49 UTC (permalink / raw)
To: netdev
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
-----------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Full IPv6 client and server support (kernel and user commands)
2008-09-19 12:49 Le Rouzic
@ 2008-09-19 20:26 ` David Miller
0 siblings, 0 replies; 9+ messages in thread
From: David Miller @ 2008-09-19 20:26 UTC (permalink / raw)
To: aime.le-rouzic; +Cc: netdev
From: Le Rouzic <aime.le-rouzic@bull.net>
Date: Fri, 19 Sep 2008 14:49:03 +0200
> 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.
Generally, if you just point people at some web site instead of
posting your code as well partitioned patches against the current
kernel to this mailing list, people aren't even going to look at your
stuff.
Myself included.
If it doesn't get posted to the mailing list, it might as well not exist.
You're making people go through extra effort to see your work.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-11-21 15:28 UTC | newest]
Thread overview: 9+ 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
-- strict thread matches above, loose matches on Subject: below --
2008-09-19 12:49 Le Rouzic
2008-09-19 20:26 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.