Is there any utility to generate log to diagnose RDMA operation?

I’m new to the RDMA world and playing with ConnectX-2 card on Windows Server 2012 R2.

I wrote some code to do operation like send and invalidate over RDMA, data could be received but the memory seems not be invalidated as expected.

Is there a way to track and dump what’re the operations/event on the adapter level?

Thanks in advance.

Hi,

There is a User Manual for programming RDMA available on Mellanox website:

http://www.mellanox.com/related-docs/prod_software/RDMA_Aware_Programming_user_manual.pdf http://www.mellanox.com/related-docs/prod_software/RDMA_Aware_Programming_user_manual.pdf

There are also courses available at Mellanox Academy:

Mellanox RDMA Application Programming - Mellanox Technologies Academy http://www.mellanox.com/academy/courses/rdma-application-programming.php

Let me know if that helps you