Details
-
Technical task
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
-
9223372036854775807
Description
New FRWR API
OP | API |
---|---|
Allocate | mr = ib_alloc_mr(pd, max_num_sg, mr_type) |
Free | ib_dereg_mr(mr) |
S/G list mapping | nents = ib_map_map_mr_sg(mr, sg, sg_nents, page_size) |
Register interface (post_send) | |
struct
{
struct ib_send_wr wr;
struct ib_mr * mr;
int access;
u32 key;
}
ib_reg_mr; |
|
Opcode | IB_WR_REG_MR |
Refer to:
https://wiki.whamcloud.com/display/LNet/Adapt+to+latest+RDMA+changes
Attachments
Issue Links
- mentioned in
-
Page Loading...