Re: [openib-general] [PATCH][TRIVIAL] osmtest/osmt_multicast.c: Eliminate superfluous clearing of some variables

2006-10-22 Thread Yevgeny Kliteynik
Looks good, thanks. -- Yevgeny Hal Rosenstock wrote: > osmtest/osmt_multicast.c: Eliminate superfluous clearing of some > variables > > Also, some other cosmetic changes > > Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> > > Index: osmtest/osmt_multicast.c >

[openib-general] [PATCH] IB/iser: start conn after enabling iSER

2006-10-22 Thread Erez Zilber
When a connection is started (a new connection or a recovered one), iSER should prepare its resources for full-featured mode and only then notify the iSCSI layer that it is ready to start queueing commands. Signed-off-by: Erez Zilber <[EMAIL PROTECTED]> --- drivers/infiniband/ulp/iser/iscsi_iser.

Re: [openib-general] [PATCH] opensm: updn: make local functions static + local types

2006-10-22 Thread Yevgeny Kliteynik
Hi Sasha. One small comments: [snip] > osm_updn_find_root_nodes_by_min_hop(OUT updn_t *p_updn); > ... > osm_updn_find_root_nodes_by_min_hop( > ... > osm_subn_set_up_down_min_hop_table( > ... > osm_subn_calc_up_down_min_hop_table( > ... Please add the "__" prefix to the static function

Re: [openib-general] [PATCH] opensm: updn: make local functions static + local types

2006-10-22 Thread Sasha Khapyorsky
On 10:53 Sun 22 Oct , Yevgeny Kliteynik wrote: > Hi Sasha. > > One small comments: > > [snip] > > osm_updn_find_root_nodes_by_min_hop(OUT updn_t *p_updn); > > ... > > osm_updn_find_root_nodes_by_min_hop( > > ... > > osm_subn_set_up_down_min_hop_table( > > ... > > osm_subn_calc_up_down_

Re: [openib-general] openib-1.1.tgz

2006-10-22 Thread Tziporet Koren
vishal wrote: > Hi, > > Where could I find the file openib-1.1.tgz ? Couldn't find it on > www.openib.org ...Thanks! > > Vishal > > > This file is part of OFED 1.1.tgz under the SOURCES directory. Tziporet ___ openib-general mailing list openib-g

Re: [openib-general] OFED 1.1 - Official Release

2006-10-22 Thread Jeff Squyres
Tziporet -- Is OFED 1.1 going to be listed on www.openib.org? I see that the "Downloads" section still lists all the OFED 1.0 stuff. On Oct 20, 2006, at 6:25 AM, Tziporet Koren wrote: > I am happy to announce that OFED 1.1 Official Release is now > available. > > The release can be found

Re: [openib-general] OFED 1.1 - Official Release

2006-10-22 Thread Michael S. Tsirkin
Quoting r. Jeff Squyres <[EMAIL PROTECTED]>: > Subject: Re: [openib-general] OFED 1.1 - Official Release > > Tziporet -- > > Is OFED 1.1 going to be listed on www.openib.org? I see that the > "Downloads" section still lists all the OFED 1.0 stuff. I don't think we have access to www.openib.or

Re: [openib-general] [openfabrics-ewg] OFED 1.1 - Official Release

2006-10-22 Thread Tziporet Koren
Michael S. Tsirkin wrote: > Quoting r. Jeff Squyres <[EMAIL PROTECTED]>: > >> Subject: Re: [openib-general] OFED 1.1 - Official Release >> >> Tziporet -- >> >> Is OFED 1.1 going to be listed on www.openib.org? I see that the >> "Downloads" section still lists all the OFED 1.0 stuff. >> >

[openib-general] A question about sa_query

2006-10-22 Thread Ishai Rabinovitz
Hi, There is something that bothers me in sa_query. According to table 115 in the IB-SPEC when the status in the MAD hdr is 1,2 or 3 it shouldn't be considered to as an error. (1 means busy, 2 means redirection, and 3 means both). The function "recv_handler" in core/sa_query.c sets the statu

Re: [openib-general] [openfabrics-ewg] [PATCH OFED-1.1-rc7] libehca configure: fix missing check of libsysfs

2006-10-22 Thread Tziporet Koren
Chet Mehta wrote: Tziporet, I understand that OFED1.1-rc7 was released without the requested change below despite the fact that the request came in before the deadline. As things stand, userspace is broken for ehca in OFED 1.1. Was the request rejected because ehca is considered a te

Re: [openib-general] [openfabrics-ewg] [PATCH OFED-1.1-rc7] libehca configure: fix missing check of libsysfs

2006-10-22 Thread Hoang-Nam Nguyen
Hello Tziporet! > I regret that some of the latest patches could not be included in the final release, but the main issue was that the > patches came too late. Why didn't you tell me that when I reported you, Vladimir and Michael, also via direct emails asking for help, about the issues with ofed b

[openib-general] OFED 1.1 on Debian based system?

2006-10-22 Thread Elmar Pruesse
I assume just running "./install.sh" as the Readme.txt suggests will not work. Are there any "best-practices"? Or is maybe even someone working on debian packages? regards, Elmar ps: btw: build.sh assumes you are running it using "./build.sh" ... "sh build.sh" makes it crash _

Re: [openib-general] OFED 1.1 on Debian based system?

2006-10-22 Thread Joerg Zinke
On Sun, 22 Oct 2006 22:11:34 +0200 "Elmar Pruesse" <[EMAIL PROTECTED]> wrote: > I assume just running "./install.sh" as the Readme.txt suggests will > not work. > it was working here. i just installed vanilla kernel from source and set some path (check install.sh options)... there are some pack

Re: [openib-general] A question about sa_query

2006-10-22 Thread Hal Rosenstock
Ishai, On Sun, 2006-10-22 at 11:15, Ishai Rabinovitz wrote: > Hi, > > There is something that bothers me in sa_query. > > According to table 115 in the IB-SPEC when the status in the MAD hdr is > 1,2 or 3 it shouldn't be considered to as an error. (1 means busy, 2 > means redirection, and 3 m

[openib-general] Announcing the release of MVAPICH2 0.9.6 with on-demand connection management, multi-core optimized shared memory communication and memory hook support

2006-10-22 Thread Dhabaleswar Panda
The MVAPICH team is pleased to announce the availability of MVAPICH2 0.9.6 with the following NEW features: - On-demand connection management using native InfiniBand Unreliable Datagram (UD) support. This feature enables InfiniBand connections to be setup dynamically and has `near constant'

Re: [openib-general] ibv_reg_mr failure with pvfs on ehca?

2006-10-22 Thread Hoang-Nam Nguyen
Hi Troy! > The netpipe code is available with mercurial by: > hg clone http://source.scl.ameslab.gov/hg/netpipe3-pvfs-dev > Once you have pvfs2-1.5.1 installed, you should be able to do 'make > pvfs' in the netpipe3-pvfs-dev directory and build NPpvfs. > The command line arguments I used to reprodu