Directory Files
.. 1
File Size
Kconfig 830 B
Makefile 150 B
iwarp.h 8.0 kB
siw.h 19 kB
siw.mod.c 0 B
siw_cm.c 47 kB
siw_cm.h 3.3 kB
siw_cq.c 3.3 kB
siw_main.c 14 kB
siw_mem.c 10 kB
siw_mem.h 2.2 kB
siw_qp.c 33 kB
siw_qp_rx.c 38 kB
siw_qp_tx.c 32 kB
siw_verbs.c 45 kB
siw_verbs.h 3.8 kB

Linux v6.6.1 - siw

config RDMA_SIW
	tristate "Software RDMA over TCP/IP (iWARP) driver"
	depends on INET && INFINIBAND
	depends on INFINIBAND_VIRT_DMA
	select LIBCRC32C
	select CRYPTO
	select CRYPTO_CRC32C
	help
	This driver implements the iWARP RDMA transport over
	the Linux TCP/IP network stack. It enables a system with a
	standard Ethernet adapter to interoperate with a iWARP
	adapter or with another system running the SIW driver.
	(See also RXE which is a similar software driver for RoCE.)

	The driver interfaces with the Linux RDMA stack and
	implements both a kernel and user space RDMA verbs API.
	The user space verbs API requires a support
	library named libsiw which is loaded by the generic user
	space verbs API, libibverbs. To implement RDMA over
	TCP/IP, the driver further interfaces with the Linux
	in-kernel TCP socket layer.