[ofa-general] [PATCH 1/3] Enhanced Fat-Tree algorithm: Added balanced minhop within Fat-Tree Added qsort for choosing secondary routes order instead of simple index
Nicolas Morey Chaisemartin
nicolas.morey-chaisemartin at ext.bull.net
Thu Mar 5 09:17:10 PST 2009
>
> - for (i = 0; i < p_sw->up_port_groups_num; i++) {
> + for (i = 1; i < p_sw->up_port_groups_num; i++) {
This is wrong, it messes things up in some cases.
More information about the general
mailing list