* [PATCH] sunrpc: fix rdma dependencies
[not found] <200902030112.n131CNiq010549@imap1.linux-foundation.org>
@ 2009-02-03 22:13 ` Randy Dunlap
2009-02-03 23:20 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-02-03 22:13 UTC (permalink / raw)
To: linux-kernel
Cc: Andrew Morton, J. Bruce Fields, Neil Brown, Roland Dreier,
Dave Miller, netdev
Andrew Morton wrote:
> This patch was dropped because other changes were merged, which wrecked this patch.
The kconfig just moved from one file to another one. The problem is still there.
---
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix sunrpc/rdma build dependencies.
Survives 12 build combinations of INET, IPV6, SUNRPC,
INFINIBAND, and INFINIBAND_ADDR_TRANS.
ERROR: "rdma_destroy_id" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_connect" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_destroy_qp" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_create_id" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_create_qp" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_resolve_route" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_disconnect" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_resolve_addr" [net/sunrpc/xprtrdma/xprtrdma.ko] undefined!
ERROR: "rdma_accept" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
ERROR: "rdma_destroy_id" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
ERROR: "rdma_listen" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
ERROR: "rdma_create_id" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
ERROR: "rdma_create_qp" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
ERROR: "rdma_bind_addr" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
ERROR: "rdma_disconnect" [net/sunrpc/xprtrdma/svcrdma.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: J. Bruce Fields <bfields@fieldses.org>
cc: Neil Brown <neilb@suse.de>
cc: Roland Dreier <rolandd@cisco.com>
cc: Dave Miller <davem@davemloft.net>
---
net/sunrpc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- mmotm-2009-0202-1712.orig/net/sunrpc/Kconfig
+++ mmotm-2009-0202-1712/net/sunrpc/Kconfig
@@ -6,7 +6,7 @@ config SUNRPC_GSS
config SUNRPC_XPRT_RDMA
tristate
- depends on SUNRPC && INFINIBAND && EXPERIMENTAL
+ depends on SUNRPC && INFINIBAND && INFINIBAND_ADDR_TRANS && EXPERIMENTAL
default SUNRPC && INFINIBAND
help
This option allows the NFS client and server to support
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sunrpc: fix rdma dependencies
2009-02-03 22:13 ` [PATCH] sunrpc: fix rdma dependencies Randy Dunlap
@ 2009-02-03 23:20 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-02-03 23:20 UTC (permalink / raw)
To: randy.dunlap; +Cc: linux-kernel, akpm, bfields, neilb, rolandd, netdev
From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Tue, 03 Feb 2009 14:13:15 -0800
> Fix sunrpc/rdma build dependencies.
> Survives 12 build combinations of INET, IPV6, SUNRPC,
> INFINIBAND, and INFINIBAND_ADDR_TRANS.
...
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Applied, thanks Randy.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-03 23:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200902030112.n131CNiq010549@imap1.linux-foundation.org>
2009-02-03 22:13 ` [PATCH] sunrpc: fix rdma dependencies Randy Dunlap
2009-02-03 23:20 ` David Miller
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).