From patchwork Thu Dec 24 11:20:36 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hal Rosenstock X-Patchwork-Id: 69701 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id nBOBLe2x023602 for ; Thu, 24 Dec 2009 11:21:40 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756983AbZLXLVj (ORCPT ); Thu, 24 Dec 2009 06:21:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756982AbZLXLVj (ORCPT ); Thu, 24 Dec 2009 06:21:39 -0500 Received: from qmta09.westchester.pa.mail.comcast.net ([76.96.62.96]:52529 "EHLO QMTA09.westchester.pa.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753134AbZLXLVi (ORCPT ); Thu, 24 Dec 2009 06:21:38 -0500 Received: from OMTA20.westchester.pa.mail.comcast.net ([76.96.62.71]) by QMTA09.westchester.pa.mail.comcast.net with comcast id LzM51d0041YDfWL59zMfGJ; Thu, 24 Dec 2009 11:21:39 +0000 Received: from hal.comcast.net ([75.69.247.31]) by OMTA20.westchester.pa.mail.comcast.net with comcast id LzNT1d0010hNrtn3gzNTyK; Thu, 24 Dec 2009 11:22:27 +0000 Received: from hal.comcast.net (localhost.localdomain [127.0.0.1]) by hal.comcast.net (8.14.3/8.14.3) with ESMTP id nBOBLOFh032598; Thu, 24 Dec 2009 06:21:30 -0500 Received: (from hnrose@localhost) by hal.comcast.net (8.14.3/8.14.3/Submit) id nBOBKbLd032563; Thu, 24 Dec 2009 06:20:37 -0500 Date: Thu, 24 Dec 2009 06:20:36 -0500 From: Hal Rosenstock To: sashak@voltaire.com Cc: linux-rdma@vger.kernel.org, elid@voltaire.com, celine.bourde@bull.net Subject: [PATCH] opensm/osm_sm_mad_ctrl.c: In sm_mad_ctrl_send_err_cb, revert setting of init failure on QoS initialization failures Message-ID: <20091224112036.GA32559@comcast.net> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org 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),