Re: [openib-general] Forcing IB link state down

2005-09-24 Thread Eitan Zahavi
Hi Viswa, A Tcl API for sending and receiving MADs is available under https://openib.org/svn/gen2/utils/src/linux-user/ibis (IBIS == IB Inband Services) If you follow on the autogen.sh && configure && make && make install you should get /usr/local/bin/ibis executable. Then the following script

Re: [openib-general] Re: opensm and SIGINT

2005-09-24 Thread Eitan Zahavi
Hi Hal, Seems I was able to reproduce the osmtest failure (hope same one Viswa see). I have left it running for a while on a machine and after 736 iterations it failed. Once it did - I stopped the loop. From osm.log I see: Sep 25 02:50:56 463143 [8003] -> osm_vendor_send: ERR 5430: Send p_madw =

RE: [openib-general][PATCH][RFC]: CMA IB implementation

2005-09-24 Thread Yaron Haviv
> -Original Message- > From: [EMAIL PROTECTED] [mailto:openib-general- > [EMAIL PROTECTED] On Behalf Of Sean Hefty > Sent: Thursday, September 22, 2005 12:28 PM > To: Guy German > Cc: Openib > Subject: Re: [openib-general][PATCH][RFC]: CMA IB implementation > > Guy German wrote: > > I don'

[openib-general] Re: [PATCH] add cq error events

2005-09-24 Thread Roland Dreier
Michael> The following implements reporting error events in mthca. Michael> (I've renamed mthca_cq_event to mthca_cq_completion, for Michael> consistency with qp events). Looks good, I've checked it in to svn. To be a good kernel citizen I'll wait for 2.6.15 to merge it upstream (sinc

[openib-general] Re: [PATCH] check for valid MGID in user space

2005-09-24 Thread Roland Dreier
Jack> The following patch checks validity of MGID when Jack> attaching/detaching a QP to/from a multicast group (for Jack> user-space only). IB spec demands that multicast gids start Jack> with 0xFF in 0-th byte. (IB Spec v1.2,section 4.1.1 (page Jack> 144)). This seems like a

Re: [openib-general] Re: Another opensm problem ?

2005-09-24 Thread Eitan Zahavi
Hi Viswa and Hal, I have read through the thread and have few comments. But first let me see if I understand the test run correctly. The test is as follows: 1. OpenSM starts up configuring the subnet. 2. Then the user ears up a cable and connects it to the other side port of a switch 3. The SM

Re: [openib-general] Re: opensm and SIGINT

2005-09-24 Thread Eitan Zahavi
Hi Viswa, Please run step 4 with verbose : osmtest -f a -V -l /tmp/osmtest.log If it fails - please send us one copy of the /tmp/osmtest.log This is just a guess but I think the "bug" will be in the fact that the SM did had a chance to completely cleanup between the tests and the tests are pick

Re: [openib-general] InfiniBand compilation testing

2005-09-24 Thread Nishanth Aravamudan
On 24.09.2005 [10:19:53 -0700], Roland Dreier wrote: > Nish> I have a prototype of something similar running right now, > Nish> to help test InfiniBand, both in mainline and in the svn > Nish> repo. Basically, every night (this part hasn't been set up > Nish> yet, but should be noth

Re: [openib-general] InfiniBand compilation testing

2005-09-24 Thread Nishanth Aravamudan
On 24.09.2005 [10:19:53 -0700], Roland Dreier wrote: > Nish> I have a prototype of something similar running right now, > Nish> to help test InfiniBand, both in mainline and in the svn > Nish> repo. Basically, every night (this part hasn't been set up > Nish> yet, but should be noth

Re: [openib-general] InfiniBand compilation testing

2005-09-24 Thread Roland Dreier
Nish> I have a prototype of something similar running right now, Nish> to help test InfiniBand, both in mainline and in the svn Nish> repo. Basically, every night (this part hasn't been set up Nish> yet, but should be nothing more than a crontab entry), I can Nish> spawn a build

[openib-general] [Fwd: NOP command failed to generate interrupt (IRQ 201)]

2005-09-24 Thread QiWang, Chen
Thank you Grant, I  solve the problem. On openib-gen2 installed node, I turned off the acpi with kernel command line parameter: " pci=noacpi" On my mellanox driver installed nodes,  I turnoff acpi ,and all nodes work fine now. Thank you very much. Forwarded Message F

[openib-general] InfiniBand compilation testing

2005-09-24 Thread Nishanth Aravamudan
Roland, OpenIB developers, As many people who follow LKML may have seen, Martin Bligh recently set up test.kernel.org to host automated machine testing results. I have a prototype of something similar running right now, to help test InfiniBand, both in mainline and in the svn repo. Basically, ev