[ewg] Re: OFED 1.3 w/ a Lustre kernel (was Re: [ofa-general] kernel ib build (OFED 1.3) fails on SLES 10)

2008-05-21 Thread Or Gerlitz
Chris Worley wrote: I'm building OFED 1.3 for an RHEL5.1 kernel for Lustre 1.6.4.3: 2.6.18-53.1.13.el5_lustre.1.6.4.3smp. ofed in maintained in the ewg list , please send your questions over there. Or. ___ ewg mailing list ewg@lists.openfabrics.

Re: [ewg] [ GIT PULL ] RDMA/nes ofed1.3-rc2

2008-05-21 Thread Vladimir Sokolovsky
Glenn Streiff wrote: Vlad, If the window is still open for OFED 1.3.1-rc2, please pull from: git://git.openfabrics.org/~glenn/linux-2.6.git ofed_kernel Chien Tung(1) RDMA/nes: Update driver version for OFED 1.3.1 commit 21f89bf5406b91c225a7b487d48a33a7c68bf2e0 This on

Re: [ewg] [ PATCH ] RDMA/libnes Update install.pl to remove backlevel libnes

2008-05-21 Thread Vladimir Sokolovsky
Glenn Streiff wrote: Allow for better migration installs by adding neteffect library components into the list of previous ofed packages. Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]> --- Vlad, Please apply to ofed_1_3_scripts.git if the window is still open. Otherwise queue for 1.4. Thank

[ewg] Re: [ofa-general] [PATCH ofed-1.3.1 0/2] IB/ehca: Misc fixes

2008-05-21 Thread Or Gerlitz
Stefan Roscher wrote: Hi Vlad! I'm sending you a patch set for ehca to be included in ofed-1.3.1. These patches are based on OFED-1.3.1-rc1 and already included in kernel main line. Hi Stefan, Can you please spare the general list from these posts? why we have to see each patch of your twice

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

2008-05-21 Thread Vladimir Sokolovsky
Arlin Davis wrote: 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 f

[ewg] [ GIT PULL ] RDMA/nes ofed1.3-rc2

2008-05-21 Thread Glenn Streiff
Vlad, If the window is still open for OFED 1.3.1-rc2, please pull from: git://git.openfabrics.org/~glenn/linux-2.6.git ofed_kernel Chien Tung(1) RDMA/nes: Update driver version for OFED 1.3.1 commit 21f89bf5406b91c225a7b487d48a33a7c68bf2e0 This one-line change af

[ewg] [ PATCH ] RDMA/libnes Update install.pl to remove backlevel libnes

2008-05-21 Thread Glenn Streiff
Allow for better migration installs by adding neteffect library components into the list of previous ofed packages. Signed-off-by: Glenn Streiff <[EMAIL PROTECTED]> --- Vlad, Please apply to ofed_1_3_scripts.git if the window is still open. Otherwise queue for 1.4. Thanks, Glenn install.pl |

[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 2/3][2.0] dapl: Fix long delays with the cma provider open call when DNS is not configure on server.

2008-05-21 Thread Davis, Arlin R
Open call should default to netdev names when resolving local IP address for cma binding to match dat.conf settings. The open code attempts to resolve with IP or Hostname first and if there is no DNS services setup the failover to netdev name resolution is delayed for as much as 20 seconds. Signe

[ewg] [PATCH 3/3][2.0] dtest, dtestx, dapltest: fix build issues with Redhat EL5.1

2008-05-21 Thread Davis, Arlin R
need include files/definitions for sleep, getpid, gettimeofday Signed-off by: Arlin Davis [EMAIL PROTECTED] --- test/dapltest/mdep/linux/dapl_mdep_user.h |1 + test/dtest/dtest.c|3 +++ test/dtest/dtestx.c |3 +++ 3 files changed, 7 inser

[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 1

[ewg] Fantastic prices for luxury

2008-05-21 Thread grantley bing
Your friends will never be able to tell the difference - visit our site now  http://www.traytein.com/___ ewg mailing list ewg@lists.openfabrics.org http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

[ewg] Re: [ofa-general] [PATCH ofed-1.3.1 2/2] IB/ehca: Wait for async events to finish before destroying QP

2008-05-21 Thread Vladimir Sokolovsky
Stefan Roscher wrote: Signed-off-by: Stefan Roscher --- ehca_0042_Count_async_events_for_EQs.patch | 55 + 1 file changed, 55 insertions(+) diff -Nurp ofa_kernel-1.3_old/kernel_patches/fixes/ehca_0042_Count_async_events_for_EQs.patch ofa_kernel-1.3_new/kernel_pat

Re: [ewg] [PATCH ofed-1.3.1 1/2] IB/ehca: Fix function return types

2008-05-21 Thread Vladimir Sokolovsky
Stefan Roscher wrote: Signed-off-by: Stefan Roscher --- ehca_0041_Fix_wrong_return_types.patch | 38 + 1 file changed, 38 insertions(+) diff -Nurp ofa_kernel-1.3_old/kernel_patches/fixes/ehca_0041_Fix_wrong_return_types.patch ofa_kernel-1.3_new/kernel_patches/

[ewg] [PATCH ofed-1.3.1 2/2] IB/ehca: Wait for async events to finish before destroying QP

2008-05-21 Thread Stefan Roscher
Signed-off-by: Stefan Roscher --- ehca_0042_Count_async_events_for_EQs.patch | 55 + 1 file changed, 55 insertions(+) diff -Nurp ofa_kernel-1.3_old/kernel_patches/fixes/ehca_0042_Count_async_events_for_EQs.patch ofa_kernel-1.3_new/kernel_patches/fixes/ehca_0042_Co

[ewg] [PATCH ofed-1.3.1 1/2] IB/ehca: Fix function return types

2008-05-21 Thread Stefan Roscher
Signed-off-by: Stefan Roscher --- ehca_0041_Fix_wrong_return_types.patch | 38 + 1 file changed, 38 insertions(+) diff -Nurp ofa_kernel-1.3_old/kernel_patches/fixes/ehca_0041_Fix_wrong_return_types.patch ofa_kernel-1.3_new/kernel_patches/fixes/ehca_0041_Fix_wro

[ewg] [PATCH ofed-1.3.1 0/2] IB/ehca: Misc fixes

2008-05-21 Thread Stefan Roscher
Hi Vlad! I'm sending you a patch set for ehca to be included in ofed-1.3.1. These patches are based on OFED-1.3.1-rc1 and already included in kernel main line. 1/2 IB/ehca: Fix function return types 2/2 IB/ehca: Wait for async events to finish before destroying QP They should apply cleanly ag