[openib-general] [PATCH] OpenSM/osm_link_mgr.c: Use leaf HOQLife for IB router ports
Hal Rosenstock
halr at voltaire.com
Thu Oct 12 04:24:29 PDT 2006
OpenSM/osm_link_mgr.c: Use leaf HOQLife for IB router ports
Signed-off-by: Hal Rosenstock <halr at voltaire.com>
---
Index: opensm/osm_link_mgr.c
===================================================================
--- opensm/osm_link_mgr.c (revision 9771)
+++ opensm/osm_link_mgr.c (working copy)
@@ -264,7 +264,7 @@ __osm_link_mgr_set_physp_pi(
IB_NODE_TYPE_ROUTER)
{
ib_port_info_set_hoq_lifetime(
- p_pi, p_mgr->p_subn->opt.head_of_queue_lifetime);
+ p_pi, p_mgr->p_subn->opt.leaf_head_of_queue_lifetime);
}
else if (osm_node_get_type(osm_physp_get_node_ptr(p_physp)) ==
IB_NODE_TYPE_SWITCH)
More information about the general
mailing list