On 18:59 Sat 29 Aug , Hal Rosenstock wrote: > > > > diff --git a/opensm/opensm/osm_ucast_mgr.c b/opensm/opensm/osm_ucast_mgr.c > > index b7e3893..39d825c 100644 > > --- a/opensm/opensm/osm_ucast_mgr.c > > +++ b/opensm/opensm/osm_ucast_mgr.c > > @@ -1007,6 +1007,7 @@ int osm_ucast_mgr_process(IN osm_ucast_mgr_t * p_mgr) > > /* If configured routing algorithm failed, use default > > MinHop */ > > osm_ucast_mgr_build_lid_matrices(p_mgr); > > ucast_mgr_build_lfts(p_mgr); > > + osm_ucast_mgr_set_fwd_tables(p_mgr); > > > > Shouldn't this be osm_ucast_mgr_set_fwd_table ?
Yes it should be, but I renamed this later, now it is osm_ucast_mgr_set_fwd_tables() (since it sets all tables and not per switch as before). By mistake I pushed this last change patch before renaming so we have broken patch in the history (thing I'm trying to avoid normally). Sasha _______________________________________________ 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
