Kconfig 731 B

1234567891011121314151617181920212223242526272829
  1. config RDS
  2. tristate "The RDS Protocol (EXPERIMENTAL)"
  3. depends on INET && EXPERIMENTAL
  4. ---help---
  5. The RDS (Reliable Datagram Sockets) protocol provides reliable,
  6. sequenced delivery of datagrams over Infiniband, iWARP,
  7. or TCP.
  8. config RDS_RDMA
  9. tristate "RDS over Infiniband and iWARP"
  10. select LLIST
  11. depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
  12. ---help---
  13. Allow RDS to use Infiniband and iWARP as a transport.
  14. This transport supports RDMA operations.
  15. config RDS_TCP
  16. tristate "RDS over TCP"
  17. depends on RDS
  18. ---help---
  19. Allow RDS to use TCP as a transport.
  20. This transport does not support RDMA operations.
  21. config RDS_DEBUG
  22. bool "RDS debugging messages"
  23. depends on RDS
  24. default n