Understanding the CuFileRDMAInfo data structure in libcufile API

Hi,
We are trying to integrate libcufile API to USERSPACE_FS with local storage (FS over nvme drive) over RDMA. The custom functions registered with cufile_descr.fs_ops are getting called. However the data structure cufileRDMAInfo_t is not having enough details to understand the RDMA details as part of desc_str.
With gdb, the following details are shown

p *rdmainfo
$4 = {version = 2, desc_len = 82, desc_str = 0xc1b220 “00007fffc3200000:00010000:00004d16:0000:00133f:1:”, ‘0’ <repeats 20 times>, “ffffcc0000e1”}

Can you please give us some pointers to interpret this data structure?
Where are the rkeys stored in the above structure?

Thanks,
Suresh

It is an old thread, but you can find the description in this example:

addr             size     rkey     lid  dctn   g gid
0102030405060708:01020304:01020304:0102:010203:1:0102030405060708090a0b0c0d0e0f10

where g means “global”, so gid is provided.