Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/2] First subset of nfs-utils IPv6 support
@ 2008-10-29 17:22 Chuck Lever
       [not found] ` <20081029172134.19663.13493.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Chuck Lever @ 2008-10-29 17:22 UTC (permalink / raw)
  To: linux-nfs

Hi Steve-

I sent these out yesterday, but I haven't seen them on the list or in
mail archives.  Ah.  It's because I didn't copy the list!  So, here
goes.

These two patches introduce a set of library functions that replace the
separate AF_INET-only implementations in each component of nfs-utils
(mount.nfs, showmount, sm-notify, etc) of GETPORT with a common shared
implementation that supports both PMAP_GETPORT and RPCB_GETADDR, and
both AF_INET and AF_INET6.  Subsequent patches will convert each
component to use these.

These should build and operate correctly on systems without any trace
of libtirpc libraries or headers.  On such systems, only PMAP_GETPORT
and AF_INET is supported.

I think these are ready to be included in nfs-utils, so let's start the
review process.

---

Chuck Lever (2):
      nfs-utils: Introduce rpcbind client utility functions
      nfs-utils: Add AF_INET6-capable API to acquire an RPC CLIENT *


 configure.ac             |    6 
 support/include/nfsrpc.h |  141 +++++++
 support/nfs/Makefile.am  |    2 
 support/nfs/getport.c    |  965 ++++++++++++++++++++++++++++++++++++++++++++++
 support/nfs/rpc_socket.c |  528 +++++++++++++++++++++++++
 5 files changed, 1641 insertions(+), 1 deletions(-)
 create mode 100644 support/include/nfsrpc.h
 create mode 100644 support/nfs/getport.c
 create mode 100644 support/nfs/rpc_socket.c

-- 
Chuck Lever

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

end of thread, other threads:[~2008-11-18 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-29 17:22 [PATCH 0/2] First subset of nfs-utils IPv6 support Chuck Lever
     [not found] ` <20081029172134.19663.13493.stgit-07a7zB5ZJzbwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2008-10-29 17:22   ` [PATCH 1/2] nfs-utils: Add AF_INET6-capable API to acquire an RPC CLIENT * Chuck Lever
2008-10-29 17:22   ` [PATCH 2/2] nfs-utils: Introduce rpcbind client utility functions Chuck Lever
2008-11-17 21:13   ` [PATCH 0/2] First subset of nfs-utils IPv6 support Steve Dickson
     [not found]     ` <4921DE84.2060607-AfCzQyP5zfLQT0dZR+AlfA@public.gmane.org>
2008-11-17 22:55       ` Chuck Lever
2008-11-18 18:05         ` Steve Dickson

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