Kconfig (a976c2951d8f376112361830aa7762beff83a205) | Kconfig (0812ed13217827d3c84cb7e5cb267c787d94d0a4) |
---|---|
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 NET_UDP_TUNNEL 5 depends on CRYPTO_CRC32 | 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. 12 Documentation on InfiniBand and RoCE can be downloaded at 13 www.infinibandta.org and www.openfabrics.org. (See also --- 13 unchanged lines hidden --- | 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. 12 Documentation on InfiniBand and RoCE can be downloaded at 13 www.infinibandta.org and www.openfabrics.org. (See also --- 13 unchanged lines hidden --- |