MAD status of BUSY is not currently sent
Signed-off-by: Hal Rosenstock <[email protected]> --- diff --git a/opensm/osm_subnet.c b/opensm/osm_subnet.c index 228418f..61a59e4 100644 --- a/opensm/osm_subnet.c +++ b/opensm/osm_subnet.c @@ -1489,7 +1489,7 @@ int osm_subn_output_conf(FILE *out, IN osm_subn_opt_t * p_opts) "# Maximal time in [msec] a message can stay in the incoming message queue.\n" "# If there is more than one message in the queue and the last message\n" "# stayed in the queue more than this value, any SA request will be\n" - "# immediately returned with a BUSY status.\n" + "# immediately be dropped but BUSY status is not currently returned.\n" "max_msg_fifo_timeout %u\n\n" "# Use a single thread for handling SA queries\n" "single_thread %s\n\n", -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
