linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] RDS: fix iband RDMA dependencies
       [not found] <200903040054.n240sjQb023953@imap1.linux-foundation.org>
@ 2009-03-04  3:32 ` Randy Dunlap
  2009-03-04  5:13   ` Andy Grover
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2009-03-04  3:32 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm, David Miller, Andy Grover

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix RDS Infiniband dependencies for RDMA so that these
build errors won't happen:

ERROR: "rdma_accept" [net/rds/rds.ko] undefined!
ERROR: "rdma_destroy_id" [net/rds/rds.ko] undefined!
ERROR: "rdma_connect" [net/rds/rds.ko] undefined!
ERROR: "rdma_destroy_qp" [net/rds/rds.ko] undefined!
ERROR: "rdma_listen" [net/rds/rds.ko] undefined!
ERROR: "rdma_notify" [net/rds/rds.ko] undefined!
ERROR: "rdma_create_id" [net/rds/rds.ko] undefined!
ERROR: "rdma_create_qp" [net/rds/rds.ko] undefined!
ERROR: "rdma_bind_addr" [net/rds/rds.ko] undefined!
ERROR: "rdma_resolve_route" [net/rds/rds.ko] undefined!
ERROR: "rdma_disconnect" [net/rds/rds.ko] undefined!
ERROR: "rdma_reject" [net/rds/rds.ko] undefined!
ERROR: "rdma_resolve_addr" [net/rds/rds.ko] undefined!

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 net/rds/Kconfig |    1 +
 1 file changed, 1 insertion(+)

--- mmotm-2009-0303-1654.orig/net/rds/Kconfig
+++ mmotm-2009-0303-1654/net/rds/Kconfig
@@ -2,6 +2,7 @@
 config RDS
 	tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
 	depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
+	depends on INFINIBAND && INFINIBAND_ADDR_TRANS
 	---help---
 	  RDS provides reliable, sequenced delivery of datagrams
 	  over Infiniband.

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

* Re: [PATCH] RDS: fix iband RDMA dependencies
  2009-03-04  3:32 ` [PATCH] RDS: fix iband RDMA dependencies Randy Dunlap
@ 2009-03-04  5:13   ` Andy Grover
  2009-03-04  5:39     ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Grover @ 2009-03-04  5:13 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kernel, akpm, David Miller

Thanks Randy.

Acked-by: Andy Grover <andy.grover@oracle.com>

-- Andy

Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Fix RDS Infiniband dependencies for RDMA so that these
> build errors won't happen:
> 
> ERROR: "rdma_accept" [net/rds/rds.ko] undefined!
> ERROR: "rdma_destroy_id" [net/rds/rds.ko] undefined!
> ERROR: "rdma_connect" [net/rds/rds.ko] undefined!
> ERROR: "rdma_destroy_qp" [net/rds/rds.ko] undefined!
> ERROR: "rdma_listen" [net/rds/rds.ko] undefined!
> ERROR: "rdma_notify" [net/rds/rds.ko] undefined!
> ERROR: "rdma_create_id" [net/rds/rds.ko] undefined!
> ERROR: "rdma_create_qp" [net/rds/rds.ko] undefined!
> ERROR: "rdma_bind_addr" [net/rds/rds.ko] undefined!
> ERROR: "rdma_resolve_route" [net/rds/rds.ko] undefined!
> ERROR: "rdma_disconnect" [net/rds/rds.ko] undefined!
> ERROR: "rdma_reject" [net/rds/rds.ko] undefined!
> ERROR: "rdma_resolve_addr" [net/rds/rds.ko] undefined!
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> ---
>  net/rds/Kconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> --- mmotm-2009-0303-1654.orig/net/rds/Kconfig
> +++ mmotm-2009-0303-1654/net/rds/Kconfig
> @@ -2,6 +2,7 @@
>  config RDS
>  	tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
>  	depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
> +	depends on INFINIBAND && INFINIBAND_ADDR_TRANS
>  	---help---
>  	  RDS provides reliable, sequenced delivery of datagrams
>  	  over Infiniband.

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

* Re: [PATCH] RDS: fix iband RDMA dependencies
  2009-03-04  5:13   ` Andy Grover
@ 2009-03-04  5:39     ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2009-03-04  5:39 UTC (permalink / raw)
  To: andy.grover; +Cc: randy.dunlap, linux-kernel, akpm

From: Andy Grover <andy.grover@oracle.com>
Date: Tue, 03 Mar 2009 21:13:55 -0800

> Thanks Randy.
> 
> Acked-by: Andy Grover <andy.grover@oracle.com>

Applied, thanks everyone.

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

end of thread, other threads:[~2009-03-04  5:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200903040054.n240sjQb023953@imap1.linux-foundation.org>
2009-03-04  3:32 ` [PATCH] RDS: fix iband RDMA dependencies Randy Dunlap
2009-03-04  5:13   ` Andy Grover
2009-03-04  5:39     ` 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).