Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Michael S. Tsirkin <[EMAIL PROTECTED]>: > Subject: Re: convention for git directories on the new git OFA server > > Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > > Subject: Re: convention for git directories on the new git OFA server > > > > > So, what do you suggest for openfabrics

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: convention for git directories on the new git OFA server > > > So, what do you suggest for openfabrics? Could you write it up? > > Actually, ~user is probably OK. If we want to do ~ofed then we just > have to create an ofed user, and

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Roland Dreier
> So, what do you suggest for openfabrics? Could you write it up? Actually, ~user is probably OK. If we want to do ~ofed then we just have to create an ofed user, and a group to put everyone with write permission to the ofed tree. Creating directories in /pub/scm just saves creating the fake us

Re: [openib-general] [PATCH 2/2] libibverbs-1.0: return sq_draining value in query_qp response

2006-10-30 Thread Roland Dreier
Thanks, applied to libibverbs and libibverbs-1.0 ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Re: [openib-general] [PATCH 1/2] ib/core/uverbs: return sq_draining value in query_qp response

2006-10-30 Thread Roland Dreier
Ok, I thought about this probably way more than it was worth. And I think we might as well just go ahead and make this change. The only sensible situation is with both a new kernel and new userspace -- everything else is broken anyway. So I just applied this as-is. - R. __

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Jason Gunthorpe
On Tue, Oct 31, 2006 at 06:59:02AM +0200, Sasha Khapyorsky wrote: > > > This would be simpler. However some web searching shows that not all > > > printf() implementation permits not null terminated arrays even when > > > precision is specified (some issues were reported even with glibc-2.3.2). >

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] diags/saquery: fix node_desc.description as string usages > > On 06:30 Tue 31 Oct , Michael S. Tsirkin wrote: > > Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > > > Subject: Re: [PATCH] diags/saquery: fix node_desc.des

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Sasha Khapyorsky
On 06:30 Tue 31 Oct , Michael S. Tsirkin wrote: > Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > > Subject: Re: [PATCH] diags/saquery: fix node_desc.description as string > > usages > > > > On 13:44 Mon 30 Oct , Michael S. Tsirkin wrote: > > > Quoting r. Sasha Khapyorsky <[EMAIL PROTE

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: convention for git directories on the new git OFA server > > > OK, good idea. Same for OFED I guess - we can have e.g. ~ofed/ if > > several people need to share the same ofed trees. > > > > So it seems it is best to stick with ~use

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: creating releases for the libraries you own > > > > > Well, with ~user/html I can easily cook up a perl script to generate > a MD5 > > > > checksums or sign stuff and just stick them in the same directory as > original files. > >

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] diags/saquery: fix node_desc.description as string usages > > On 13:44 Mon 30 Oct , Michael S. Tsirkin wrote: > > Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > > > Subject: [PATCH] diags/saquery: fix node_desc.descrip

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Roland Dreier
> > > Well, with ~user/html I can easily cook up a perl script to generate a > > MD5 > > > checksums or sign stuff and just stick them in the same directory as > > original files. > > > > But you can do that with any old hosting, can't you? Or am I missing > > something? > > This de

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Roland Dreier
> OK, good idea. Same for OFED I guess - we can have e.g. ~ofed/ if > several people need to share the same ofed trees. > > So it seems it is best to stick with ~user/ convention - this allows > creating trees without admin permission. Makes sense? That's OK, although /pub/scm may be easier

Re: [openib-general] APM support in openib stack

2006-10-30 Thread Sean Hefty
> Sean, i don't familiar with the cm.c code, but i believe that the > following patch will solve this issue: > > Index: last_stable/drivers/infiniband/core/cm.c > === > --- last_stable.orig/drivers/infiniband/core/cm.c 2006-10-

[openib-general] [PATCH] for 2-6-19 rdma/addr: use client registration to fix module unload race

2006-10-30 Thread Sean Hefty
Require registration with ib_addr module to prevent caller from unloading while a callback is in progress. Signed-off-by: Sean Hefty <[EMAIL PROTECTED]> --- diff --git a/drivers/infiniband/core/addr.c b/drivers/infiniband/core/addr.c index 60d3fbd..894d856 100644 --- a/drivers/infiniband/core/addr

Re: [openib-general] ibstatus support for speed

2006-10-30 Thread Hal Rosenstock
On Mon, 2006-10-30 at 17:29, Michael Krause wrote: > At 02:05 PM 10/30/2006, Roland Dreier wrote: > > Hal> So rate = speed * width ? > > > >Yes, you should see the right think on DDR systems etc. > > Strange. Bandwidth = signaling rate * width. This of course is raw > bandwidth prior to en

Re: [openib-general] ibstatus support for speed

2006-10-30 Thread Michael Krause
At 02:05 PM 10/30/2006, Roland Dreier wrote: > Hal> So rate = speed * width ? > >Yes, you should see the right think on DDR systems etc. Strange. Bandwidth = signaling rate * width. This of course is raw bandwidth prior to encoding, protocol, etc. overheads which will derate the effective

Re: [openib-general] Support for optional 64-bit port counters in sysfs

2006-10-30 Thread Hal Rosenstock
On Mon, 2006-10-30 at 17:11, Roland Dreier wrote: > > > I guess so. If someone sends a patch I would be inclined to merge it. > > > > OK; How should devices that didn't support these be handled ? Should > > there be missing files or the files have values of 0 or something else ? > > I would

Re: [openib-general] APM support in openib stack

2006-10-30 Thread Venkatesh Babu
I tried this patch and it is working fine. Now if I remove the both the cables connected to the destination, the IB_WC_RETRY_EXC_ERR on the first outstanding WR on a CQ as expected. With this patch I think all my APM related isses were resolved. Dotan, you can check this fix into the OFED s

Re: [openib-general] Support for optional 64-bit port counters in sysfs

2006-10-30 Thread Roland Dreier
> > I guess so. If someone sends a patch I would be inclined to merge it. > > OK; How should devices that didn't support these be handled ? Should > there be missing files or the files have values of 0 or something else ? I would only create the files if the counters are supported. > > But

Re: [openib-general] Support for optional 64-bit port counters in sysfs

2006-10-30 Thread Hal Rosenstock
On Mon, 2006-10-30 at 16:56, Roland Dreier wrote: > > Should the optional 64-bit port counters be supported in sysfs ? > > I guess so. If someone sends a patch I would be inclined to merge it. OK; How should devices that didn't support these be handled ? Should there be missing files or the fil

Re: [openib-general] ibstatus support for speed

2006-10-30 Thread Roland Dreier
Hal> So rate = speed * width ? Yes, you should see the right think on DDR systems etc. - R. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org

Re: [openib-general] ibstatus support for speed

2006-10-30 Thread Hal Rosenstock
On Mon, 2006-10-30 at 16:55, Roland Dreier wrote: > > Should support for speed be added to ibstatus ? > > What is "speed"? Is that something beyond the existing "rate" line: > > > rate:10 Gb/sec (4X) So rate = speed * width ? -- Hal > - R.

Re: [openib-general] Support for optional 64-bit port counters in sysfs

2006-10-30 Thread Roland Dreier
> Should the optional 64-bit port counters be supported in sysfs ? I guess so. If someone sends a patch I would be inclined to merge it. But are there any devices that support them? - R. ___ openib-general mailing list openib-general@openib.org http

Re: [openib-general] ibstatus support for speed

2006-10-30 Thread Roland Dreier
> Should support for speed be added to ibstatus ? What is "speed"? Is that something beyond the existing "rate" line: > rate:10 Gb/sec (4X) - R. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailma

[openib-general] Support for optional 64-bit port counters in sysfs

2006-10-30 Thread Hal Rosenstock
Should the optional 64-bit port counters be supported in sysfs ? -- Hal ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-

[openib-general] ibstatus support for speed

2006-10-30 Thread Hal Rosenstock
Should support for speed be added to ibstatus ? Infiniband device 'mthca0' port 1 status: default gid: fe80::::0008:f104:0396:0559 base lid:0xa sm lid: 0xa state: 1: DOWN phys state: 2: Polling rate:

[openib-general] [PATCH] OpenSM: Update opensm man page and modular-routing.txt for LID matrix handling

2006-10-30 Thread Hal Rosenstock
OpenSM: Update opensm man page and modular-routing.txt for LID matrix handling Signed-off-by: Hal Rosenstock <[EMAIL PROTECTED]> Index: man/opensm.8 === --- man/opensm.8(revision 10004) +++ man/opensm.8(working copy)

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Sasha Khapyorsky
On 13:44 Mon 30 Oct , Michael S. Tsirkin wrote: > Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > > Subject: [PATCH] diags/saquery: fix node_desc.description as string usages > > > > > > node_desc.description buffer is received from the network and should > > not be NULL-terminated. In suc

Re: [openib-general] [PATCH] librdmacm: updated librdmacm to work with proposed 2.6.20 kernel CMA

2006-10-30 Thread Sean Hefty
Sean Hefty wrote: >>One of the systems kernel is actually 2.6.19-rc3 and patches 1-7 (ie not >>roland's tree) and i see there some issues also with ip multicast over >>ipoib. I will move to use the same kernel config (roland's tree and >>patches 1-7), then test ipoib and only then mckey, will le

Re: [openib-general] APM support in openib stack

2006-10-30 Thread Venkatesh Babu
Thanks for sending the patch. I will try this out and let you know the results. VBabu Dotan Barak wrote: > Hi. > > > Venkatesh Babu wrote: > >> I don't think there is any event which says "path1 is back again". >> It is the application which needs to load the alternate path. The HW >> just

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: creating releases for the libraries you own > > > Well, with ~user/html I can easily cook up a perl script to generate a MD5 > > checksums or sign stuff and just stick them in the same directory as > original files. > > But you can d

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: convention for git directories on the new git OFA server > > > Yes, but: > > > > Linus's tree is under > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > > E.g. stable tree is under > > git://git.kernel.org

Re: [openib-general] [PATCH] librdmacm: updated librdmacm to work with proposed 2.6.20 kernel CMA

2006-10-30 Thread Sean Hefty
Or Gerlitz wrote: > One of the systems kernel is actually 2.6.19-rc3 and patches 1-7 (ie not > roland's tree) and i see there some issues also with ip multicast over > ipoib. I will move to use the same kernel config (roland's tree and > patches 1-7), then test ipoib and only then mckey, will le

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Roland Dreier
> Well, with ~user/html I can easily cook up a perl script to generate a MD5 > checksums or sign stuff and just stick them in the same directory as > original files. But you can do that with any old hosting, can't you? Or am I missing something? I just don't see much point in yet another pla

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: creating releases for the libraries you own > > > Right, but consider that longterm we will need to add checksums > > and possibly sign packages, etc. Doing all this manually > > through wiki just to publish an RC will be a hassle, an

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Roland Dreier
> Yes, but: > > Linus's tree is under > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > E.g. stable tree is under > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.18.y.gi > > So I do see the analogy: development trees are under developer's name, > s

Re: [openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: convention for git directories on the new git OFA server > > >1. Development trees: each one will place the development tree under > > his/her home: > > ~/scm/topic.git (e.g. ~mst/scm/sdp.git) > >2. Stable/release

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Roland Dreier
> Right, but consider that longterm we will need to add checksums > and possibly sign packages, etc. Doing all this manually > through wiki just to publish an RC will be a hassle, and error prone. Yes, I agree. That's why I said that just having ~user/html or whatever isn't very interesting.

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: creating releases for the libraries you own > > > How about allowing web server serve static pages from > > /pub/html and ~/html? Then anyone with an account > > can easily upload files by scp, and post a link. > > I think that solve

Re: [openib-general] [PATCH] opensm: osm_ucast_mgr.c: fix node_desc.description as string usages [was: [PATCH 2/5] opensm: ucast_mgr dumper unification]

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 16:17, Sasha Khapyorsky wrote: > On 22:35 Thu 19 Oct , Sasha Khapyorsky wrote: > > This unifies ucsat_mgr dumper. Main goal is to provide infrastructure > > for different dump file generation using the same routines. > > > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECT

Re: [openib-general] [PATCH/RFC 2/2] IPoIB: Convert to NAPI

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: [PATCH/RFC 2/2] IPoIB: Convert to NAPI > > > #of sockets : 124 8 16 > > NONAPI BW :276 297 304 306 303 > > NAPI BW :302 311 349 408 367 > > OK, the NAPI numbers are > than the NONAPI numbers, which I

Re: [openib-general] [PATCH] IB/mthca: fix MAD extended header format

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Roland Dreier <[EMAIL PROTECTED]>: > Subject: Re: [PATCH] IB/mthca: fix MAD extended header format > > > Roland, the offsets look wrong. Am I missing something? > > Please review vs the spec, and if correct consider for 2.6.19. > > I just applied your original patch without checking

Re: [openib-general] [PATCH 5/5] opensm: dump_lfts.sh compatible dumper for OpenSM

2006-10-30 Thread Hal Rosenstock
On Thu, 2006-10-19 at 16:35, Sasha Khapyorsky wrote: > This is bonus - switch forwarding tables dump compatible with output > produced by dump_lfts.sh and which can be used as input for unicast > forwarding tables loader (with -R 'file' -U ). The dump file > name is 'opensm-lfts.sh' and will be gen

Re: [openib-general] problem with 2.6.19?

2006-10-30 Thread Roland Dreier
> By the way, by userspace DMA do you mean DMA to userspace buffers, or > DMA initiated by userspace? I'm assuming the former, but if it's the > latter, how are the addresses returned from dma_map_sg communicated to > userspace? Actually, both. Userspace deals in virtual addresses (it asks th

Re: [openib-general] [PATCH/RFC 2/2] IPoIB: Convert to NAPI

2006-10-30 Thread Roland Dreier
> #of sockets : 124 8 16 > NONAPI BW :276 297 304 306 303 > NAPI BW :302 311 349 408 367 OK, the NAPI numbers are > than the NONAPI numbers, which I guess is good :) What are the units? - R. ___ openib-general mail

Re: [openib-general] [openfabrics-ewg] convention for git directories on the new git OFA server

2006-10-30 Thread Roland Dreier
>1. Development trees: each one will place the development tree under > his/her home: > ~/scm/topic.git (e.g. ~mst/scm/sdp.git) >2. Stable/release trees: these trees will be located under /pub: > /pub/scm/.git (e.g. /pub/scm/ofed-1.1.git) >3. All trees (developme

Re: [openib-general] [PATCH] IB/mthca: fix MAD extended header format

2006-10-30 Thread Roland Dreier
> Roland, the offsets look wrong. Am I missing something? > Please review vs the spec, and if correct consider for 2.6.19. I just applied your original patch without checking it carefully :) Yes, the offsets in your patch look like they match the PRM now. However: > +#define MAD_IFC_RLID_OFFSE

Re: [openib-general] creating releases for the libraries you own

2006-10-30 Thread Roland Dreier
> How about allowing web server serve static pages from > /pub/html and ~/html? Then anyone with an account > can easily upload files by scp, and post a link. I think that solves the wrong part of the problem. It's trivial for me to find places to host stuff. The issue is having a place for "

[openib-general] convention for git directories on the new git OFA server

2006-10-30 Thread Tziporet Koren
Hi all, I suggest we use the following convention for all our git trees in the OFA server: 1. Development trees: each one will place the development tree under his/her home: ~/scm/topic.git (e.g. ~mst/scm/sdp.git) 2. Stable/release trees: these trees will be located under /pub:

Re: [openib-general] [openfabrics-ewg] staging.openfabrics.org now functional

2006-10-30 Thread Johann George
Hello Tziporet, > When accessing this page there is a login form What is this used for? The package drupal was installed as an experiment to serve up web pages. I am barely familiar with it but gather that it allows users to login and maintain portions of the site. There is more information on

Re: [openib-general] [openfabrics-ewg] staging.openfabrics.org now functional

2006-10-30 Thread Tziporet Koren
Hi Johann, When accessing this page there is a login form What is this used for? I also see it's not https? Tziporet -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johann George Sent: Thursday, October 26, 2006 3:28 AM To: Open Fabrics; openib-general@op

Re: [openib-general] [PATCH 3/5] opensm: lid matrix dump

2006-10-30 Thread Hal Rosenstock
On Thu, 2006-10-19 at 16:35, Sasha Khapyorsky wrote: > This adds dumping switches lid matrices to the file > 'opensm-lid-matrix.dump'. Like other routing related dumps this code > will be activated when OSM_LOG_ROUTING logging flag is set. > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> T

Re: [openib-general] [PATCH 2/5] opensm: ucast_mgr dumper unification

2006-10-30 Thread Hal Rosenstock
On Thu, 2006-10-19 at 16:35, Sasha Khapyorsky wrote: > This unifies ucsat_mgr dumper. Main goal is to provide infrastructure > for different dump file generation using the same routines. > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> Thanks. Applied. -- Hal ___

[openib-general] [PATCH] IB/mthca: fix MAD extended header format

2006-10-30 Thread Michael S. Tsirkin
Several fiels in an incoming MAD extended info header were passed at incorrect offsets (mostly off by 4 bytes). As the result, the HCA will fail to generate traps in which this info is needed (e.g. traps which include the GRH of the incoming packet), in violation of the IB spec. Signed-off-by: Mi

Re: [openib-general] OFED 1.1 Build Issue

2006-10-30 Thread James Lentini
On Sat, 28 Oct 2006, Or Gerlitz wrote: > What's RNFS? NFS-RDMA. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-genera

Re: [openib-general] [PATCH 1/5] opensm: build_lid_matrices() routing engine method

2006-10-30 Thread Hal Rosenstock
On Thu, 2006-10-19 at 16:35, Sasha Khapyorsky wrote: > This adds new method named build_lid_matrices() to OpenSM routing engine > structure. When defined this method will be used by ucast_mgr_process() > for switch min hop tables (aka lid matrices) preparation. In case of > failure default lid matr

[openib-general] mstflint error on ppc64

2006-10-30 Thread Moshe Kazir
Title: Message Hi Michael,   The output of mstflint is changed on ppc64 as result of byte ordering issues.   If you take a HCA that was burned using x86_64 or Mellanox manufacturing  and perform mstflint -d ... q  on ppc64 you'll find that the value of PSID VSD and Board Id was changed.  

Re: [openib-general] [PATCH] librdmacm: updated librdmacm to work with proposed 2.6.20 kernel CMA

2006-10-30 Thread Or Gerlitz
Or Gerlitz wrote: > Or Gerlitz wrote: >> OK, Sean, i have one system up and running, with kernel based on >> Roland's git plus patches 1-7 and user space based on the svn with the >> librdmacm patch. Will clone this config on Sunday such that i can >> actually run mckey and see it working. Thank

Re: [openib-general] [PATCH v2] osmtest: fix node_desc.description as string usages

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 16:33, Sasha Khapyorsky wrote: > node_desc.description buffer is received from the network and should > not be NULL-terminated. In such cases using it as regular string in > functions like printf() leads to segmentation faults. This patch fixes > such usages. > > Signed-off-b

Re: [openib-general] [PATCH v2] opensm: fix node_desc.description as string usages

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 16:41, Sasha Khapyorsky wrote: > Hmm, in one place there was the same copy-paste error as in the osmtest > patch. Resend this one too... > > Sasha > > > node_desc.description buffer is received from the network and should > not be NULL-terminated. In such cases using it as

Re: [openib-general] [PATCH TRIVIAL] opensm: indentation fixes

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 16:06, Sasha Khapyorsky wrote: > Some trivial indentation fixes. > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> > --- Thanks. Applied. -- Hal ___ openib-general mailing list openib-general@openib.org http://openib.org/m

Re: [openib-general] [PATCH TRIVIAL] opensm: net to host conversion for printing

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 15:57, Sasha Khapyorsky wrote: > This converts guid value to host byte order before printing. > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> Thanks. Applied. -- Hal ___ openib-general mailing list openib-general@openib.

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Michael S. Tsirkin
Quoting r. Sasha Khapyorsky <[EMAIL PROTECTED]>: > Subject: [PATCH] diags/saquery: fix node_desc.description as string usages > > > node_desc.description buffer is received from the network and should > not be NULL-terminated. In such cases using it as regular string in > functions like strcmp()

Re: [openib-general] [PATCH] opensm: osm_prtn.c: strip pkey value unconditionally

2006-10-30 Thread Hal Rosenstock
On Sun, 2006-10-29 at 15:06, Sasha Khapyorsky wrote: > Then new partition creation is requested strip unconditionally > membership bit before == 0 verification (when autogenerated pkey value > is requested). > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> Thanks. Applied. -- Hal __

Re: [openib-general] [PATCH] diags/saquery: fix node_desc.description as string usages

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 16:04, Sasha Khapyorsky wrote: > node_desc.description buffer is received from the network and should > not be NULL-terminated. In such cases using it as regular string in > functions like strcmp() or printf() leads to segmentation faults. > This patch fixes such usages. > >

Re: [openib-general] [PATCH TRIVIAL] opensm: remove non-referenced include/opensm/osm_mcmember.h

2006-10-30 Thread Hal Rosenstock
On Sat, 2006-10-28 at 20:09, Sasha Khapyorsky wrote: > This removes non-referenced include/opensm/osm_mcmember.h header file. > > Signed-off-by: Sasha Khapyorsky <[EMAIL PROTECTED]> Thanks. Applied. -- Hal ___ openib-general mailing list openib-gener

[openib-general] problem while running chears runs

2006-10-30 Thread shiraz n
Hi guys , I am getting the following error while running Chears runs on my cluster .. Can any of you tell me why this is happening .. Thanks and RegardsShiraz [node021:12] Fatal Error: Unexpected disconnect received from [node003:30] at line 1698 in file vapiutil.c [node010:23] Fatal Error: Unexpe