[ofa-general] Re: [ANNOUNCE] uDAPL v2.0 - dapl-2.0.22 release

2009-08-25 Thread Vladimir Sokolovsky
Davis, Arlin R wrote: Vlad, please pull new v2 package into OFED 1.5 beta build and install the following: dapl-2.0.22-1 dapl-utils-2.0.22-1 dapl-devel-2.0.22-1 dapl-debuginfo-2.0.22-1 compat-dapl-1.2.14-1 compat-dapl-devel-1.2.14-1 See http://www.openfabrics.org/downloads/dapl/ more

[ofa-general] ofa_1_5_kernel 20090825-0200 daily build status

2009-08-25 Thread Vladimir Sokolovsky (Mellanox)
-2.6.16.60-0.21-smp Log: /home/vlad/tmp/ofa_1_5_kernel-20090825-0200_linux-2.6.16.60-0.21-smp_x86_64_check/net/rds/cong.c: In function 'rds_cong_clear_bit': /home/vlad/tmp/ofa_1_5_kernel-20090825-0200_linux-2.6.16.60-0.21-smp_x86_64_check/net/rds/cong.c:301: error: implicit declaration of function

[ofa-general] ofed 1.3.2 opensmd failover

2009-08-25 Thread kovlensky
Hi all, Quick question - is there a need to run anything except opensmd deamons to provide failover capability on ib network in ofed 1.3? I'm aware that when master manager dies standby one comes in and manages the network, but that does not necessary means that lids are preserved, especially

[ofa-general] [TRIVIAL PATCH] ibutils: fix regexp for pkey matching

2009-08-25 Thread akepner
There's an error in a regular expression for matching pkeys in ibdebug.tcl. The following fixes it. Signed-off-by: Arthur Kepner akep...@sgi.com --- diff -rup a/ibutils-1.2/ibdiag/src/ibdebug.tcl b/ibutils-1.2/ibdiag/src/ibdebug.tcl --- a/ibutils-1.2/ibdiag/src/ibdebug.tcl2009-08-25

Re: [ofa-general] ofed 1.3.2 opensmd failover

2009-08-25 Thread Hal Rosenstock
On 8/25/09, kovlen...@interia.pl kovlen...@interia.pl wrote: Hi all, Quick question - is there a need to run anything except opensmd deamons to provide failover capability on ib network in ofed 1.3? In terms of SM failover, modulo bugs fixed relative to this feature since OFED 1.3 (there

Re: [ofa-general] Problems with OpenSM from ofed 1.4.1 and MESH topology.

2009-08-25 Thread Hal Rosenstock
On 8/24/09, Rafael David Tinoco rafael.tin...@sun.com wrote: Hello, I'm installing an HPC cluster using 2 Sun Blades 6048 with QNEMs (2 asics each, 8 qnems). They are configured in a MESH topology. I'm using Centos 5.3, OFED 1.4.1 and kernel 2.6.18-128.el5. I'm booting PXE from IB, my

[ofa-general] Number of devices returned by ibv_get_device_list()

2009-08-25 Thread MANIKANTAN KALAIYA
Resending to the mailing list... We have Ofed1.3.1 installed, one of the sub packages is libibverbs version 1.1.1. We have a small program that lists the number of IB cards available in the system through ibv_get_device_list(). See below for the sample code. The system has two IB cards, the

Re: [ofa-general] Combined DR path with empty DR path, what is the expected behavior?

2009-08-25 Thread Hal Rosenstock
On 8/24/09, Ira Weiny wei...@llnl.gov wrote: If I send a combined DR path with a start lid but an empty (0 length) DR path. Hop Count 0 ? What is the expected behavior? Not sure what you mean by expected here. Are you referring to expectation based on the spec ? I know this could be

[ofa-general] [PATCH] opensm/osm_helper.c: Only change method when rather than =

2009-08-25 Thread Hal Rosenstock
Also, cosmetic formatting change to combine lines like: uint16_t host_attr; host_attr = cl_ntoh16(attr); Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com --- diff --git a/opensm/opensm/osm_helper.c b/opensm/opensm/osm_helper.c index 23392a4..3692474 100644 ---

[ofa-general] Number of devices returned by ibv_get_device_list()

2009-08-25 Thread MANIKANTAN KALAIYA
We have Ofed1.3.1 installed, one of the sub packages is libibverbs version 1.1.1. We have a small program that lists the number of IB cards available in the system through ibv_get_device_list(). See below for the sample code. The system has two IB cards, the value returned by

Re: [ofa-general] Fedora 10 OFED support plans

2009-08-25 Thread Jeremy Enos
Latest available 1.5 tar fails w/ this error building. This an fc10 x64 machine up to date as of last week. thx- Jeremy Failed to build ofa_kernel RPM See /tmp/OFED.26978.logs/ofa_kernel.rpmbuild.log [r...@ac27 OFED-1.5-20090825-0729]# tail -50 /tmp/OFED.26978.logs/ofa_kernel.rpmbuild.log

Re: [ofa-general] Combined DR path with empty DR path, what is the expected behavior?

2009-08-25 Thread Ira Weiny
On Tue, 25 Aug 2009 19:15:19 -0400 Hal Rosenstock hal.rosenst...@gmail.com wrote: On 8/24/09, Ira Weiny wei...@llnl.gov wrote: If I send a combined DR path with a start lid but an empty (0 length) DR path. Hop Count 0 ? Yes What is the expected behavior? Not sure what you

Re: [ofa-general] ofed 1.3.2 opensmd failover

2009-08-25 Thread PN
HI, I can think of a situation in which all servers have dual port IB cards and need failover of OpenSM to achieve HA. As I know, OpenSM can only bind to 1 port at a time, so do I need to start 2 OpenSM in server A and 2 OpenSM in server B? Will they use the same guid2lid file? Do I need to set

Re: [ofa-general] Problems with OpenSM from ofed 1.4.1 and MESH topology.

2009-08-25 Thread Rafael David Tinoco
Hello Hal, Bellow... Hal Rosenstock wrote: On 8/24/09, *Rafael David Tinoco* rafael.tin...@sun.com mailto:rafael.tin...@sun.com wrote: Hello, I'm installing an HPC cluster using 2 Sun Blades 6048 with QNEMs (2 asics each, 8 qnems). They are configured in a MESH topology.