[ewg] [ANNOUNCE] dapl-2.0.23 release

2009-10-02 Thread Arlin Davis
New release for uDAPL v2 (2.0.23) available at: http://www.openfabrics.org/downloads/dapl Latest Packages (see ChangeLog for recent changes): md5sum: f58d6dd903cee271d71b0eb6fa33984e compat-dapl-1.2.14.tar.gz md5sum: dc1f31a4bc28aedcb725264d65db7e51 dapl-2.0.23.tar.gz Vlad, please pull into O

[ewg] [ANNOUNCE] dapl-1.2.7 and dapl-2.0.9 release

2008-05-21 Thread Arlin Davis
New release for dapl 1.2 and 2.0 available on the OFA download page and in my git tree. md5sum: 21e2ff9e64ba5ef697e413bb2373db18 dapl-1.2.7.tar.gz md5sum: 89e07acd0ff4dc73078ee46ee663c786 dapl-2.0.9.tar.gz Vlad, please pull both packages into OFED 1.3.1 and install the following: dapl-1.2.

[ewg] [PATCH 1/3][2.0] dapl: change cma provider to use max_rdma_read_in, out from ep_attr instead of HCA max values when connecting.

2008-05-21 Thread Arlin Davis
Patch set for v2.0. Same fixes already applied to v1.2 Signed-off by: Arlin Davis [EMAIL PROTECTED] --- dapl/openib_cma/dapl_ib_cm.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dapl/openib_cma/dapl_ib_cm.c b/dapl/openib_cma/dapl_ib_cm.c index d3835b3..de35eba

[ewg] [PATCH 1/1][v1.2] dtest: fix build issue with Redhat EL5.1

2008-05-20 Thread Arlin Davis
need include files/definitions for sleep, getpid, gettimeofday Signed-off by: Arlin Davis [EMAIL PROTECTED] --- test/dtest/dtest.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/test/dtest/dtest.c b/test/dtest/dtest.c index 2db141f..039b6bf 100755 --- a/test/dtest

[ewg] [ANNOUNCE] dapl-1.2.6 and dapl-2.0.8 release

2008-05-01 Thread Arlin Davis
New release for uDAPL v1 (1.2.6) and v2 (2.0.8) is available at: http://www.openfabrics.org/downloads/dapl md5sum: 752ae54a93b4883c88b41241f52db4ab dapl-1.2.6.tar.gz md5sum: a48f9da59318c395bcc6ad170226764a dapl-2.0.8.tar.gz Vlad, please pull into OFED 1.3.1 using package spec files and instal

[ewg] [PATCH][ofed 1.3 docs] uDAPL release notes updated for OFED 1.3

2008-02-19 Thread Arlin Davis
Signed-off by: Arlin Davis <[EMAIL PROTECTED]> --- diff --git a/uDAPL_release_notes.txt b/uDAPL_release_notes.txt index 33b684a..84c20d7 100644 --- a/uDAPL_release_notes.txt +++ b/uDAPL_release_notes.txt @@ -1,15 +1,102 @@ - Release Notes for - Gamma 3.3 an

RE: [ewg] build_ofa_user.sh for dual dapl?

2008-02-08 Thread Arlin Davis
>Is there an updated build_ofa_user.sh that works for the >two versions of dapl? > I am not sure what Vlad uses to pull and build all the OFED library packages. For uDAPL you can get the latest v1 and v2 packages from http://www.openfabrics.org//downloads/dapl/ dapl-1.2.4.tar.gz dapl-2.

[ewg] [ANNOUCE] dapl 2.0.6 release

2008-02-04 Thread Arlin Davis
New release for dapl 2.0 available on the OFA download page and in my git tree. - changes to correctly build against and target /dat2/include directory. md5sum: c0ad3d8b5df252ff5ce47f616a462f4edapl-2.0.6.tar.gz Vlad, please pull new v2 release into OFED 1.3 RC4 and install the following

[ewg] [PATCH] DAPL v2 - fix package to build against and target /dat2/include

2008-02-04 Thread Arlin Davis
Fix OFED v2 package to build against and target /dat2/include directory. Signed-off by: Arlin Davis <[EMAIL PROTECTED]> diff --git a/Makefile.am b/Makefile.am index c4cb1bf..60b3db6 100755 --- a/Makefile.am +++ b/Makefile.am @@ -183,17 +183,17 @@ dapl_udapl_libdaplofa_la_LDFLAGS = -v

RE: [ewg] Re: [ofa-general] [ANNOUCE] dapl 2.0.5 release [PATCH] install.pl

2008-01-31 Thread Arlin Davis
evel package. Signed-off by: Arlin Davis <[EMAIL PROTECTED]> diff --git a/install.pl b/install.pl index 9be3013..354e896 100755 --- a/install.pl +++ b/install.pl @@ -295,7 +295,7 @@ my @user_packages = ("libibverbs", "libibverbs-devel", "libibverbs-devel-static&

[ewg] Re: [ofa-general] [ANNOUCE] dapl 2.0.5 release

2008-01-30 Thread Arlin Davis
Arlin Davis wrote: There is new release for dapl 2.0 available on the OFA download page and in my git tree. Changes to allow both v1 and v2 development packages to be installed on the same system. v2 libdat.so has been renamed to libdat2.so. md5sum: 010459e421a5c194438d58b1ccf1c6d0 dapl

[ewg] [ANNOUCE] dapl 2.0.5 release

2008-01-29 Thread Arlin Davis
There is new release for dapl 2.0 available on the OFA download page and in my git tree. Changes to allow both v1 and v2 development packages to be installed on the same system. v2 libdat.so has been renamed to libdat2.so. md5sum: 010459e421a5c194438d58b1ccf1c6d0 dapl-2.0.5.tar.gz Vlad,

Re: [ofa-general] RE: [ewg] OFED meeting agenda for today (Jan 28) meeting

2008-01-28 Thread Arlin Davis
Arlin Davis wrote: Vlad, Why is dapl v1 and v2 libraries not setup for --build32 option? (see bug 824) Are there some issues needing resolved? I enabled the 32-bit build for uDAPL and the build works fine but we have some issues with the RPM installation due to ordering. Does the

RE: [ewg] OFED meeting agenda for today (Jan 28) meeting

2008-01-28 Thread Arlin Davis
Vlad, Why is dapl v1 and v2 libraries not setup for --build32 option? (see bug 824) Are there some issues needing resolved? -arlin _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tziporet Koren Sent: Monday, January 28, 2008 7:50 AM To: EWG Cc: OpenFabrics General

[ewg] Re: [ofa-general] how to use Intel MPI with dapl2?

2007-11-30 Thread Arlin Davis
Scott Weitzenkamp (sweitzen) wrote: How did you configure your servers to run Intel MPI with v2 libraries? I only installed the DAPL 2.0 libs. Did you happen to see the following message (I_MPI_DEBUG=50) before failover to sockets? I_MPI: [0] I_MPI_dat_ia_openv_wrap(): DAPL version compa

[ewg] Re: [ofa-general] how to use Intel MPI with dapl2?

2007-11-29 Thread Arlin Davis
Scott Weitzenkamp (sweitzen) wrote: I am using Intel MPI 3.1 build 26 with OFED 1.3 beta2 on RHEL4 x86_64. Intel MPI works as before with dapl1, but I see very slow performance with dapl2. Are there extra command-line params I need to use dapl2? Intel MPI 3.1.26 does not support uDAPL v2. H

[ewg] Re: [ofa-general] RE: OFA website edits

2007-10-03 Thread Arlin Davis
Jeff Becker wrote: Hi Sean. I just talked to Jeff Scott about this, as he had announced the new downloads page. It turns out that the new page does not use my php page that automatically updates, but rather took a "snapshot" of the page state. That's why your update doesn't show up. He said he wo

[ewg] Re: [ofa-general] RE: OFA website edits

2007-09-21 Thread Arlin Davis
Roland Dreier wrote: > I agree, but plain text keeps it simple for maintainers. If someone > wants to come up with a template that does not require the maintainers > to become webmasters, then I would be more then happy to give it a try. Actually nothing is parsing or using README right now,

[ewg] Re: [ofa-general] RE: OFA website edits

2007-09-21 Thread Arlin Davis
Roland Dreier wrote: > Plain text, short summary about the project and directory contents. > > > Also, same questions about the README file. > > More exhaustive text about the download files and packages. Could > include source repository location, build, or install information. It > is

[ewg] Re: [ofa-general] RE: OFA website edits

2007-09-21 Thread Arlin Davis
Roland Dreier wrote: > Maintainers, > Please move your packages and update your WEB_README. Currently we > only have rdmacm, dapl, cxgb3, and WinOF updated for this process. Has anyone defined what the contents of WEB_README should be? Specifically, what information should it contain? How s

[ewg] Re: [ofa-general] RE: OFA website edits

2007-09-18 Thread Arlin Davis
Jeff Becker wrote: Hi all. I have a first cut. If you view "http://www.openfabrics.org/listdir.php"; in your browser, all the download directories are given as links, and I list the contents of WEB_README if it exists. Please let me know what you think. Thanks. Jeff, When can you move this t

[ewg] Re: [ofa-general] OFED 1.2.5 - GA release

2007-09-07 Thread Arlin Davis
Michael S. Tsirkin wrote: Can anyone tell me how to get ib_local_sa.ko installed with OFED 1.2.5? We cannot move to OFED 1.2.5 without SA caching options. ib_local_sa was merged with ib_sa in 1.2.5. There are no extra modules to load. Michael, thanks for the heads up. Sure would be ni

[ewg] Re: [ofa-general] OFED 1.2.5 - GA release

2007-09-06 Thread Arlin Davis
How can I build/install OFED 1.2.5 with ib_local_sa.ko? It seems to build but does not install and I need SA caching options. Can anyone tell me how to get ib_local_sa.ko installed with OFED 1.2.5? We cannot move to OFED 1.2.5 without SA caching options. Thanks, -arlin

[ewg] Re: [ofa-general] OFED 1.2.5 - GA release

2007-09-05 Thread Arlin Davis
Tziporet Koren wrote: I am happy to announce on OFED 1.2.5 GA release. Vlad, How can I build/install OFED 1.2.5 with ib_local_sa.ko? It seems to build but does not install and I need SA caching options. -arlin ___ ewg mailing list ewg@lists.open

[ewg] Re: [ofa-general] RE: OFA website edits

2007-09-05 Thread Arlin Davis
Jeff Becker wrote: Hi all. I have a first cut. If you view "http://www.openfabrics.org/listdir.php"; in your browser, all the download directories are given as links, and I list the contents of WEB_README if it exists. Please let me know what you think. Thanks. Looks fine to me. When do yo

[ewg] RE: OFED 1.2.5 issue with MSI ??

2007-08-16 Thread Arlin Davis
>Please report OFED bugs to the appropriate list -- I have no idea what >mthca patches got stuck into OFED 1.2.5 to cause problems. If you >want to test the latest 2.6.23-rc kernel to make sure things are OK >there then that might be useful. Hmmm, I thought ewg was the correct forum for OFED bug

RE: [ewg] OFED 1.2.5 issue with MSI ??

2007-08-16 Thread Arlin Davis
>-Original Message- >From: Tziporet Koren [mailto:[EMAIL PROTECTED] >Sent: Thursday, August 16, 2007 8:22 AM >To: Davis, Arlin R >Cc: [EMAIL PROTECTED]; 'Roland Dreier' >Subject: Re: [ewg] OFED 1.2.5 issue with MSI ?? > >Arlin Davis wrote: >> I

[ewg] OFED 1.2.5 issue with MSI ??

2007-08-15 Thread Arlin Davis
I just noticed when setting up MSI support that ib_mthca fails with the following: This is on 2 different Intel platforms that worked with OFED 1.2: ib_mthca: Mellanox InfiniBand HCA driver v0.08 (February 14, 2006) ib_mthca: Initializing :0a:00.0 ACPI: PCI interrupt :0a:00.0[A] -> GSI

Re: [ewg] Re: [ofa-general] RE: OFA website edits

2007-07-25 Thread Arlin Davis
Jeff Squyres wrote: Heh -- I didn't notice these links until Sean moved them up to the top of the text. Yes, we should definitely link to the MPI project home sites; we have lots of our own information there, separate downloads, etc. ] Are these the links we want? MVAPICH - http://mvapic

[ewg] Re: [ofa-general] RE: OFA website edits

2007-07-25 Thread Arlin Davis
I would like to propose adding project directories under http://www.openfabrics.org/downloads/ where appropriate and give maintainers access. For example: Jeff, please add the following directories with maintainer access as follow (or grant access at a maintainer group level): http://www

[ewg] Re: [ofa-general] OFED July 2, meeting summary on next OFED plans

2007-07-03 Thread Arlin Davis
Tziporet Koren wrote: Meeting minutes are available also on OFA Wiki: _https://wiki.openfabrics.org/tiki-index.php?page=Teleconf+07-02-2007_ *Abbreviated minutes / summary* * OFED 1.2.1 support release - we plan a support release on beginning of August. * OFED 1.3 - decided th

[ewg] Re: [ofa-general] Toward next OFED release (1.3)

2007-06-26 Thread Arlin Davis
Tziporet Koren wrote: ULPs: * IPoIB: NAPI; CM in GA; Bonding in GA * NFS over RDMA integration * RDS: RDMA API (using FMRs); GA quality with Oracle 11 * SDP: Keepalive; Asynch IO (Zero Copy) * SRP: HA in GA * VNIC: ? Qlogic - please update * iSER: ? Voltaire - please