| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config RDMA_RXE |
|---|
| 2 | 3 | tristate "Software RDMA over Ethernet (RoCE) driver" |
|---|
| 3 | 4 | depends on INET && PCI && INFINIBAND |
|---|
| 4 | | - depends on !64BIT || ARCH_DMA_ADDR_T_64BIT |
|---|
| 5 | + depends on INFINIBAND_VIRT_DMA |
|---|
| 5 | 6 | select NET_UDP_TUNNEL |
|---|
| 6 | 7 | select CRYPTO |
|---|
| 7 | 8 | select CRYPTO_CRC32 |
|---|
| 8 | | - select DMA_VIRT_OPS |
|---|
| 9 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 10 | 10 | This driver implements the InfiniBand RDMA transport over |
|---|
| 11 | 11 | the Linux network stack. It enables a system with a |
|---|
| 12 | 12 | standard Ethernet adapter to interoperate with a RoCE |
|---|