From: Tom Tucker Subject: Re: [RFC,PATCH 7/8] rdma: makefile Date: Mon, 03 Dec 2007 11:26:19 -0600 Message-ID: <1196702779.5811.3.camel@trinity.ogc.int> References: <20071129224412.14887.14136.stgit@dell3.ogc.int> <20071129224513.14887.8074.stgit@dell3.ogc.int> <2F4C0A61-33B5-4D2D-9349-657EC856A8B2@oracle.com> Mime-Version: 1.0 Content-Type: text/plain Cc: "J. Bruce Fields" , linux-nfs@vger.kernel.org To: Chuck Lever Return-path: Received: from 209-198-142-2-host.prismnet.net ([209.198.142.2]:51117 "EHLO smtp.opengridcomputing.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751125AbXLCRV5 (ORCPT ); Mon, 3 Dec 2007 12:21:57 -0500 In-Reply-To: <2F4C0A61-33B5-4D2D-9349-657EC856A8B2@oracle.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Mon, 2007-12-03 at 12:00 -0500, Chuck Lever wrote: > On Nov 29, 2007, at 5:45 PM, Tom Tucker wrote: > > Add the NFSD_RDMA module to the sunrpc makefile. > > General question about how the RPC level RDMA code is organized: The > client-side RDMA service provider lives in its own subdirectory of > net/sunrpc. Should the server side provider also live in that > directory? Should these two be glued together into a single module? > I don't think so because the client and server are truly independent and of course, you will often mount over RDMA, but not serve over RDMA. What's the fan-out 20-1? > > Signed-off-by: Tom Tucker > > --- > > > > net/sunrpc/Makefile | 4 ++++ > > 1 files changed, 4 insertions(+), 0 deletions(-) > > > > diff --git a/net/sunrpc/Makefile b/net/sunrpc/Makefile > > index 92e1dbe..6d03dbf 100644 > > --- a/net/sunrpc/Makefile > > +++ b/net/sunrpc/Makefile > > @@ -15,3 +15,7 @@ sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o > > sched.o \ > > svc_xprt.o > > sunrpc-$(CONFIG_PROC_FS) += stats.o > > sunrpc-$(CONFIG_SYSCTL) += sysctl.o > > + > > +obj-$(CONFIG_NFSD_RDMA) += svcrdma.o > > +svcrdma-y := svc_rdma.o svc_rdma_transport.o \ > > + svc_rdma_marshal.o svc_rdma_sendto.o svc_rdma_recvfrom.o > > > -- > Chuck Lever > chuck[dot]lever[at]oracle[dot]com > - > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html