[openib-general] [IWARP BRANCH] [PATCH 0/3] Fix rdma_lat and rdma_bw to work with the new stack and libraries

Pradipta Kumar Banerjee bpradip at in.ibm.com
Tue Jun 27 10:51:49 PDT 2006


The present rdma_lat and rdma_bw utilizing the RDMA CM is broken and doesn't
work with the latest libraries. The present code breaks because of using the old
signature for the function rdma_get_cm_event. 

old function signature - int rdma_get_cm_event(struct rdma_cm_event **event)
new function signature - int rdma_get_cm_event(struct rdma_event_channel *channel,
				struct rdma_cm_event **event)

This patchset consists changes for rdma_lat, rdma_bw and Makefile.

1 - rdma_lat.c changes
2 - rdma_bw.c changes
3 - Makefile changes

Signed-off-by: Pradipta Kumar Banerjee <bpradip at in.ibm.com>

---

Thanks,
Pradipta Kumar.




More information about the general mailing list