Quoting r. Bryan O'Sullivan <[EMAIL PROTECTED]>: > > the ibv_driver_init function was changed to openib_driver_init. > > By the way, I find it unsettling that the current libibverbs internal > ABI allows silent breakage like this that cannot be detected except at > runtime, and then only when the right hardware is present. > > Mind you, I don't have any better suggestions in mind (at least not at > 10:30pm). > > But I worry about the possibility this leaves open for botched field > upgrades breaking userspace in you-don't-find-out-until-it's-too-late > ways when libibverbs 1.1 starts being used.
libipathverbs can simply export both ibv_driver_init and openib_driver_init like libmthca does, that's what we'll do for OFED. Or maybe Doug here can come up with some symbol versioning trick. Dough? -- MST _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
