From: Greg Banks <gnb@sgi.com>
To: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Thomas Talpey <Thomas.Talpey@netapp.com>,
Linux NFS Mailing List <nfs@lists.sourceforge.net>,
Peter Leckie <pleckie@melbourne.sgi.com>
Subject: Re: [RFC,PATCH 0/14] A transport switch for knfsd
Date: Thu, 17 May 2007 17:00:04 +1000 [thread overview]
Message-ID: <20070517070004.GC27247@sgi.com> (raw)
In-Reply-To: <20070516205316.GC18927@fieldses.org>
On Wed, May 16, 2007 at 04:53:17PM -0400, J. Bruce Fields wrote:
> On Thu, May 17, 2007 at 05:18:21AM +1000, Greg Banks wrote:
> > These 14 patches are an experimental transport switch for knfsd.
> > They're based on Tom Tucker's 01-svc-xprt-switch.patch from the
> > nfsrdma project November release, but redesigned to provide as simple
> > and clean an abstraction as possible to new transport-specific code.
> > Various messy details of flags, reference counts and other behaviour
> > which are currently redundantly handled in both TCP and UDP code,
> > will be handled in generic code now. This makes the task of writing
> > new transport code easier and less prone to breakage.
>
> Are there other conjectured future users besides rdma?
I don't know of any being planned, but you could imagine support for
DCCP or SCTP (although to be frank those would probably be simple
extensions of existing UDP and TCP code respectively).
You could also imagine transport code that made NFS work fast on
various cluster interconnects that aren't IB or deliberately designed
to pretend to be IB. One example is xpmem, which uses the block
copy offload in Altix hardware to communicate between partitions.
It's a very fast transport but the way IP is encoded on it limits
NFS transfer rates to a small fraction of what the hardware can do.
But basically RDMA is the one that's driving the need for a transport
switch because it's really very different, e.g. it doesn't use sockets.
> What's happened to server-side ipv6, by the way?
Unsure. There's certainly a lot of code support for it, I kept
tripping over it when forward porting these patches. It looks like
you'd need to have rpc.nfsd create it's own socket in userspace and
pass it down via /proc/fs/nfsd/ports.
It's intertesting to note that ipv6 support was added without a
serverside transport switch; on Irix the addition of ipv6 was what
justified a transport switch.
Greg.
--
Greg Banks, R&D Software Engineer, SGI Australian Software Group.
Apparently, I'm Bedevere. Which MPHG character are you?
I don't speak for SGI.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
NFS maillist - NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs
next prev parent reply other threads:[~2007-05-17 7:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-16 19:18 [RFC,PATCH 0/14] A transport switch for knfsd Greg Banks
2007-05-16 20:53 ` J. Bruce Fields
2007-05-17 1:36 ` Talpey, Thomas
2007-05-17 7:00 ` Greg Banks [this message]
2007-05-17 12:11 ` Talpey, Thomas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070517070004.GC27247@sgi.com \
--to=gnb@sgi.com \
--cc=Thomas.Talpey@netapp.com \
--cc=bfields@fieldses.org \
--cc=nfs@lists.sourceforge.net \
--cc=pleckie@melbourne.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.