w180112 / RDMA-example

RDMA programming example
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

IBV_WR_RDMA_WRITE #2

Closed vili-1 closed 1 year ago

vili-1 commented 1 year ago

The values val1 and val2 that are not being written on the server side when using the IBV_WR_RDMA_WRITE verb. However, when I use the IBV_WR_SEND verb on the client side, I am able to retrieve the values sent on the server side successfully.

I've also attempted to use the be64toh and htobe64 functions for the 64-bit address fields, but unfortunately, that didn't resolve the problem.

I would greatly appreciate any insights or suggestions you may have to help me troubleshoot this issue. Thank you.