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 <[EMAIL PROTECTED]> > > --- > > Thanks, > Pradipta Kumar. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
