***SPAM*** Re: [ofa-general] [PATCH v2] fix local port smlid

Sasha Khapyorsky sashak at voltaire.com
Thu Mar 12 08:21:04 PDT 2009


On 09:33 Thu 05 Mar     , Hal Rosenstock wrote:
> > --
> > 1.5.5
> 
> Looks to me like the patch wasn't updated.

It was:


diff --git a/opensm/opensm/osm_req.c b/opensm/opensm/osm_req.c
index aa4609c..33196d1 100644
--- a/opensm/opensm/osm_req.c
+++ b/opensm/opensm/osm_req.c
@@ -243,7 +243,7 @@ int osm_send_trap144(osm_sm_t *sm, ib_net16_t local)
 	/* wrong value in local portinfo */
 	/* this may happen when we move to standby and master updates */
 	/* out smlid but we will not query it */
-	pi->master_sm_base_lid = smport->p_physp->port_info.master_sm_base_lid;
+	pi->master_sm_base_lid = smport->p_physp->port_info.base_lid;
 
 	/* don't bother with sending trap when SMA supports this */
 	if (!local &&

Sasha



More information about the general mailing list