public inbox for linux-nfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Handle "proto=rdma" regressions
@ 2010-09-07 16:25 Chuck Lever
  2010-09-07 16:26 ` [PATCH 1/4] getport: Recognize "rdma" and "rdma6" netid Chuck Lever
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Chuck Lever @ 2010-09-07 16:25 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Steve-

This series is entirely untested, and is meant to be only an example
of how we could handle "proto=rdma" and "rdma" in mount.nfs.

The last patch in the series may not work at all.  It depends on the
kernel returning EPROTONOSUPPORT for "vers=4,rdma".

---

Chuck Lever (4):
      mount.nfs: Prepare way for "vers=4,rdma" mounts
      mount.nfs: Support an "rdma" mount option
      mount.nfs: Use nfs_nfs_protocol() for checking for proto=rdma
      getport: Recognize "rdma" and "rdma6" netid


 support/include/nfsrpc.h |    6 ++++++
 support/nfs/getport.c    |   25 +++++++++++++++++++++++++
 utils/mount/network.c    |    9 +++++++--
 utils/mount/nfs.man      |   11 ++++++++++-
 utils/mount/stropts.c    |   16 ++++++++--------
 5 files changed, 56 insertions(+), 11 deletions(-)

-- 
Chuck Lever

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-09-09 14:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-07 16:25 [PATCH 0/4] Handle "proto=rdma" regressions Chuck Lever
2010-09-07 16:26 ` [PATCH 1/4] getport: Recognize "rdma" and "rdma6" netid Chuck Lever
2010-09-07 16:26 ` [PATCH 2/4] mount.nfs: Use nfs_nfs_protocol() for checking for proto=rdma Chuck Lever
2010-09-07 16:26 ` [PATCH 3/4] mount.nfs: Support an "rdma" mount option Chuck Lever
2010-09-07 16:26 ` [PATCH 4/4] mount.nfs: Prepare way for "vers=4,rdma" mounts Chuck Lever
     [not found]   ` <20100907162638.3392.14786.stgit-x+BlCsqV7M/wdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2010-09-07 20:07     ` Steve Dickson
2010-09-07 20:14       ` Chuck Lever
2010-09-07 20:30         ` Steve Dickson
2010-09-07 17:57 ` [PATCH 0/4] Handle "proto=rdma" regressions Steve Dickson
2010-09-07 19:21   ` Chuck Lever
2010-09-08 16:22     ` Steve Dickson
2010-09-09 14:50 ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox