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

Steve Wise swise at opengridcomputing.com
Tue Jun 27 11:07:27 PDT 2006


Committed in the iwarp branch.  r8254.

Thanks,

Steve.



On Tue, 2006-06-27 at 23:21 +0530, Pradipta Kumar Banerjee wrote:
> 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