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

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.

  reply	other threads:[~2009-03-04  5:14 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 ` [PATCH] RDS: fix iband RDMA dependencies Randy Dunlap
2009-03-04  5:13   ` Andy Grover [this message]
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=49AE0E13.6090905@oracle.com \
    --to=andy.grover@oracle.com \
    --cc=akpm@linux-foundation.org \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    /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.