linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] RFC: RPC over AF_LOCAL, kernel client-side
@ 2011-03-22 22:08 Chuck Lever
  2011-03-22 22:09 ` [PATCH 1/4] SUNRPC: Clean up use of curly braces in switch cases Chuck Lever
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Chuck Lever @ 2011-03-22 22:08 UTC (permalink / raw)
  To: linux-nfs

Just for sh*ts and giggles, I threw together a partial implementation
of RPC over AF_LOCAL sockets, and taught the kernel rpcbind client to
use it for registering in-kernel RPC services.

It's still a little rough around the edges.  Any thoughts?

---

Chuck Lever (4):
      SUNRPC: Use AF_LOCAL for rpcbind upcalls
      SUNRPC: Support for RPC over AF_LOCAL transports
      SUNRPC: Rename xs_encode_tcp_fragment_header()
      SUNRPC: Clean up use of curly braces in switch cases


 include/linux/sunrpc/msg_prot.h |    1 
 include/linux/sunrpc/xprt.h     |    3 
 net/sunrpc/clnt.c               |   25 +-
 net/sunrpc/rpcb_clnt.c          |   97 ++++++++-
 net/sunrpc/svc.c                |    2 
 net/sunrpc/xprtsock.c           |  417 ++++++++++++++++++++++++++++++++++++++-
 6 files changed, 506 insertions(+), 39 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2011-03-23 17:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 22:08 [PATCH 0/4] RFC: RPC over AF_LOCAL, kernel client-side Chuck Lever
2011-03-22 22:09 ` [PATCH 1/4] SUNRPC: Clean up use of curly braces in switch cases Chuck Lever
2011-03-22 22:09 ` [PATCH 2/4] SUNRPC: Rename xs_encode_tcp_fragment_header() Chuck Lever
2011-03-22 22:09 ` [PATCH 3/4] SUNRPC: Support for RPC over AF_LOCAL transports Chuck Lever
2011-03-22 22:09 ` [PATCH 4/4] SUNRPC: Use AF_LOCAL for rpcbind upcalls Chuck Lever
2011-03-23 15:26 ` [PATCH 0/4] RFC: RPC over AF_LOCAL, kernel client-side Andy Adamson
2011-03-23 15:56   ` Chuck Lever
2011-03-23 17:02     ` Trond Myklebust

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).