[PATCH opensm] osm_ucast_mgr.c: Use LFT block of all port 0s to indicate resend

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In set_lft_block, use LFT block set to port 0 rather than invalid port
as a better way to detect that resending the LFT block is needed.

Signed-off-by: Hal Rosenstock <hal@xxxxxxxxxxxx>
--
diff --git a/opensm/osm_ucast_mgr.c b/opensm/osm_ucast_mgr.c
index c8a7360..2329ea6 100644
--- a/opensm/osm_ucast_mgr.c
+++ b/opensm/osm_ucast_mgr.c
@@ -1006,7 +1006,7 @@ static int set_lft_block(IN osm_switch_t *p_sw, IN osm_ucast_mgr_t *p_mgr,
 	 * Zero the stored LFT block, so in case the MAD will end up
 	 * with error, we will resend it in the next sweep.
 	 */
-	memset(p_sw->lft + block_id_ho * IB_SMP_DATA_SIZE, OSM_NO_PATH,
+	memset(p_sw->lft + block_id_ho * IB_SMP_DATA_SIZE, 0,
 	       IB_SMP_DATA_SIZE);
 
 	OSM_LOG(p_mgr->p_log, OSM_LOG_DEBUG,
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Photo]     [Yosemite News]     [Yosemite Photos]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux