Kconfig 686 B

12345678910111213141516171819202122232425262728
  1. config RDS
  2. tristate "The RDS Protocol"
  3. depends on INET
  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. depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
  11. ---help---
  12. Allow RDS to use Infiniband and iWARP as a transport.
  13. This transport supports RDMA operations.
  14. config RDS_TCP
  15. tristate "RDS over TCP"
  16. depends on RDS
  17. ---help---
  18. Allow RDS to use TCP as a transport.
  19. This transport does not support RDMA operations.
  20. config RDS_DEBUG
  21. bool "RDS debugging messages"
  22. depends on RDS
  23. default n