···11+config RDMA_SIW22+ tristate "Software RDMA over TCP/IP (iWARP) driver"33+ depends on INET && INFINIBAND && CRYPTO_CRC3244+ help55+ This driver implements the iWARP RDMA transport over66+ the Linux TCP/IP network stack. It enables a system with a77+ standard Ethernet adapter to interoperate with a iWARP88+ adapter or with another system running the SIW driver.99+ (See also RXE which is a similar software driver for RoCE.)1010+1111+ The driver interfaces with the Linux RDMA stack and1212+ implements both a kernel and user space RDMA verbs API.1313+ The user space verbs API requires a support1414+ library named libsiw which is loaded by the generic user1515+ space verbs API, libibverbs. To implement RDMA over1616+ TCP/IP, the driver further interfaces with the Linux1717+ in-kernel TCP socket layer.