From: Yevgeny Kliteynik <kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
To: Sasha Khapyorsky <sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org>
Cc: Linux RDMA <linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] opensm/libvendor//osm_vendor_ibumad_sa.c: uninitialized fields
Date: Wed, 09 Dec 2009 10:37:43 +0200 [thread overview]
Message-ID: <4B1F61D7.8070207@dev.mellanox.co.il> (raw)
In-Reply-To: <4B1EEBDA.5070501-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
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: kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org
> 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<kliteyn-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
> ---
> 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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-12-09 8:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-09 0:14 [PATCH] opensm/libvendor//osm_vendor_ibumad_sa.c: uninitialized fields Yevgeny Kliteynik
[not found] ` <4B1EEBDA.5070501-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2009-12-09 8:37 ` Yevgeny Kliteynik [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-12-09 8:48 Yevgeny Kliteynik
[not found] ` <4B1F6454.8060001-LDSdmyG8hGV8YrgS2mwiifqBs+8SCbDb@public.gmane.org>
2009-12-13 14:09 ` Sasha Khapyorsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B1F61D7.8070207@dev.mellanox.co.il \
--to=kliteyn-ldsdmyg8hgv8yrgs2mwiifqbs+8scbdb@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=sashak-smomgflXvOZWk0Htik3J/w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.