Hi Sasha,

On 09/Dec/09 02:14, Yevgeny Kliteynik wrote:
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Return-Path: [email protected]
X-OriginalArrivalTime: 09 Dec 2009 00:05:42.0455 (UTC) 
FILETIME=[590C3C70:01CA7863]

No idea where did this header came from.
I'll try to re-send the patch.

-- Yevgeny

Taking care of couple of uninitialized fields.
Discovered with 'osmtest -f a' - bad things
start to happen when a packet is dropped, and
osmtest should really get a timeout.

Signed-off-by: Yevgeny Kliteynik<[email protected]>
---
  opensm/libvendor/osm_vendor_ibumad_sa.c |    2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)

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 =

--
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

Reply via email to