summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw/Kconfig
diff options
context:
space:
mode:
authorBernard Metzler <bmt@zurich.ibm.com>2019-08-09 17:18:16 +0200
committerDoug Ledford <dledford@redhat.com>2019-08-13 12:22:06 -0400
commit2c8ccb37b08fe364f02a9914daca474d43151453 (patch)
treeca7161194d86802b9625c678de0707858da83779 /drivers/infiniband/sw/siw/Kconfig
parent932727c55653c1d7838d0ecd0cdce4393be156e0 (diff)
RDMA/siw: Change CQ flags from 64->32 bits
This patch changes the driver/user shared (mmapped) CQ notification flags field from unsigned 64-bits size to unsigned 32-bits size. This enables building siw on 32-bit architectures. This patch changes the siw-abi, but as siw was only just merged in this merge window cycle, there are no released kernels with the prior abi. We are making no attempt to be binary compatible with siw user space libraries prior to the merge of siw into the upstream kernel, only moving forward with upstream kernels and upstream rdma-core provided siw libraries are we guaranteeing compatibility. Signed-off-by: Bernard Metzler <bmt@zurich.ibm.com> Link: https://lore.kernel.org/r/20190809151816.13018-1-bmt@zurich.ibm.com Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/sw/siw/Kconfig')
-rw-r--r--drivers/infiniband/sw/siw/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/sw/siw/Kconfig b/drivers/infiniband/sw/siw/Kconfig
index dace276aea14..b622fc62f2cd 100644
--- a/drivers/infiniband/sw/siw/Kconfig
+++ b/drivers/infiniband/sw/siw/Kconfig
@@ -1,6 +1,6 @@
config RDMA_SIW
tristate "Software RDMA over TCP/IP (iWARP) driver"
- depends on INET && INFINIBAND && LIBCRC32C && 64BIT
+ depends on INET && INFINIBAND && LIBCRC32C
select DMA_VIRT_OPS
help
This driver implements the iWARP RDMA transport over