mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
abb79972b4
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> Acked-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
349 B
Text
14 lines
349 B
Text
|
|
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.
|
|
|
|
config RDS_DEBUG
|
|
bool "Debugging messages"
|
|
depends on RDS
|
|
default n
|
|
|