Re: [ewg] perfquery error

2008-07-21 Thread Steve Wise
Hal Rosenstock wrote: Steve, On Sat, Jul 19, 2008 at 8:07 AM, Steve Wise [EMAIL PROTECTED] wrote: Hal, perfquery barfs when an iwarp device is in the mix. I think it needs to skip over devices that are not IB. [EMAIL PROTECTED] ~]# perfquery ibpanic: [5790] madrpc_init: can't open UMAD

Re: [ewg] OFED 1.4 alpha release is ready

2008-07-26 Thread Steve Wise
How can we claim an alpha release when the tree is still based on linux-2.6.26 and doesn't have a large chunk of the new features integrated? Tziporet Koren wrote: Hi, OFED 1.4 alpha release is available on http://www.openfabrics.org/downloads/OFED/ofed-1.4/OFED-1.4-alpha1.tgz To get

Re: [ewg] OFED 1.4 alpha release is ready

2008-07-27 Thread Steve Wise
Tziporet Koren wrote: Steve Wise wrote: How can we claim an alpha release when the tree is still based on linux-2.6.26 and doesn't have a large chunk of the new features integrated? This was the process we decided to follow at Sonoma. I know some features are not there yet, but many already

[ewg] [GIT PULL libcxgb3] - libcxgb3-1.2.2 for ofed-1.4.4

2008-08-02 Thread Steve Wise
Vlad, please pull from: git://git.openfabrics.org/~swise/scm/libcxgb3.git ofed_1_4 This updates libcxgb3 in ofed-1.4 to version 1.2.2. Thanks, Steve. ___ ewg mailing list ewg@lists.openfabrics.org

Re: [ewg] ofed-1.4 ofed_2_6_27 and NFSRDMA

2008-08-04 Thread Steve Wise
are _not_ getting installed by the ofed makefiles. EG I don't see an xprtrdma.ko in /lib/modules/$(uname -r)/updates/kernel/net/sunrpc/xprtrdma. I only see on in /lib/modules/$(uname -r)/kernel/net/sunrpc/xprtrdma. Steve. Jeff Becker wrote: Hi. Vladimir Sokolovsky wrote: Steve Wise wrote

[ewg] ofed-1.4 beta

2008-08-05 Thread Steve Wise
Tziporet, I request that we make sure the following is in before we release beta: - NFSRDMA fastreg patches _and_ NFSRDMA working at least on 2.6.27-rc1. Currently it doesn't install correctly. Also we're waiting for the fastreg patch series from Tom Tucker which should be ready this week.

[ewg] [GIT PULL ofed-1.4 ofed_2_6_27] more cxgb3 backports

2008-08-05 Thread Steve Wise
Vlad, Please pull from git://git.openfabrics.org/~swise/ofed-1.4 ofed_2_6_27 These patches fix up suse and rehat backports. I think cxgb3 should now compile on all the platforms. commit 0f6891ea9533ccb00e25431352f7ea5f2ffcc161 Author: Steve Wise [EMAIL PROTECTED] Date: Mon Aug 4 12

Re: [ewg] ofed-1.4 ofed_2_6_27 and NFSRDMA

2008-08-05 Thread Steve Wise
Jeff Becker wrote: Steve Wise wrote: Jeff, I'm running on the ofed-1.4 ofed_2_6_27 branch. Building against a 2.6.27-rc1 running kernel that has nfsrdma configured. I then build/install the ofed drivers with nfsrdma configured in the ofed tree. This _should_ effectively replace

Re: [ewg] ofed-1.4 beta

2008-08-05 Thread Steve Wise
Tziporet Koren wrote: Steve Wise wrote: I'm asking that we hold off spinning Beta until these are ready. I don't see the point of a beta release if all the anchor functionality isn't in. And from an iWARP perspective, the above two are anchor items. I think there are several show

[ewg] Re: [GIT PULL ofed-1.4 ofed_2_6_27] more cxgb3 backports

2008-08-05 Thread Steve Wise
Hi Steve, cxgb3 compilation failed on: Build failed on 2.6.20 Build failed on 2.6.19 Build failed on 2.6.16 Build failed on 2.6.17 Build failed on 2.6.18.6 Build failed on 2.6.9-55.ELsmp Build failed on 2.6.9-42.ELsmp Build failed on 2.6.9-67.ELsmp I'll fix this asap. I thought I had all

Re: [ewg] gitweb add request

2008-08-05 Thread Steve Wise
Andy Grover wrote: Hi, I understand that an admin needs to take some action to get a user's git trees to show up on openfabrics, could an admin please do that for user agrover? (BTW for those who haven't heard: I'm taking over RDS maint/devel from Olaf. Hi, nice to meetcha. :) Thanks --

[ewg] warnings during compile of ofed-1.4 ofed_2_6_27

2008-08-06 Thread Steve Wise
Hey vlad, While building against 2.6.25, I see these warnings for cxgb3: WARNING: /usr/local/src/ofed-1.4/ofed_kernel/lib/modules/2.6.25.14/extra/drivers/net/cxgb3/cxgb3.ko needs unknown symbol lro_flush_all WARNING:

[ewg] [PATCH RFC ofed-1.4] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space

2008-08-09 Thread Steve Wise
this in as a patch file in kernel_patches/fixes/ for ofed-1.4. Thanks, Steve. - RDMA/CMA: Allocate PS_TCP ports from the host TCP port space This is needed for iwarp providers that support native and rdma connections over the same interface. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers

Re: [ewg] [PATCH RFC ofed-1.4] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space

2008-08-11 Thread Steve Wise
Steve Wise wrote: Tziporet EWG members, iWARP customers including Sandia Labs have asked that we include this in OFED distributions to correctly unify the host stack and iwarp stack TCP port space. I recommend we maintain this patch as part of the OFED distribution. I you agree, then we

Re: [ewg] Status: NFSRDMA with Fast Register

2008-08-12 Thread Steve Wise
Tziporet Koren wrote: Steve Wise wrote: Hey Tziporet, Tom will be posting the NFSRDMA fastreg patch series upstream today. I ask that we pull in this functionality for ofed-1.4-beta. I ask this with the understanding that I will update the patch with the final upstream merged result. I

Re: [ewg] [PATCH RFC ofed-1.4] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space

2008-08-12 Thread Steve Wise
Or Gerlitz wrote: Vladimir Sokolovsky wrote: Steve Wise wrote: Tziporet EWG members, iWARP customers including Sandia Labs have asked that we include this in OFED distributions to correctly unify the host stack and iwarp stack TCP port space. I recommend we maintain this patch as part

[ewg] [PATCH RFCv2] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-08-13 Thread Steve Wise
From: Steve Wise [EMAIL PROTECTED] This is needed for iwarp providers that support native and rdma connections over the same interface. Optionally turned on by the new rdma_cm unify_tcp_port_space module option. Signed-off-by: Steve Wise [EMAIL PROTECTED] --- drivers/infiniband/core/cma.c

[ewg] [GIT PULL ofed-1.4] cxgb3 lro backport fixes

2008-08-13 Thread Steve Wise
Vlad, Please pull from: git://git.openfabrics.org/~swise/ofed-1.4 stevo This commit adds backport patches to remove LRO from cxgb3 for older kernels. Thanks, Steve. ___ ewg mailing list ewg@lists.openfabrics.org

Re: [ewg] [PATCH RFCv2] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-08-13 Thread Steve Wise
Vlad, I think this patch can go... Steve. Steve Wise wrote: From: Steve Wise [EMAIL PROTECTED] This is needed for iwarp providers that support native and rdma connections over the same interface. Optionally turned on by the new rdma_cm unify_tcp_port_space module option. Signed-off

Re: [ewg] Re: [PATCH RFCv2] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-08-14 Thread Steve Wise
Tziporet Koren wrote: Or Gerlitz wrote: Steve Wise wrote: From: Steve Wise [EMAIL PROTECTED] This is needed for iwarp providers that support native and rdma connections over the same interface. Optionally turned on by the new rdma_cm unify_tcp_port_space module option. OK, I guess this can

[ewg] [Fwd: [PATCH] cxgb3: ethtool stats broken in backports]

2008-09-11 Thread Steve Wise
Vlad, Please pull this patch from: git://git.openfabrics.org/~swise/ofed-1.4 ofed_kernel This resolves bug 1171. Thanks, Steve. Original Message Subject:[PATCH] cxgb3: ethtool stats broken in backports Resent-Date:Wed, 10 Sep 2008 17:55:46 -0500 Resent-From:

Re: [ewg] OFED meeting minutes

2008-09-23 Thread Steve Wise
Tziporet Koren wrote: OFED September 22 meeting summary on OFED 1.4 status: Meeting Summary: == 1. General status: RC2 releases on Sunday Sep 21 and being used in the plugfest. 2. Rc3 is expected on Oct 7 Decided to cleanup compilation warnings by half for RC3 and

[ewg] mvapich1.2rev2997

2008-09-25 Thread Steve Wise
Is mpiexec supposed to be missing in the latest mvapich2 that is in ofed-1.4? Thanks, Steve. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Re: [ewg] mvapich1.2rev2997

2008-09-25 Thread Steve Wise
Chien Tung wrote: Is mpiexec supposed to be missing in the latest mvapich2 that is in ofed-1.4? Jonathan added a patch to allow the user to choose the old mpiexec and the new mpirun_rsh method. You should see something like this when you run install.pl: +print \nPlease choose a

Re: [ewg] OFED Nov 3 2008 meeting summary on OFED 1.4 status

2008-11-06 Thread Steve Wise
Hey Vlad, I opened a few critical bugs against cxgb3 for rhel4.x backport issues. We're trying to resolve them asap. When is the cutoff for making rc4? Thanks, Steve. Vladimir Sokolovsky wrote: Meeting minutes on the web:

[ewg] rhel4.6 testing

2008-11-06 Thread Steve Wise
Has anyone tested the core rdma stuff on rhel4.6? Thanks, Steve. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Re: [ewg] rhel4.6 testing

2008-11-07 Thread Steve Wise
Olga Shern (Voltaire) wrote: I assume you mean OFED 1.4 We have tested it - regression tests. Do you see any problem? On Thu, Nov 6, 2008 at 9:12 PM, Steve Wise [EMAIL PROTECTED] wrote: Has anyone tested the core rdma stuff on rhel4.6? Thanks, Steve

Re: [ewg] Agenda for OFED meeting today - Nov 10

2008-11-10 Thread Steve Wise
1364cri [EMAIL PROTECTED] NEW system hang on rmmod cxgb3 in rhel4.7 1365cri [EMAIL PROTECTED] NEW Panic on loading iw_cxgb3 in RHEL 4.6 1366cri [EMAIL PROTECTED] NEW Panic during boot-up after an OFED install in RHEL

Re: [ewg] [PATCH RFC v3] RDMA/CMA: Allocate PS_TCP ports from the host TCP port space.

2008-11-11 Thread Steve Wise
that support native and rdma connections over the same interface. Optionally turned on by the new rdma_cm unify_tcp_port_space module option. Signed-off-by: Steve Wise [EMAIL PROTECTED] Signed-off-by: Faisal Latif [EMAIL PROTECTED] Signed-off-by: Chien Tung [EMAIL PROTECTED] --- All, please comment

[ewg] [GIT PULL ofed-1.4-rc5] - cxgb3 backport fix

2008-11-13 Thread Steve Wise
Vlad, One more update to the rhel4.x backports. Please pull from git://git.openfabrics.org/~swise/ofed-1.4 ofed_kernel Steve. - commit 3feae5270647e0c88f419f91d684eea807e61ad9 Author: Steve Wise [EMAIL PROTECTED](none) Date: Thu Nov 13 18:37:55 2008 -0600 cxgb3: don't use multiple

[ewg] [PATCH ofed-1.4 release notes] cxgb3: Release note updates for ofed-1.4

2008-11-15 Thread Steve Wise
From: Steve Wise [EMAIL PROTECTED] Signed-off-by: Steve Wise [EMAIL PROTECTED] --- cxgb3_release_notes.txt | 29 +++-- 1 files changed, 19 insertions(+), 10 deletions(-) diff --git a/cxgb3_release_notes.txt b/cxgb3_release_notes.txt index ce0004d..d9080ad 100644

Re: [ewg] New Open MPI SRPM uploaded (v1.3)

2009-01-21 Thread Steve Wise
Indeed! Congrats! This version supports iWARP. Jeff Squyres wrote: Thanks! It was a long time coming. :-) On Jan 21, 2009, at 2:17 AM, Tziporet Koren wrote: Jeff Squyres wrote: Open MPI v1.3 SRPM has been uploaded to ~jsquyres/ofed_1.4, and I updated latest.txt. Congratulation for

Re: [ewg] RE: RHEL 5.3 and OFED 1.4.x

2009-01-22 Thread Steve Wise
I think releasing OMPI-1.3 with iWARP support is also good justification. And there are RDS issues with ofed-1.4 even over IB that I think will add to justification. John Russo wrote: I understand but I think that this is another consideration that should be factored in. Even if there are

Re: [ewg] RE: RHEL 5.3 and OFED 1.4.x

2009-01-22 Thread Steve Wise
. If we do want to include the new MPI, then perhaps we should call it 1.5 and pull in the schedule for 1.5. Just a thought. woody -Original Message- From: Steve Wise [mailto:sw...@opengridcomputing.com] Sent: Thursday, January 22, 2009 1:46 PM To: John Russo Cc: Woodruff, Robert J; gene

Re: [ewg] RE: RHEL 5.3 and OFED 1.4.x

2009-01-28 Thread Steve Wise
Doug Ledford wrote: On Thu, 2009-01-22 at 16:07 -0600, Steve Wise wrote: I understand the desire to not release new features in a point release, but at the same time, these features are ready or near ready now. And prior features have definitely been released in point releases. (connectX

[ewg] [GIT PULL ofed-1.4.1] iw_cxgb3 fixes

2009-02-13 Thread Steve Wise
Vlad, Please pull from: git://git.openfabrics.org/~swise/ofed-1.4.git ofed_1_4 You should get one commit that includes 3 bug fix patches that are heading upstream. Thanks, Steve - commit 391fc1fe552dfc084ce1482fea2db469b36f700a Author: Steve Wise sw...@opengridcomputing.com Date

[ewg] [GIT PULL ofed-1.4.1] - fix to iw_cxgb3_0400 patch

2009-02-17 Thread Steve Wise
Vlad, Please pull from git://git.openfabrics.org/~swise/ofed-1.4.git ofed_1_4 This is a small fix to one of the patches I added last week. Thanks, Steve. - commit cfc38bc5ec39b8ec680c6181143407f9bb26cc29 Author: Steve Wise sw...@opengridcomputing.com Date: Tue Feb 17 09:47:51 2009

[ewg] Re: [PATCH] NFS-RDMA backport for RHEL 5.2

2009-02-28 Thread Steve Wise
Jon Mason wrote: Hey Vlad, I wanted to get you the NFS-RDMA backport patches I have queued up prior to rc1 being built. I have this patch (RHEL5.2), as well as 2.6.22, and 2.6.25 (which I will be sending in separate e-mails). Thanks Jon and Tom for doing this work! This patch contains

[ewg] Re: [PATCH] NFS-RDMA backport for RHEL 5.2

2009-02-28 Thread Steve Wise
Yes. Thanks from me as well. Although I see much overlap between your RHEL5.2 patch and my SLES10SP2 patches, I will start with your work in order to unify the two backports as much as possible. Your backport also answers a few questions I've been having when reviewing my backport.

Re: [ewg] shipping firmware with ofed

2009-03-03 Thread Steve Wise
Tziporet Koren wrote: Steve Wise wrote: Is there any problem with shipping the required cxgb3 firmware in the ofed releases? No plans for any FW shipment with OFED. You can add in the RN the FW location on the web like we do for Mellanox devices Tziporet I request that we do add

Re: [ewg] shipping firmware with ofed

2009-03-03 Thread Steve Wise
Woodruff, Robert J wrote: Steve Wrote, I request that we do add this. Forcing customers to download firmware isn't very user friendly. It should be fairly easy to do, yes? I would take on the work involved to add the infrastructure needed... All that would be needed,

Re: [ewg] shipping firmware with ofed

2009-03-03 Thread Steve Wise
: Tuesday, March 03, 2009 1:17 PM To: Steve Wise; tzipo...@dev.mellanox.co.il Cc: OpenFabrics EWG Subject: RE: [ewg] shipping firmware with ofed Steve Wrote, I request that we do add this. Forcing customers to download firmware isn't very user friendly. It should be fairly easy to do

Re: [ewg] shipping firmware with ofed

2009-03-03 Thread Steve Wise
Todd Rimmer wrote: I have encountered many customers whose clusters are purposely not on the internet and hence could not perform a download. It would be best if the FW was included in the release. I think there is precedence with other Linux drivers which have included binary images of ASIC

Re: [ewg] shipping firmware with ofed

2009-03-03 Thread Steve Wise
Woodruff, Robert J wrote: If this is the case, then why not just build the firmware into the driver and submit it with the driver when the driver is sent upstream to kernel.org. I have seen firmware imbedded into source code before, in the form of a header file that contains the firmware code

Re: [ewg] OFED-1.4.1-rc1 compilation fails on RHEL5.2 32-bit

2009-03-04 Thread Steve Wise
2.6.9_U7 looks like RHEL4.7. Not RHEL5.2. Yes? Vladimir Sokolovsky wrote: Hi Jon, nfsrdma backport headers (atomic.h) break OFED's kernel compilation on RHEL5.2 32-bit: See kernel_addons/backport/2.6.9_U7/include/asm/atomic.h as an example. gcc -m32

Re: [ewg] OFED-1.4.1-rc1 compilation fails on RHEL5.2 32-bit

2009-03-04 Thread Steve Wise
Never mind. I was confused. Steve Wise wrote: 2.6.9_U7 looks like RHEL4.7. Not RHEL5.2. Yes? Vladimir Sokolovsky wrote: Hi Jon, nfsrdma backport headers (atomic.h) break OFED's kernel compilation on RHEL5.2 32-bit: See kernel_addons/backport/2.6.9_U7/include/asm/atomic.h as an example

[ewg] crash in mthca with ofed-1.4.1

2009-03-04 Thread Steve Wise
I just put on the 20090303-0200 kernel build and hit this on boot up when loading mthca. Is this a new bug? Distro: RH5.2 HW: x86_64 OFA Drivers: ofa_1_4_kernel-20090303-0200 divide error: [1] SMP last sysfs file: /block/sda/sda1/dev CPU 0 Modules linked in: sg ib_mthca(U)

Re: [ewg] shipping firmware with ofed

2009-03-04 Thread Steve Wise
I asked around, and we've never actually shipped Chelsio firmware (we almost did, but instead Chelsio added the firmware byte code into their upstream driver and we backported that so that the kernel has the firmware built into the Chelsio driver). We have shipped other firmware rpms in the

Re: [ewg] RE: Delaying next Monday OFED meeting

2009-03-05 Thread Steve Wise
ditto Woodruff, Robert J wrote: Thursday 3/12 at 9am PST works for me. woody *From:* ewg-boun...@lists.openfabrics.org [mailto:ewg-boun...@lists.openfabrics.org] *On Behalf Of *John Russo *Sent:* Thursday, March 05,

[ewg] [PATCH ofed-1.4.1] Vlad,

2009-03-17 Thread Steve Wise
Please pull from: git://git.openfabrics.org/~swise/ofed-1.4.git ofed_1_4 This patch updates the desired firmware version for ofed-1.4.1. -- From: Steve Wise sw...@opengridcomputing.com cxgb3: update firmware version. Signed-off-by: Steve Wise sw...@opengridcomputing.com --- .../fixes

[ewg] Seg fault running OpenMPI-1.3.1rc4

2009-03-29 Thread Steve Wise
Hey Jeff, Have you seen this? I'm hitting this regularly running on ofed-1.4.1-rc2. Test: [o...@vic12 ~]$ cat doit-ompi #!/bin/sh while : ; do mpirun -np 16 --host vic12-10g,vic20-10g,vic9-10g,vic21-10g --mca btl openib,self,sm --mca btl_openib_max_btls 1

Re: [ewg] Seg fault running OpenMPI-1.3.1rc4

2009-03-29 Thread Steve Wise
When this happens, that node logs this type of message also in /var/log/messages: IMB-MPI1[8859]: segfault at 0018 rip 2b7bfc880800 rsp 7fffb1021330 error 4 Steve Wise wrote: Hey Jeff, Have you seen this? I'm hitting this regularly running on ofed-1.4.1-rc2. Test

Re: [ewg] Moving to new server

2009-03-29 Thread Steve Wise
Ok, I moved over my git trees. And I've verified I can do builds using the ofa cross-compile bldenv. Steve. Jeff Becker wrote: Hi Steve Steve Wise wrote: What exactly should I be moving over from the other server? Just git trees? For now, that's fine. The main thing we want to do

[ewg] [GIT PULL ofed-1.4.1] - iw_cxgb3 bug fix for 1576

2009-03-29 Thread Steve Wise
Vlad, Please pull the patch below from: git://69.55.231.68/~swise/scm/ofed-1.4 ofed_1_4 This resolves bug 1576. Thanks, Steve. -- commit 6368c9bcb5986dda6818f30d5335113de68c8abd Author: Steve Wise sw...@opengridcomputing.com Date: Sun Mar 29 13:38:57 2009 -0500 RDMA/cxgb3

Re: [ewg] Moving to new server

2009-03-29 Thread Steve Wise
Jeff Becker wrote: Hi Sasha Sasha Khapyorsky wrote: Hi Jeff, On 16:24 Fri 27 Mar , Jeff Becker wrote: Just thought this would be a good chance to clean up. Thanks for your work. I copied my trees and basically it works. Few things are missing: 1. ~username symbolic links under

Re: ***SPAM*** Re: [OMPI devel] [ewg] Seg fault running OpenMPI-1.3.1rc4

2009-03-30 Thread Steve Wise
on the ompi-trunk. Pasha. Steve Wise wrote: When this happens, that node logs this type of message also in /var/log/messages: IMB-MPI1[8859]: segfault at 0018 rip 2b7bfc880800 rsp 7fffb1021330 error 4 Steve Wise wrote: Hey Jeff, Have you seen this? I'm hitting

Re: ***SPAM*** Re: [OMPI devel] [ewg] Seg fault running OpenMPI-1.3.1rc4

2009-03-30 Thread Steve Wise
Shamis (Pasha) wrote: Steve, If you will compile OMPI code with CFLAGS=-g ,generate segfault core_file and send the core + IMB-MPI1 to me I will be able to understand the problem better. Regards, Pasha Steve Wise wrote: Hey Pasha, I just applied r20872 and retested, and I still hit this seg

Re: [Fwd: Re: [ewg] Moving to new server]

2009-03-31 Thread Steve Wise
By the way, if this is supposed to be a build machine for doing ofed cross-compiles, it sure is whimpy in the memory department. Jeff Becker wrote: Hi Tziporet Tziporet Koren wrote: Jeff Do I have to move my staff under /data/www/openfabrics.org/txt/documentation/linux/ too? We hold

[ewg] [GIT PULL ofed-1.4.1] fix for starting/stopping NFS daemons

2009-03-31 Thread Steve Wise
92f46827ee4a45899383001b4bd1ecb4c52beffe Author: Steve Wise sw...@opengridcomputing.com Date: Tue Mar 31 14:36:17 2009 -0500 NFSRDMA: Correctly reference lockd service. Signed-off-by: Steve Wise sw...@opengridcomputing.com diff --git a/kernel_patches/fixes/nfsrdma_zz_0100_lockd_ref_fix.patch b

[ewg] Re: [PATCH] ofed_1_4_scripts: Fix ppc64 building of rnfs-utils

2009-04-01 Thread Steve Wise
Jon Mason wrote: On Wed, Apr 01, 2009 at 10:39:30AM +0200, Alexander Schmidt wrote: On Mon, 30 Mar 2009 17:35:58 -0500 Jon Mason j...@opengridcomputing.com wrote: On Mon, Mar 30, 2009 at 11:25:53AM +0200, Alexander Schmidt wrote: On Fri, 27 Mar 2009 14:52:27 -0500 Jon Mason

[ewg] ofed autoconf.h

2009-04-07 Thread Steve Wise
I've been charged to resolve OFED bugs 1538 and 1578 dealing with autoconf.h. I seek input from the OFA lists. There are two issues: Bug 1538) the ofed kernel configure script creates an autoconf.h file that is intended to be included _after_ the backing kernel autoconf.h. The ofed

[ewg] Re: [ofa-general] ofed autoconf.h

2009-04-08 Thread Steve Wise
Brian J. Murrell wrote: Hi Steve, Thanx for looking into these two items for us. On Tue, 2009-04-07 at 16:24 -0500, Steve Wise wrote: I've been charged to resolve OFED bugs 1538 and 1578 dealing with autoconf.h. I seek input from the OFA lists. For the record of discussion, I

[ewg] Re: [ofa-general] ofed autoconf.h

2009-04-08 Thread Steve Wise
I'll run experiments. I just did. It seems to work as I thought. You do get macro redefinition warnings though for something defined in both files: bar/a.h:1:1: warning: FOO redefined which will be an error if you build with -Werror. :-( If including the kernel's autoconf.h

[ewg] Re: [PATCH ofed-1.4.1] NFS-RDMA: rnfs-utils not installed on RHEL5.1

2009-04-09 Thread Steve Wise
Jon Mason wrote: Since the RHEL5.1 kernel is 2.6.18-53.el5, it will fail the install.pl check for NFS-RDMA compatible kernel version. As all RHEL5 versions have been backported, the check is no longer necessary and can be removed. Signed-Off-By: Jon Mason j...@opengridcomputing.com --- diff

[ewg] Re: [PATCH ofed-1.4.1] NFS-RDMA: rnfs-utils not installed on RHEL5.1

2009-04-09 Thread Steve Wise
Jon Mason wrote: On Thu, Apr 09, 2009 at 04:16:41PM -0500, Steve Wise wrote: Jon Mason wrote: Since the RHEL5.1 kernel is 2.6.18-53.el5, it will fail the install.pl check for NFS-RDMA compatible kernel version. As all RHEL5 versions have been backported, the check is no longer

[ewg] Re: [ofa-general] ofed autoconf.h

2009-04-14 Thread Steve Wise
used by external modules. From: Steve Wise sw...@opengridcomputing.com For details on the rationale behind this change, see OFA bugs 1538 and 1578. Create new define named __OFED_BUILD__ that is set when building the ofed kernel tree. With __OFED_BUILD__ defined, the autoconf.h file has the same

Re: [ewg] website really slow

2009-04-15 Thread Steve Wise
There is something wrong with the site. bugzirra is taking forever too. Brian J. Murrell wrote: FWIW, this did finally complete and download rate was good but it sure took a while to get it started. b.

[ewg] [GIT PULL ofed-1.4.1] - autoconf.h fixes and iw_cxgb3 fix

2009-04-15 Thread Steve Wise
Vlad, Please pull these two commits from ssh://v...@sofa.openfabrics.org/~swise/scm/ofed-1.4.git ofed_1_4 They fix a crash in iw_cxgb3 and address the autoconf.h issues in bugs 1538/1578. Thanks, Steve. commit b2c912bb7840b83af70172096bc5e8fad826a95c Author: Steve Wise sw

Re: [ewg] libibverbs version increment.

2009-04-16 Thread Steve Wise
Ralph Campbell wrote: You are confusing the version number used for the libibverbs library and the name of the source tar file for libipathverbs. The later is what is being changed from libipathverbs-1.1.tar.gz to libipathverbs-1.1.1.tar.gz since there was a minor source code in OFED-1.4.1-rc3.

Re: [ewg] EWG/OFED meeting minutes for Apr 20, 09

2009-04-21 Thread Steve Wise
What is the cut-off date to have all the backports done (not new features, just backports of 2.6.30 functionality to the older kernels)? Is it RC1? Tziporet Koren wrote: This is OFED meeting minutes for April 20 09: Summary: 1. OFED 1.4.1 is delayed in two weeks: RC4 Monday

[ewg] [GIT PULL ofed-1.4.1] xprtrdma: The frmr iova_start values are truncated by the nfs rdma client.

2009-04-24 Thread Steve Wise
:05:10 -0500 From: Steve Wise sw...@opengridcomputing.com To: trond.mykleb...@netapp.com CC: tmtal...@gmail.com, t...@opengridcomputing.com, linux-...@vger.kernel.org A bad cast causes the iova_start, which in this case is a DMA bus address, to be truncated on 32b systems. No cast

Re: [ewg] [GIT PULL ofed-1.4.1] xprtrdma: The frmr iova_start values are truncated by the nfs rdma client.

2009-04-26 Thread Steve Wise
-vu A bad cast causes the iova_start, which in this case is a DMA bus address, to be truncated on 32b systems. No cast is needed. Signed-off-by: Steve Wise sw...@opengridcomputing.com --- net/sunrpc/xprtrdma/verbs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [ewg] [GIT PULL ofed-1.4.1] xprtrdma: The frmr iova_start values are truncated by the nfs rdma client.

2009-04-26 Thread Steve Wise
...@sofa.openfabrics.org/~swise/scm/ofed-1.4.git ofed_1_4 Thanks, Steve. Steve Wise wrote: Vu Pham wrote: Steve, You should have the same fix for the server side as well Here is the patch Actually, I don't think this server change is needed. The server is using a kernel virtual address

[ewg] Re: [ofa-general] Re: dapl attribute bug

2009-04-29 Thread Steve Wise
Bug 1613 opened to track this. I think we need this for ofed-1.4.1. Steve. Steve Wise wrote: Hey Arlin, Did this ever get fixed? I think UNH is seeing this issue still. Steve Wise wrote: Davis, Arlin R wrote: The DAPL dat_ia_attr-max_lmr_block_size is a u32, yet the dapl code

[ewg] [GIT PULL ofed-1.4.1] iw_cxgb3/nfsrdma fixes

2009-04-29 Thread Steve Wise
1f3248b3942427c437db26fec8297c754f085494 Author: Steve Wise sw...@opengridcomputing.com Date: Wed Apr 29 16:00:43 2009 -0500 RDMA/cxgb3: Pull in sq flush fix. Signed-off-by: Steve Wise sw...@opengridcomputing.com commit fde3500748351e0b431ebd667f03a6d95c045333 Author: Steve Wise sw...@opengridcomputing.com Date: Wed

[ewg] RC5 issues

2009-05-11 Thread Steve Wise
I'm seeing weird problems with RC5 on RH5.2. Anyone else seeing problems? I'm seeing soft lockups: BUG: soft lockup - CPU#0 stuck for 10s! [nfsd4:2753] CPU 0: Modules linked in: nfsd(U) auth_rpcgss(U) exportfs(U) nfs(U) lockd(U) nfs_acl(U) autofs4 hidp rfcomm l2cap bluetooth sunrpc(U)

[ewg] Re: ofed-1.4.1 rc5 and sles10sp2

2009-05-11 Thread Steve Wise
too? Steve. Steve Wise wrote: I installed RC5 on sles10sp2 and none of the ofed modules would load due to symbol mismatches. For instance, ib_core won't load and this is logged: May 11 13:32:13 rac4 kernel: ib_core: Unknown symbol init_mnt_writers I backed up to RC4 and things work ok

Re: [ewg] ofed-1.4.1 rc5 and sles10sp2

2009-05-11 Thread Steve Wise
Jeff Becker wrote: Hi Steve Steve Wise wrote: I installed RC5 on sles10sp2 and none of the ofed modules would load due to symbol mismatches. For instance, ib_core won't load and this is logged: May 11 13:32:13 rac4 kernel: ib_core: Unknown symbol init_mnt_writers I backed up to RC4

[ewg] Re: What is the status of backport fix for bug 1596

2009-05-14 Thread Steve Wise
Jeff Becker wrote: Hi Tziporet Tziporet Koren wrote: This is the only bug we wait for its fix for 1.4.1-rc6 Do you expect to fix it by end of this week (including testing)? I've completed 2.6.25 and 2.6.22, and I'm currently working on RHEL5.3. Although the first of these was

[ewg] [GIT PULL ofed-1.4.1] - nfsrdma - pull in fix for 1616

2009-05-15 Thread Steve Wise
Vlad, please pull from: ssh://v...@sofa.openfabrics.org/~swise/scm/ofed-1.4 ofed_1_4 To get the fix for bug 1616. Steve. - commit 0e28c04ffbda9ad1d78a912991d1d3f043674889 Author: Steve Wise sw...@opengridcomputing.com Date: Thu May 14 17:10:25 2009 -0500 svrdma: pull in unmap

[ewg] Re: EWG/OFED meeting agenda for today (May 18)

2009-05-18 Thread Steve Wise
Tziporet Koren wrote: This is the agenda for today's EWG/OFED meeting: 1. OFED 1.4.1 bugs status and decision on RC6 date 1628 blo andy.gro...@oracle.com RDS in 1.4.1 cannot connect to RDS in 1.3.1 - I think Andy sent a fix for this 1596 cri jeffrey.c.bec...@nasa.gov openibd stop failed

Re: [ewg] OFED 1.4.1 release status

2009-05-20 Thread Steve Wise
Tziporet Koren wrote: Hi, We wish to update all that we took all patches that were send regarding NFS/RDMA The latest build that include them is: OFED-1.4.1-20090520-0741 We wish to build RC6 based on this build All - please test today this new build and let us know its OK If everything will

Re: [ewg] OFED 1.4.1 release status

2009-05-20 Thread Steve Wise
Steve Wise wrote: Tziporet Koren wrote: Hi, We wish to update all that we took all patches that were send regarding NFS/RDMA The latest build that include them is: OFED-1.4.1-20090520-0741 We wish to build RC6 based on this build All - please test today this new build and let us know its OK

[ewg] WinOF applications

2009-06-01 Thread Steve Wise
Can someone point me to documentation or email threads that define what apps actually run over WinOF on Windows Server 2008? For instance, are there any MPIs that run on this? I believe Open MPI does not. Thanks, Steve. ___ ewg mailing list

Re: [ewg] WinOF applications

2009-06-01 Thread Steve Wise
Gilad Shainer wrote: And there are commercial MPIs that uses WinOF Which ones? Scali? Intel? HP? Thanks, Steve. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] ofed-1.5 and RH5.4

2009-06-08 Thread Steve Wise
I didn't see RH5.4 in the ofed-1.5 plan. Is it going to be supported in 1.5, or is its release date too far out? Thanks, Steve. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] core backports

2009-06-08 Thread Steve Wise
Hey Tziporet, Is there an estimate as to when the core code will build against the various kernels? Thanks, steve. ___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] Re: [ofa-general] [PATCH 0/9] RDMAoE - RDMA over Ethernet

2009-06-16 Thread Steve Wise
Hey Eli, Does this series implement UD/multicast support? I didn't see it with a quick perusal of the patches. Steve. Eli Cohen wrote: RDMA over Ethernet (RDMAoE) allows running the IB transport protocol over Ethernet, providing IB capabilities for Ethernet fabrics. The packets are standard

[ewg] [GIT PULL - ofed-1.5] cxgb3 RHEL5.2 backports

2009-06-17 Thread Steve Wise
Hey Vlad, Please pull from: ssh://v...@sofa.openfabrics.org/~swise/scm/ofed_kernel.git ofed_1_5 This adds RHEL5.2 backports for cxgb3. Thanks, Steve. --- commit 9167dcdbc40252562fd826acc0598853456deafc Author: Steve Wise sw...@opengridcomputing.com Date: Wed Jun 17 19:16:31 2009 -0500

[ewg] [GIT PULL ofed-1.5] cxgb3 backports for RHEL 5.3

2009-06-18 Thread Steve Wise
Vlad, Please pull from: ssh://v...@sofa.openfabrics.org/~swise/scm/ofed_kernel.git ofed_1_5 This adds RH5.3 backports for cxgb3. Thanks, Steve. --- commit 69248ffde5b0a59ec738073368aeee2aa545668a Author: Steve Wise sw...@opengridcomputing.com Date: Thu Jun 18 11:06:57 2009 -0500

[ewg] [GIT PULL ofed-1.5] cxgb3: Fix napi backport patch.

2009-06-26 Thread Steve Wise
Vlad, please pull from s...@vlad@sofa.openfabrics.org/~swise/scm/ofed_kernel.git ofed_1_5 This patch fixes a bug in the napi backports for cxgb3. Thanks Steve. --- commit 212930130496dd262bd837f65cbbe748deeded71 Author: Steve Wise sw...@opengridcomputing.com Date: Fri Jun 26 10:17:45 2009

[ewg] [GIT PULL ofed-1.5] more cxgb3 backports and fixes

2009-07-04 Thread Steve Wise
...@opengridcomputing.com commit e3af83ba07e54bf8c8809f10237b8b54939a485d Author: Steve Wise sw...@opengridcomputing.com Date: Sat Jul 4 10:54:45 2009 -0500 Remove executable bit from cxgb3 patch files. Signed-off-by: Steve Wise sw...@opengridcomputing.com 0 files changed, 0 insertions

[ewg] [GIT PULL ofed-1.5] cxgb3 backports for 2.6.22/2.6.23

2009-07-05 Thread Steve Wise
Vlad, Please pull from ssh://v...@sofa.openfabrics.org/home/swise/scm/ofed_kernel.git ofed_1_5 There are 2 commits that provide backports for 2.6.22 and 2.6.23. Thanks, Steve. --- commit 1a015563e066f5ec4bf8288445c683d1314deb02 Author: Steve Wise sw...@opengridcomputing.com Date: Sun Jul

[ewg] [GIT PULL ofed-1.5] cxgb3 backports for 2.6.24/25/26

2009-07-06 Thread Steve Wise
Vlad, Please pull from ssh://v...@sofa.openfabrics.org/home/swise/scm/ofed_kernel.git ofed_1_5 Included are cxgb3 backports for 2.6.24, 25, and 26. Thanks, Steve. --- commit 8ca545e6d9926283f893f246aab5b01173c77eee Author: Steve Wise sw...@opengridcomputing.com Date: Mon Jul 6 09:01:22

[ewg] [GIT PULL ofed-1.5] cxgb3 backports for 2.6.27/28/sles11

2009-07-06 Thread Steve Wise
Vlad, Please pull from ssh://v...@sofa.openfabrics.org/home/swise/scm/ofed_kernel.git ofed_1_5 Included are cxgb3 backports for 2.6.27, 28, and sles11. Thanks, Steve. --- commit 407d9175bb290a2bb4891e67a52603880111ba1a Author: Steve Wise sw...@opengridcomputing.com Date: Mon Jul 6 16:09

[ewg] [GIT PULL ofed-1.5] cxgb3 RH4 backports

2009-07-08 Thread Steve Wise
Vlad, Please pull the cxgb3 RH4.6/7 backports from ssh://v...@sofa.openfabrics.org/~swise/scm/ofed_kernel.git ofed_1_5 Thanks, Steve. --- commit 87452763e07240d48083bd8ad8b20b08c4163166 Author: Steve Wise sw...@opengridcomputing.com Date: Wed Jul 8 11:13:27 2009 -0500 cxgb3: Backports

[ewg] [Fwd: install.pl in ofed 1.5 not installing cxgb3 and nes by default]

2009-07-13 Thread Steve Wise
Hey Vlad, Why was cxgb3 removed from install.pl? Original Message Subject:install.pl in ofed 1.5 not installing cxgb3 and nes by default Date: Mon, 13 Jul 2009 11:13:50 -0700 From: Tung, Chien Tin chien.tin.t...@intel.com To: Steve Wise sw

[ewg] [GIT PULL ofed-1.5] RDMA/cxgb3: correctly setup qsets for 2 port cards in backports

2009-08-17 Thread Steve Wise
Hey Yevgeny, Please pull from ssh://v...@sofa.openfabrics.org/~swise/scm/ofed_kernel.git ofed_1_5 This fixes bug 1706. Thanks, Steve. -- RDMA/cxgb3: correctly setup qsets for 2 port cards in backports Signed-off-by: Steve Wise sw...@opengridcomputing.com --- .../2.6.16_sles10_sp2

Re: [ewg] [GIT PULL ofed-1.5] RDMA/cxgb3: correctly setup qsets for 2 port cards in backports

2009-08-17 Thread Steve Wise
Actually it fixes bug 1705. Steve Wise wrote: Hey Yevgeny, Please pull from ssh://v...@sofa.openfabrics.org/~swise/scm/ofed_kernel.git ofed_1_5 This fixes bug 1706. Thanks, Steve. -- RDMA/cxgb3: correctly setup qsets for 2 port cards in backports Signed-off-by: Steve Wise sw

[ewg] libcxgb3 in ofed

2009-08-24 Thread Steve Wise
Hey Vlad, You can pull libcxgb3 from my tarball releases for ofed going forward. The releases can be pulled from http://www.openfabrics.org/cxgb3/ and the latest release that should be in ofed-1.5 is: http://www.openfabrics.org/downloads/cxgb3/libcxgb3-1.2.3.tar.gz Is that sufficient?

<    1   2   3   4   5   >