Re: [ofa-general] Fedora 11, kernel 2.6.31

2009-09-23 Thread Jack Morgenstein
On Tuesday 22 September 2009 21:58, Nathan Stratton wrote: Having an issue with getting verbs working on 2.6.31. I am running Fedora 11 with 2.6.31 and 1.1.2-0.1.gb00dc7d libibverbs. Everything looks great until I run ibv_srq_pingpong to the server. It shows local/remote address a bunch

[ofa-general] how to enable MPA CRC on Neteffects cards

2009-09-23 Thread Bill N
Hi, We want to use the MPA markers on the Neteffect adapters (which is disabled by default by the iw_nes driver). How can we enable it? Few minor changes in the MPA negotiation in nes_cm.c. Apart from that, how do I tell hardware to perform the MPA marker insertion removal? Regards, Bill N

Re: [ofa-general] how to enable MPA Markers on Neteffects cards

2009-09-23 Thread Bill N
Sorry, I want to enable MPA markers on Neteffect cards. I messed up the subject line. Parav --- On Wed, 9/23/09, Bill N ofedrnicu...@yahoo.com wrote: From: Bill N ofedrnicu...@yahoo.com Subject: [ofa-general] how to enable MPA CRC on Neteffects cards To: OFED General

[ofa-general] [PATCH v2] mlx4: configure cache line size

2009-09-23 Thread Eli Cohen
ConnectX can work more efficiently if the CPU cache line size is configured to it at INIT_HCA. This patch configures the CPU cache line size. Signed-off-by: Eli Cohen e...@mellanox.co.il --- As per Roland's comments, the following changes were made: 1. Remove #ifdef cache_line_size and include

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Moni Shoua
Sneha Mistry wrote: Hi, I have two Dual port HCAa card.Which I have installed in same PC. I am using OpenSuse 10.3 and installed OFED 1.4. If I try to run any IB bandwidth test or latency test it end us with warning Conflicting CPU frequency values detected: 2394.00 !=

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Bart Van Assche
On Wed, Sep 23, 2009 at 11:01 AM, Moni Shoua mo...@voltaire.com wrote: Sneha Mistry wrote: I have two Dual port HCAa card.Which I have installed in same PC. I am using OpenSuse 10.3  and installed OFED 1.4. If I try to run any IB bandwidth test or latency test it end us with warning

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

2009-09-23 Thread Vladimir Sokolovsky (Mellanox)
-pointer-sign -DMODULE -DKBUILD_STR(s)=#s -DKBUILD_BASENAME=KBUILD_STR(connection) -DKBUILD_MODNAME=KBUILD_STR(rds) -c -o /home/vlad/tmp/ofa_1_5_kernel-20090923-0200_linux-2.6.18-164.el5_x86_64_check/net/rds/.tmp_connection.o /home/vlad/tmp/ofa_1_5_kernel-20090923-0200_linux-2.6.18-164

[ofa-general] Re: [PATCH] infiniband-diags/ibportstate.c: Eliminate uninitialized variable compile warning

2009-09-23 Thread Sasha Khapyorsky
On 19:59 Tue 22 Sep , Hal Rosenstock wrote: Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com Applied. Thanks. Sasha ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To

Re: [ofa-general] OFED interfering with Ethernet

2009-09-23 Thread Sebastian Kalcher
Jason Gunthorpe schrieb: Hmm, double weird.. bonding related perhaps? Bonding was enabled on two eth devices at same point in time. But it was disabled before running with IB. I just found out, however, that in the HP switches passive LACP is still enabled. I will try to test without

[ofa-general] Re: osm_link_mgr.c:link_mgr_get_smsl question

2009-09-23 Thread Hal Rosenstock
On Tue, Sep 22, 2009 at 10:53 PM, Sasha Khapyorsky sas...@voltaire.comwrote: On 16:44 Tue 22 Sep , Hal Rosenstock wrote: Yeah, the port lid table will be OK but port's PortInfo won't (so base LID/LMC will be broken) for this scenario but it wouldn't affect this code in this way.

[ofa-general] Re: osm_link_mgr.c:link_mgr_get_smsl question

2009-09-23 Thread Sasha Khapyorsky
On 07:00 Wed 23 Sep , Hal Rosenstock wrote: Let me try this again... The port LID table is fine but the lookup is done based on the LID in the received portInfo as it is the result of osm_physp_get_base_lid() (osm_link_mgr.c:link_mgr_get_smsl line 83). Ok, makes sense. Assuming that

[ofa-general] [PATCH] libibmad: Add support for PortXmitDiscardDetails

2009-09-23 Thread Hal Rosenstock
Also, some additional commentary changes to mad.h and fields.c Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com --- diff --git a/libibmad/include/infiniband/mad.h b/libibmad/include/infiniband/mad.h index 94b64cf..cfa9105 100644 --- a/libibmad/include/infiniband/mad.h +++

[ofa-general] [PATCH] infiniband-diags/pergquery: Add support for optional PortXmitDiscardDetails counter

2009-09-23 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com --- diff --git a/infiniband-diags/man/perfquery.8 b/infiniband-diags/man/perfquery.8 index 2a80f30..4510e7d 100644 --- a/infiniband-diags/man/perfquery.8 +++ b/infiniband-diags/man/perfquery.8 @@ -1,4 +1,4 @@ -.TH PERFQUERY 8 March 10, 2009

[ofa-general] [PATCH] opensm/osm_link_mgr.c: In link_mgr_set_physp_pi, only call link_mgr_get_smsl when LID valid

2009-09-23 Thread Hal Rosenstock
Fix seg fault which occurs when get_osm_switch_from_port is called with NULL port (which in this case was caused by calling cl_ptr_vector_get on port LID table with LID 0) Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com --- diff --git a/opensm/opensm/osm_link_mgr.c

[ofa-general] [PATCHv2] infiniband-diags/perfquery: Add support for optional PortXmitDiscardDetails counter

2009-09-23 Thread Hal Rosenstock
Signed-off-by: Hal Rosenstock hal.rosenst...@gmail.com --- Changes since v1: Fix typo in [PATCH] subject diff --git a/infiniband-diags/man/perfquery.8 b/infiniband-diags/man/perfquery.8 index 2a80f30..4510e7d 100644 --- a/infiniband-diags/man/perfquery.8 +++ b/infiniband-diags/man/perfquery.8 @@

[ofa-general] Possible process deadlock in RMPP flow

2009-09-23 Thread Eli Cohen
Hi Sean, one of our customers experiences problems when running ibnetdiscover. The problem happens from time to time. Here is the call stack the he gets: ibnetdiscover D 80149b8d 0 26968 26544 (L-TLB) 8102c900bd88 0046 81037e8e 81037e8e02e8

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Jason Gunthorpe
On Wed, Sep 23, 2009 at 12:01:02PM +0300, Moni Shoua wrote: If I try to run any IB bandwidth test or latency test it end us with warning Conflicting CPU frequency values detected: 2394.00 != 1596.00. One more option to solve it (besides the -F) is to disable the power saving of the

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Ira Weiny
OK, my bad. I remember the email thread now. Ido is the maintainer and the git repo changed. Just to complete this thread the new git tree is: git://git.openfabrics.org/~shamoya/perftest.git Sorry, Ira On Wed, 23 Sep 2009 00:52:42 -0500 Karun Sharma karun.sha...@qlogic.com wrote:

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Ira Weiny
On Wed, 23 Sep 2009 09:11:49 -0600 Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Wed, Sep 23, 2009 at 12:01:02PM +0300, Moni Shoua wrote: If I try to run any IB bandwidth test or latency test it end us with warning Conflicting CPU frequency values detected: 2394.00 !=

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Jason Gunthorpe
On Wed, Sep 23, 2009 at 08:32:20AM -0700, Ira Weiny wrote: On Wed, 23 Sep 2009 09:11:49 -0600 Jason Gunthorpe jguntho...@obsidianresearch.com wrote: On Wed, Sep 23, 2009 at 12:01:02PM +0300, Moni Shoua wrote: If I try to run any IB bandwidth test or latency test it end us with

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Moni Shoua
This whole thing should just be removed. x86-64 linux has a VDSO clock_gettime(CLOCK_MONOTONIC) that is fast, doesn't trap into the kernel, and doesn't suffer from these problems. Jason In the man page for clock_gettime() I see that CLOCK_PROCESS_CPUTIME_ID may be more accurate for (high)

Re: [ofa-general] Problem while running ib tests

2009-09-23 Thread Jason Gunthorpe
On Wed, Sep 23, 2009 at 06:43:12PM +0300, Moni Shoua wrote: In the man page for clock_gettime() I see that CLOCK_PROCESS_CPUTIME_ID may be more accurate for (high) performance measurements. What do you think? The CPUTIME counters are of the 'time spent running code' variety, they do not time

[ofa-general] RE: Possible process deadlock in RMPP flow

2009-09-23 Thread Sean Hefty
ibnetdiscover D 80149b8d 0 26968 26544 (L-TLB) 8102c900bd88 0046 81037e8e 81037e8e02e8 8102c900bd78 000a 8102c5b50820 81038a929820 011837bf6105 0ede 8102c5b50a08 0001 Call Trace: [80064207]

[ofa-general] Re: Possible process deadlock in RMPP flow

2009-09-23 Thread Hal Rosenstock
On Wed, Sep 23, 2009 at 12:08 PM, Sean Hefty sean.he...@intel.com wrote: ibnetdiscover D 80149b8d 0 26968 26544 (L-TLB) 8102c900bd88 0046 81037e8e 81037e8e02e8 8102c900bd78 000a 8102c5b50820 81038a929820 011837bf6105

[ofa-general] Is really MPA markers supported by Neteffect??

2009-09-23 Thread Parav Pandit
Hi, Are MPA markers really supported by the Neteffect adapters? Is any active maintainer of iWarp driver for Neteffect? We are trying to enable this feature in driver, but don't find any such configuration. Chelsio and other adapters provide such feature as command line argument. Regards,

[ofa-general] Re: Possible process deadlock in RMPP flow

2009-09-23 Thread Eli Cohen
On Wed, Sep 23, 2009 at 09:08:28AM -0700, Sean Hefty wrote: Roland just submitted a patch in this area yesterday. I don't know if the patch would fix their issue, but it may be worth trying. What kernel does 1.4.2 map to? I think OFED 1.4.2 is based on kernel 2.6.27 but they're using RHEL

RE: [ofa-general] Is really MPA markers supported by Neteffect??

2009-09-23 Thread Tung, Chien Tin
Are MPA markers really supported by the Neteffect adapters? our HW does not support markers. Is any active maintainer of iWarp driver for Neteffect? We are still around as Intel. I will be happy to answer any questions, Parav/Bill. Chien -- Chien Tung | chien.tin.t...@intel.com

RE: [ofa-general] Is really MPA markers supported by Neteffect??

2009-09-23 Thread Parav Pandit
Hi Chien, Thanks for the inputs. I was looking at nes_hw.h, one of the error named NES_AEQE_AEID_LLP_RECEIVED_MARKER_AND_LENGTH_FIELDS_DONT_MATCH Looking at the intuitive error flags, I thought, may be by enabling some setting, if I could us the markers. Regards, Parav Pandit --- On Wed,

[ofa-general] Re: [PATCH/RFC] IB/mad: Fix lock-lock-timer deadlock in RMPP code

2009-09-23 Thread Roland Dreier
Reviewed-by: Sean Hefty sean.he...@intel.com Thanks, I applied this. ___ general mailing list general@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit

Re: [Scst-devel] [ofa-general] WinOF_2_0_5/SRP initiator: slow reads and eventually hangs

2009-09-23 Thread Vladislav Bolkhovitin
Chris Worley, on 09/22/2009 02:00 AM wrote: On Mon, Sep 21, 2009 at 10:59 AM, Vladislav Bolkhovitin v...@vlnb.net wrote: Chris Worley, on 09/19/2009 01:31 AM wrote: On Mon, Sep 7, 2009 at 5:58 AM, Vladislav Bolkhovitin v...@vlnb.net wrote: Chris Worley, on 09/06/2009 05:41 PM wrote: On Sun,

Re: [ofa-general] Fedora 11, kernel 2.6.31

2009-09-23 Thread Nathan Stratton
On Wed, 23 Sep 2009, Jack Morgenstein wrote: On Tuesday 22 September 2009 21:58, Nathan Stratton wrote: Having an issue with getting verbs working on 2.6.31. I am running Fedora 11 with 2.6.31 and 1.1.2-0.1.gb00dc7d libibverbs. Everything looks great until I run ibv_srq_pingpong to the

[ofa-general] [PATCH] infiniband-diags/src/ibqueryerrors.c: fix bug when attempting a sub-fabric scan

2009-09-23 Thread Ira Weiny
From: Ira Weiny wei...@llnl.gov Date: Wed, 23 Sep 2009 14:26:55 -0700 Subject: [PATCH] infiniband-diags/src/ibqueryerrors.c: fix bug when attempting a sub-fabric scan Also ibd_sm_id is never valid in this tool as the -s option is used for suppress Signed-off-by: Ira Weiny

[ofa-general] [PATCH] infiniband-diags/src/ibqueryerrors.c: Remove --all option and replace it with --switch, --ca, --router

2009-09-23 Thread Ira Weiny
From: Ira Weiny wei...@llnl.gov Date: Wed, 23 Sep 2009 11:38:11 -0700 Subject: [PATCH] infiniband-diags/src/ibqueryerrors.c: Remove --all option and replace it with --switch, --ca, --router By default ibqueryerrors should print errors for all node types. Adding the other options

Re: [ofa-general] [PATCH] infiniband-diags: Fix IB network discovery from switch node.

2009-09-23 Thread Ira Weiny
Eli, On Wed, 26 Aug 2009 17:37:30 +0300 Eli Dorfman (Voltaire) dorfman@gmail.com wrote: Subject: [PATCH] Fix IB network discovery from switch node. Sorry for the late inquiry on this but what exactly was the bug here? I just found that this change introduced a bug. The problem is that if