opensm/osm_sm_mad_ctrl.c: In sm_mad_ctrl_send_err_cb, revert setting of init 
failure on QoS attribute initialization failures

Revert the QoS related part of commit 254c2ef34fa0f475a93a63d805582bdd2efdeace 

There are unexplained cases of status 0x1c that have been observed
for SL to VL mapping table setting as documented in "Re: qos on service-id"
http://article.gmane.org/gmane.linux.drivers.rdma/1464

A subsequent patch will reintroduce this checking based on an additional
option which will default to not do this.

Signed-off-by: Hal Rosenstock <hal.rosenst...@gmail.com>
---
diff --git a/opensm/opensm/osm_sm_mad_ctrl.c b/opensm/opensm/osm_sm_mad_ctrl.c
index 3ae1eb6..086f71c 100644
--- a/opensm/opensm/osm_sm_mad_ctrl.c
+++ b/opensm/opensm/osm_sm_mad_ctrl.c
@@ -729,9 +729,7 @@ static void sm_mad_ctrl_send_err_cb(IN void *context, IN 
osm_madw_t * p_madw)
             p_smp->attr_id == IB_MAD_ATTR_MCAST_FWD_TBL ||
             p_smp->attr_id == IB_MAD_ATTR_SWITCH_INFO ||
             p_smp->attr_id == IB_MAD_ATTR_LIN_FWD_TBL ||
-            p_smp->attr_id == IB_MAD_ATTR_P_KEY_TABLE ||
-            p_smp->attr_id == IB_MAD_ATTR_SLVL_TABLE ||
-            p_smp->attr_id == IB_MAD_ATTR_VL_ARBITRATION)) {
+            p_smp->attr_id == IB_MAD_ATTR_P_KEY_TABLE)) {
                OSM_LOG(p_ctrl->p_log, OSM_LOG_ERROR, "ERR 3119: "
                        "Set method failed for attribute 0x%X (%s)\n",
                        cl_ntoh16(p_smp->attr_id),
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to