fe17f84f5f
Add RDS Kconfig and Makefile, and modify net/'s to add us to the build. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
|
|
config RDS
|
|
tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
|
|
depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
|
|
---help---
|
|
RDS provides reliable, sequenced delivery of datagrams
|
|
over Infiniband.
|
|
|
|
config RDS_DEBUG
|
|
bool "Debugging messages"
|
|
depends on RDS
|
|
default n
|
|
|