Kconfig (552c69b36ebd966186573b9c7a286b390935cce1) Kconfig (e02637e97d68a54b1527bc654bf8377eda310226)
1config RDMA_RXE
2 tristate "Software RDMA over Ethernet (RoCE) driver"
3 depends on INET && PCI && INFINIBAND
1config RDMA_RXE
2 tristate "Software RDMA over Ethernet (RoCE) driver"
3 depends on INET && PCI && INFINIBAND
4 depends on !64BIT || ARCH_DMA_ADDR_T_64BIT
4 select NET_UDP_TUNNEL
5 select CRYPTO_CRC32
6 select DMA_VIRT_OPS
7 ---help---
8 This driver implements the InfiniBand RDMA transport over
9 the Linux network stack. It enables a system with a
10 standard Ethernet adapter to interoperate with a RoCE
11 adapter or with another system running the RXE driver.

--- 15 unchanged lines hidden ---
5 select NET_UDP_TUNNEL
6 select CRYPTO_CRC32
7 select DMA_VIRT_OPS
8 ---help---
9 This driver implements the InfiniBand RDMA transport over
10 the Linux network stack. It enables a system with a
11 standard Ethernet adapter to interoperate with a RoCE
12 adapter or with another system running the RXE driver.

--- 15 unchanged lines hidden ---