On Thu, Aug 1, 2013 at 8:05 AM, Yishai Hadas <[email protected]> wrote: > #ifdef HAVE_IBV_REGISTER_DRIVER > static __attribute__((constructor)) void mlx4_register_driver(void) > { > - ibv_register_driver("mlx4", mlx4_driver_init); > + verbs_register_driver("mlx4", mlx4_driver_init); > } > #else
So just to be clear, after this change libmlx4 will no longer build or work with libibverbs <= 1.1.7 (1.1.8 is unreleased but is the one with the verbs extension changes)? If so does it make sense to have this autoconf stuff (HAVE_IBV_REGISTER_DRIVER) for compatibility with libibverbs 1.0.x? How hard would it be to add an autoconf check for verbs_register_driver() and keep compatibility with libibverbs 1.1.7? - R. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
