On Mon, Jul 20, 2009 at 10:48:55AM -0700, Roland Dreier wrote: > > > -int ibv_attach_mcast(struct ibv_qp *qp, union ibv_gid *gid, uint16_t lid); > > +int ibv_attach_mcast(struct ibv_qp *qp, const union ibv_gid *gid, > uint16_t lid); > > Seems fine to me... I can't think of any risk of this breaking > compatibility anywhere, but maybe I'm not being paranoid enough?
In C constness has no effect on the symbol binding or calling convention, so it is ok - AFAIK. I have also patches for mlx4 and mthca to suppress the compiler warning that results from this patch. ipath is OK as is, and I'm not sure where the iwarp stuff lives.. Jason _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
