* [PATCH mmotm] infiniband: fix iser dependency
[not found] <200901122101.n0CL1fnr017411@imap1.linux-foundation.org>
@ 2009-01-12 23:07 ` Randy Dunlap
2009-01-13 3:31 ` Roland Dreier
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-01-12 23:07 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton, rdreier@cisco.com
From: Randy Dunlap <randy.dunlap@oracle.com>
Fix ib_iser build to depend on INFINIBAND_ADDR_TRANS:
ERROR: "rdma_destroy_id" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_connect" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_destroy_qp" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_create_id" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_create_qp" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_resolve_route" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_disconnect" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
ERROR: "rdma_resolve_addr" [drivers/infiniband/ulp/iser/ib_iser.ko] undefined!
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/infiniband/ulp/iser/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- mmotm-2009-0112-1301.orig/drivers/infiniband/ulp/iser/Kconfig
+++ mmotm-2009-0112-1301/drivers/infiniband/ulp/iser/Kconfig
@@ -1,6 +1,6 @@
config INFINIBAND_ISER
tristate "iSCSI Extensions for RDMA (iSER)"
- depends on SCSI && INET
+ depends on SCSI && INET && INFINIBAND_ADDR_TRANS
select SCSI_ISCSI_ATTRS
---help---
Support for the iSCSI Extensions for RDMA (iSER) Protocol
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH mmotm] infiniband: fix iser dependency
2009-01-12 23:07 ` [PATCH mmotm] infiniband: fix iser dependency Randy Dunlap
@ 2009-01-13 3:31 ` Roland Dreier
0 siblings, 0 replies; 2+ messages in thread
From: Roland Dreier @ 2009-01-13 3:31 UTC (permalink / raw)
To: Randy Dunlap; +Cc: linux-kernel, Andrew Morton
thanks, I guess we broke this when we added IPv6 support to the rdma_xxx
stuff (INFINIBAND_ISER can be selected with INET=y but IPV6=n in the
current tree, which I guess is how you saw this failure). applied...
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-13 3:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200901122101.n0CL1fnr017411@imap1.linux-foundation.org>
2009-01-12 23:07 ` [PATCH mmotm] infiniband: fix iser dependency Randy Dunlap
2009-01-13 3:31 ` Roland Dreier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox