> This raises a question to this scenario: > 1) Commercial (binary) applications needs to support many > versions of OFED (ibverbs and rdmacm). > 2) ABI ibverbs 1.2 is released. > > Question: > What ibverbs ABI context will rdmacm ABI RDMACM_1.0 give > access to?
Whatever ABI that librdmacm is linked against. This is a bit of a mess, but if you build your app against the same libibverbs that the librdmacm you link against, you should be fine. - R. _______________________________________________ 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
