Sean, the following code in CMA

                *ip_ver = sdp_get_ip_ver(hdr);
                *port   = ((struct sdp_hh *) hdr)->port;
                *src    = &((struct sdp_hh *) hdr)->src_addr;
                *dst    = &((struct sdp_hh *) hdr)->dst_addr;

seems to assume that SDP places the HH message at the beginning
of the private data in CM messages.

However, I think in SDP HH is preceded by the BSDH, so this looks wrong.

-- 
MST
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to