On 11:57 Wed 07 Jul , Jim Schutt wrote:
>
> So I think the end of the above chunk only needs to be
>
> -
> - str = strdup(engine_names);
> - name = strtok_r(str, ", \t\n", &p);
> - while (name && *name) {
> - setup_routing_engine(osm, name);
> - name = strtok_r(NULL, ", \t\n", &p);
> - }
> + if (!osm->default_routing_engine)
> + setup_routing_engine(osm, "minhop");
This makes sense. Don't need to resubmit the patch, I will fix.
Sasha
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html