Re: [ANNOUNCE] OFED 1.5 rc3 release is available

2009-11-26 Thread Vladimir Sokolovsky
Davis, Arlin R wrote: Subject: [ANNOUNCE] OFED 1.5 rc3 release is available OFED 1.5-rc3 is available Vlad, What happened to the new uDAPL libraries released last night? I don't see them on the list. -arlin Hi Arlin, OFED-1.5-rc3 was created a day before the announce. New libraries

Re: QoS settings not mapped correctly per pkey ?

2009-11-26 Thread Vincent Ficet
Yevgeny Kliteynik wrote: Vincent Ficet wrote: Hello Yevgeny, OK, so there are three possible reasons that I can think of: 1. Something is wrong in the configuration. 2. The application does not saturate the link, thus QoS and the whole VL arbitration thing doesn't kick in. 3. There's

Re: RDMAoE verbs questions

2009-11-26 Thread Pavel Shamis (Pasha)
Or Gerlitz wrote: Pavel Shamis (Pasha) wrote: The patch is attached Thanks, this patch basically replaces checks for the device transport type to be IB to a check that makes sure either the former happens or the port transport type is rdmaoe. As Jason, Tziporet and noted, the port transport

Re: RDMAoE verbs questions

2009-11-26 Thread Or Gerlitz
Pavel Shamis (Pasha) wrote: The only reason for this changes is the fact that for IB devices we prefer to use our own open mpi connection managers. In case if we will decide to use RDMA-CM for all devices the number of changes will be zero... whatever, currently, this change is still there,

Re: [PATCH 1/3 v2] opensm SA DB dump/restore: added option to load SA DB once

2009-11-26 Thread Sasha Khapyorsky
Hi Yevgeny, On 13:00 Wed 04 Nov , Yevgeny Kliteynik wrote: Added option to load SA DB once: 'sa_db_load_once'. This will cause OSM to load SA DB once during first master heavy sweep, and then OSM will move to the usual SA mode. It is probably should be done by default, without any

Re: [PATCH 3/3 v2] opensm SA DB dump/restore: dump SA DB only if modified

2009-11-26 Thread Sasha Khapyorsky
On 13:01 Wed 04 Nov , Yevgeny Kliteynik wrote: Optimizing SA DB dump - added dirty flag to denote that the SA DB was modified, so that the DB will be dumped only when the flag is on. [v2 - no changes, just rebased and resolved conflicts] Signed-off-by: Yevgeny Kliteynik

Re: [PATCH 2/3 v2] opensm: connect switches in tree - implemented in fat-tree

2009-11-26 Thread Sasha Khapyorsky
On 13:09 Wed 04 Nov , Yevgeny Kliteynik wrote: This patch implements connect_roots and connect_switches option in fat-tree. Actually, both options mapped to the same implementation. The idea is the following: pick some leaf switch in the fabric. Now go over all the switches above the

Re: [PATCH] opensm/osm_subnet.c: fixing bug in dumping options file

2009-11-26 Thread Sasha Khapyorsky
On 13:54 Thu 19 Nov , Yevgeny Kliteynik wrote: Adding missing pound sign to the printed comments in the OSM options file. Signed-off-by: Yevgeny Kliteynik klit...@dev.mellanox.co.il Applied. Thanks. Sasha -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body

Re: [PATCH]: Add different print macros

2009-11-26 Thread Sasha Khapyorsky
On 12:04 Mon 23 Nov , Doron Shoham wrote: Add different print macros for warning, verbose and debug messages. Signed-off-by: Doron Shoham dor...@voltaire.com Applied. Thanks. Sasha -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to

Re: [PATCH] opensm/osm_ucast_ftree.c: Cosmetic commentary changes

2009-11-26 Thread Sasha Khapyorsky
On 13:42 Mon 16 Nov , Hal Rosenstock wrote: Make routine names in comments consistent with actual (changed) names Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com Applied. Thanks. Sasha -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a

Re: [PATCH] opensm/osm_vendor_api.h: Fix commentary typo

2009-11-26 Thread Sasha Khapyorsky
On 13:43 Mon 16 Nov , Hal Rosenstock wrote: Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com Applied. Thanks. Sasha -- 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

Re: [PATCH] opensm/complib/cl_event.c: Cosmetic changes

2009-11-26 Thread Sasha Khapyorsky
On 09:02 Tue 17 Nov , Hal Rosenstock wrote: Remove unneeded parentheses around value in return statements Remove some unneeded braces Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com Applied. Thanks. Sasha -- To unsubscribe from this list: send the line unsubscribe linux-rdma in

Re: [PATCH RFC] opensm: compress IPV6 SNM groups to use a single MLID

2009-11-26 Thread Sasha Khapyorsky
On 10:35 Mon 16 Nov , Hal Rosenstock wrote: Unlike previous solution where all IPv6 Solicited node multicast (SNM) requests were collapsed into a single multicast group in OpenSM, now each IPv6 SNM group is represented as a separate multicast group and all groups sharing same P_Key

[PATCH] opensm: IPv6 SNM update for man page and usage

2009-11-26 Thread Sasha Khapyorsky
Update changed functionality of IPv6 SNM consolidation option in OpenSM man page and the usage message. Signed-off-by: Sasha Khapyorsky sas...@voltaire.com --- opensm/man/opensm.8.in |4 ++-- opensm/opensm/main.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git