On 10:48 Tue 14 Apr , Nicolas Morey Chaisemartin wrote: > This patch enhances the use of the min hop table done in the Fat-Tree > algorithm. > Before this patch, the algorithm was using the osm_sw hops table to store the > minhop values toward any lid (Switch or not). > As this table is allocated as we need it, it required a lot of malloc calls > and quite some time to set the hops values on remote ports. > > This patch corrects this behaviour: > -The osm_sw hops table is only used for switch lid > -ftree_sw_t struct now has its own hop table (only 1 dimensionnal as we don't > need to know which port is used) to store its minhop value > > > Signed-off-by: Nicolas Morey-Chaisemartin > <[email protected]>
Applied. Thanks. 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
