提交 668ce52d 编写于 作者: L Li Zhijian 提交者: Jason Gunthorpe

RDMA/rxe: Extend rxe user ABI to support flush

This commit extends the rxe user ABI to support the flush
operation defined in IBA A19.4.1. These changes are
backward compatible with the existing rxe user ABI.

The user API request a flush by filling this structure.

Link: https://lore.kernel.org/r/20221206130201.30986-4-lizhijian@fujitsu.comReviewed-by: NZhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: NLi Zhijian <lizhijian@fujitsu.com>
Signed-off-by: NJason Gunthorpe <jgg@nvidia.com>
上级 208e3a13
......@@ -82,6 +82,13 @@ struct rxe_send_wr {
__u32 invalidate_rkey;
} ex;
union {
struct {
__aligned_u64 remote_addr;
__u32 length;
__u32 rkey;
__u8 type;
__u8 level;
} flush;
struct {
__aligned_u64 remote_addr;
__u32 rkey;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册