Re: [openib-general] [PATCH] opensm: updn performance improvements

2007-02-26 Thread Hal Rosenstock
On Sat, 2007-02-24 at 15:13, Sasha Khapyorsky wrote: There are various performance improvements for up/down routing engine: - updn_node object which is referenced by switch's priv pointer - ranking for switches only - replace time consuming cl_list by cl_qlist - reuse already collected

[openib-general] [PATCH] opensm: updn performance improvements

2007-02-24 Thread Sasha Khapyorsky
There are various performance improvements for up/down routing engine: - updn_node object which is referenced by switch's priv pointer - ranking for switches only - replace time consuming cl_list by cl_qlist - reuse already collected up/down related information (in updn_node structure) instead