All of lore.kernel.org
 help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: linux-kernel@vger.kernel.org
Cc: akpm <akpm@linux-foundation.org>,
	David Miller <davem@davemloft.net>,
	Andy Grover <andy.grover@oracle.com>
Subject: [PATCH] RDS: fix iband RDMA dependencies
Date: Tue, 03 Mar 2009 19:32:24 -0800	[thread overview]
Message-ID: <49ADF648.7090406@oracle.com> (raw)
In-Reply-To: <200903040054.n240sjQb023953@imap1.linux-foundation.org>

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.

  reply	other threads:[~2009-03-04  3:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-04  0:54 mmotm 2009-03-03-16-54 uploaded akpm
2009-03-04  3:32 ` Randy Dunlap [this message]
2009-03-04  5:13   ` [PATCH] RDS: fix iband RDMA dependencies Andy Grover
2009-03-04  5:39     ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49ADF648.7090406@oracle.com \
    --to=randy.dunlap@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=andy.grover@oracle.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.