> ib_init_ah_from_path() is only used to initialize the ah_attr before > calling ib_create_ah(). We have to trap for failure from > ib_create_ah(), so if ib_init_ah_from_path simply aborts, would > ib_create_ah() simply fail later?
Right now if ib_init_ah_from_path() fails then ib_create_ah() will create an AH with bogus global route info (since it just uses whatever uninitialized junk is there after ib_init_ah_from_path() returns). - R. _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
