mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
RDMA/rxe: Enable atomic write capability for rxe device
The capability shows that rxe device supports atomic write operation. Link: https://lore.kernel.org/r/1669905568-62-4-git-send-email-yangx.jy@fujitsu.com Signed-off-by: Xiao Yang <yangx.jy@fujitsu.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
parent
3aec427bb1
commit
4cd9f1d320
@ -51,7 +51,12 @@ enum rxe_device_param {
|
||||
| IB_DEVICE_SRQ_RESIZE
|
||||
| IB_DEVICE_MEM_MGT_EXTENSIONS
|
||||
| IB_DEVICE_MEM_WINDOW
|
||||
#ifdef CONFIG_64BIT
|
||||
| IB_DEVICE_MEM_WINDOW_TYPE_2B
|
||||
| IB_DEVICE_ATOMIC_WRITE,
|
||||
#else
|
||||
| IB_DEVICE_MEM_WINDOW_TYPE_2B,
|
||||
#endif /* CONFIG_64BIT */
|
||||
RXE_MAX_SGE = 32,
|
||||
RXE_MAX_WQE_SIZE = sizeof(struct rxe_send_wqe) +
|
||||
sizeof(struct ib_sge) * RXE_MAX_SGE,
|
||||
|
Loading…
Reference in New Issue
Block a user