From patchwork Wed Dec 9 08:48:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yevgeny Kliteynik X-Patchwork-Id: 65926 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB98eZ2Q024606 for ; Wed, 9 Dec 2009 08:40:35 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751554AbZLIIk1 (ORCPT ); Wed, 9 Dec 2009 03:40:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751645AbZLIIk1 (ORCPT ); Wed, 9 Dec 2009 03:40:27 -0500 Received: from mail.mellanox.co.il ([194.90.237.43]:51789 "EHLO mellanox.co.il" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751554AbZLIIk0 (ORCPT ); Wed, 9 Dec 2009 03:40:26 -0500 Received: from Internal Mail-Server by MTLPINE1 (envelope-from kliteyn@dev.mellanox.co.il) with SMTP; 9 Dec 2009 10:48:50 +0200 Received: from [10.4.1.29] ([10.4.1.29]) by mtlexch01.mtl.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 9 Dec 2009 10:39:37 +0200 Message-ID: <4B1F6454.8060001@dev.mellanox.co.il> Date: Wed, 09 Dec 2009 10:48:20 +0200 From: Yevgeny Kliteynik Reply-To: kliteyn@dev.mellanox.co.il User-Agent: Thunderbird 1.5.0.5 (X11/20060719) MIME-Version: 1.0 To: Sasha Khapyorsky CC: Linux RDMA Subject: [PATCH] opensm/libvendor//osm_vendor_ibumad_sa.c: uninitialized fields X-OriginalArrivalTime: 09 Dec 2009 08:39:37.0274 (UTC) FILETIME=[240839A0:01CA78AB] X-TM-AS-Product-Ver: SMEX-8.0.0.1181-6.000.1038-17058.005 X-TM-AS-Result: No--5.652200-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org diff --git a/opensm/libvendor/osm_vendor_ibumad_sa.c b/opensm/libvendor/osm_vendor_ibumad_sa.c index e05a5ef..78f2bce 100644 --- a/opensm/libvendor/osm_vendor_ibumad_sa.c +++ b/opensm/libvendor/osm_vendor_ibumad_sa.c @@ -241,6 +241,8 @@ osmv_bind_sa(IN osm_vendor_t * const p_vend, bind_info.is_report_processor = FALSE; bind_info.send_q_size = OSM_SM_DEFAULT_QP1_RCV_SIZE; bind_info.recv_q_size = OSM_SM_DEFAULT_QP1_SEND_SIZE; + bind_info.timeout = OSM_DEFAULT_TRANS_TIMEOUT_MILLISEC; + bind_info.retries = OSM_DEFAULT_RETRY_COUNT; /* allocate the new sa bind info */ p_sa_bind_info =