Message ID | 20211228080717.10666-5-lizhijian@cn.fujitsu.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | RDMA/rxe: Add RDMA FLUSH operation | expand |
On Tue, Dec 28, 2021 at 04:07:11PM +0800, Li Zhijian wrote:
> We will enable the RDMA FLUSH on rxe device later.
Then this is the wrong patch order
Jason
On 06/01/2022 08:22, Jason Gunthorpe wrote: > On Tue, Dec 28, 2021 at 04:07:11PM +0800, Li Zhijian wrote: >> We will enable the RDMA FLUSH on rxe device later. > Then this is the wrong patch order Good catch, It will move it to the rear of this set. Thanks Zhijian > > Jason
diff --git a/drivers/infiniband/sw/rxe/rxe_param.h b/drivers/infiniband/sw/rxe/rxe_param.h index 918270e34a35..5c140f311aa2 100644 --- a/drivers/infiniband/sw/rxe/rxe_param.h +++ b/drivers/infiniband/sw/rxe/rxe_param.h @@ -53,7 +53,8 @@ enum rxe_device_param { | IB_DEVICE_ALLOW_USER_UNREG | IB_DEVICE_MEM_WINDOW | IB_DEVICE_MEM_WINDOW_TYPE_2A - | IB_DEVICE_MEM_WINDOW_TYPE_2B, + | IB_DEVICE_MEM_WINDOW_TYPE_2B + | IB_DEVICE_RDMA_FLUSH, RXE_MAX_SGE = 32, RXE_MAX_WQE_SIZE = sizeof(struct rxe_send_wqe) + sizeof(struct ib_sge) * RXE_MAX_SGE,
We will enable the RDMA FLUSH on rxe device later. Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com> --- drivers/infiniband/sw/rxe/rxe_param.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)