* [PATCH 1/1] opensm/osm_node_info_rcv.c: Fix multiple switch discovery during a sweep
@ 2014-02-05 10:08 Alex Netes
[not found] ` <1391594898-18129-1-git-send-email-alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Alex Netes @ 2014-02-05 10:08 UTC (permalink / raw)
To: hal-VPRAkNaXOzVWk0Htik3J/w, linux-rdma-u79uwXL29TY76Z2rM5mHXA; +Cc: Alex Netes
Because of the race between Get(SwitchInfo) and Get(NodeInfo) to the
same switch, SM will send additional Get(SwitchInfo) before it get a
first reply. In a sequence SM will send many redundant MADs and slow
down the discovery process significantly.
With this fix, when a switch doesn't respond to Get(SwitchInfo) once
during the sweep it will be dropped.
Signed-off-by: Alex Netes <alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
opensm/osm_node_info_rcv.c | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/opensm/osm_node_info_rcv.c b/opensm/osm_node_info_rcv.c
index c0233f7..b7c20e8 100644
--- a/opensm/osm_node_info_rcv.c
+++ b/opensm/osm_node_info_rcv.c
@@ -573,20 +573,9 @@ static void ni_rcv_process_existing_switch(IN osm_sm_t * sm,
/*
If this switch has already been probed during this sweep,
then don't bother reprobing it.
- There is one exception - if the node has been visited, but
- for some reason we don't have the switch object (this can happen
- if the SwitchInfo mad didn't reach the SM) then we want
- to retry to probe the switch.
*/
if (p_node->discovery_count == 1)
ni_rcv_process_switch(sm, p_node, p_madw);
- else if (!p_node->sw) {
- /* we don't have the SwitchInfo - retry to get it */
- OSM_LOG(sm->p_log, OSM_LOG_DEBUG,
- "Retry to get SwitchInfo on node GUID:0x%" PRIx64 "\n",
- cl_ntoh64(osm_node_get_node_guid(p_node)));
- ni_rcv_process_switch(sm, p_node, p_madw);
- }
OSM_LOG_EXIT(sm->p_log);
}
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] opensm/osm_node_info_rcv.c: Fix multiple switch discovery during a sweep
[not found] ` <1391594898-18129-1-git-send-email-alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
@ 2014-02-05 14:43 ` Hal Rosenstock
0 siblings, 0 replies; 2+ messages in thread
From: Hal Rosenstock @ 2014-02-05 14:43 UTC (permalink / raw)
To: Alex Netes; +Cc: hal-VPRAkNaXOzVWk0Htik3J/w, linux-rdma-u79uwXL29TY76Z2rM5mHXA
On 2/5/2014 5:08 AM, Alex Netes wrote:
> Because of the race between Get(SwitchInfo) and Get(NodeInfo) to the
> same switch, SM will send additional Get(SwitchInfo) before it get a
> first reply. In a sequence SM will send many redundant MADs and slow
> down the discovery process significantly.
> With this fix, when a switch doesn't respond to Get(SwitchInfo) once
> during the sweep it will be dropped.
>
> Signed-off-by: Alex Netes <alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
Thanks. Applied.
-- Hal
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-05 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 10:08 [PATCH 1/1] opensm/osm_node_info_rcv.c: Fix multiple switch discovery during a sweep Alex Netes
[not found] ` <1391594898-18129-1-git-send-email-alexne-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
2014-02-05 14:43 ` Hal Rosenstock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox