Skip to content

Commit 55fc4ec

Browse files
author
Konstantin Taranov
committed
Update kernel headers
To commit: ?? ("RDMA/mana_ib: UC QP support for UAPI"). Signed-off-by: Konstantin Taranov <kotaranov@microsoft.com>
1 parent 37e0cf3 commit 55fc4ec

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

kernel-headers/rdma/mana-abi.h

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,17 @@ struct mana_ib_create_rc_qp_resp {
5757
__u32 queue_id[4];
5858
};
5959

60+
struct mana_ib_create_uc_qp {
61+
__aligned_u64 queue_buf[3];
62+
__u32 queue_size[3];
63+
__u32 reserved;
64+
};
65+
66+
struct mana_ib_create_uc_qp_resp {
67+
__u32 queue_id[3];
68+
__u32 reserved;
69+
};
70+
6071
struct mana_ib_create_wq {
6172
__aligned_u64 wq_buf_addr;
6273
__u32 wq_buf_size;

0 commit comments

Comments
 (0)