From: Greg Banks <gnb@sgi.com>
To: Tom Tucker <tom@opengridcomputing.com>
Cc: Linux NFS Mailing List <nfs@lists.sourceforge.net>,
Thomas Talpey <Thomas.Talpey@netapp.com>,
Peter Leckie <pleckie@melbourne.sgi.com>
Subject: [RFC,PATCH 0/14] A transport switch for knfsd
Date: Thu, 17 May 2007 05:18:21 +1000 [thread overview]
Message-ID: <20070516191821.GF9626@sgi.com> (raw)
G'day,
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.
These patches have received light testing in a tree similar to 2.6.19
on ia64, and been forward ported without further testing to 2.6.21.
They're intended for testing in Tom's development tree, but are cc'ed
to the Linux mailing list for initial review.
[RFC,PATCH 1/14] knfsd: add transport ops
[RFC,PATCH 2/14] knfsd: delete per transport
[RFC,PATCH 3/14] knfsd: prepare reply per transport
[RFC,PATCH 4/14] knfsd: has_wspace per transport
[RFC,PATCH 5/14] knfsd: max_payload per transport
[RFC,PATCH 6/14] knfsd: add svc_sock_is_connection
[RFC,PATCH 7/14] knfsd: export svc_sock_enqueue, svc_sock_received
[RFC,PATCH 8/14] knfsd: centralise SK_CLOSE handling
[RFC,PATCH 9/14] knfsd: centralise SK_CONN handling
[RFC,PATCH 10/14] knfsd: add SK_LISTENER
[RFC,PATCH 11/14] knfsd: centralise SK_DATA handling
[RFC,PATCH 12/14] knfsd: add svc_sock_get
[RFC,PATCH 13/14] knfsd: add svc_sock_init
[RFC,PATCH 14/14] knfsd: centralise SK_ bits some more
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 reply other threads:[~2007-05-16 19:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-16 19:18 Greg Banks [this message]
2007-05-16 20:53 ` [RFC,PATCH 0/14] A transport switch for knfsd J. Bruce Fields
2007-05-17 1:36 ` Talpey, Thomas
2007-05-17 7:00 ` Greg Banks
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=20070516191821.GF9626@sgi.com \
--to=gnb@sgi.com \
--cc=Thomas.Talpey@netapp.com \
--cc=nfs@lists.sourceforge.net \
--cc=pleckie@melbourne.sgi.com \
--cc=tom@opengridcomputing.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.