Skip to content

Commit 124011e

Browse files
zhijianli88jgunthorpe
authored andcommitted
RDMA/rxe: Enable RDMA FLUSH capability for rxe device
Now we are ready to enable RDMA FLUSH capability for RXE. It can support Global Visibility and Persistence placement types. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Zhu Yanjun <[email protected]> Signed-off-by: Li Zhijian <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 8b4d379 commit 124011e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/infiniband/sw/rxe/rxe_param.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ enum rxe_device_param {
5151
| IB_DEVICE_SRQ_RESIZE
5252
| IB_DEVICE_MEM_MGT_EXTENSIONS
5353
| IB_DEVICE_MEM_WINDOW
54+
| IB_DEVICE_FLUSH_GLOBAL
55+
| IB_DEVICE_FLUSH_PERSISTENT
5456
#ifdef CONFIG_64BIT
5557
| IB_DEVICE_MEM_WINDOW_TYPE_2B
5658
| IB_DEVICE_ATOMIC_WRITE,

0 commit comments

Comments
 (0)