I'm looking at a ibverbs code from Mellanox.
With a send/recv operation via ibverbs.
The code is using UD connections.
But it didnt work when I change
qp_type = IBV_QPT_UD to IBV_QPT_RC
What do I need to change in this case other then the qp_type?
The code can be found here in the repo
https://github.com/alokprasad/books-src/tree/master/rdma-src-mellanox
under basic_send and basic_recv