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/20221206130201.30986-11-lizhijian@fujitsu.com Reviewed-by: Zhu Yanjun <zyjzyj2000@gmail.com> Signed-off-by: Li Zhijian <lizhijian@fujitsu.com> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
1 parent 8b4d379 commit 124011e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)