[ewg] New Open MPI uploaded

2008-09-03 Thread Jeff Squyres

Vlad --

I uploaded version 1.2.7 and put it in  
staging.openfabrics.org:~jsquyres/ofed_1_4 (new directory).  I also  
updated ~jsquyres/ofed_1_4/latest.txt.


--
Jeff Squyres
Cisco Systems

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] New Open MPI uploaded

2008-09-03 Thread Vladimir Sokolovsky

Jeff Squyres wrote:

Vlad --

I uploaded version 1.2.7 and put it in 
staging.openfabrics.org:~jsquyres/ofed_1_4 (new directory).  I also 
updated ~jsquyres/ofed_1_4/latest.txt.




Updated in OFED-1.4.

Regards,
Vladimir
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] [PATCH] build_ofed.sh: updated open-iscsi git branch to ofed_1_4

2008-09-03 Thread Doron Shoham
build_ofed.sh: updated open-iscsi git branch to ofed_1_4

Signed-off-by: Doron Shoham [EMAIL PROTECTED]
---
 build_ofed.sh |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build_ofed.sh b/build_ofed.sh
index 25d884b..85fa706 100755
--- a/build_ofed.sh
+++ b/build_ofed.sh
@@ -101,7 +101,7 @@ ofed_docs_URL=git://git.openfabrics.org/~tziporet/docs.git
 ofed_docs_branch=ofed_1_4
 
 open_iscsi_URL=git://git.openfabrics.org/~dorons/open-iscsi.git
-open_iscsi_branch=ofed_1_3
+open_iscsi_branch=ofed_1_4
 
 open_iscsi_RH4_URL=git://git.openfabrics.org/~dorons/open-iscsi-rh4.git
 open_iscsi_RH4_branch=ofed_1_3
-- 
1.5.3.8

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] Re: [PATCH] build_ofed.sh: updated open-iscsi git branch to ofed_1_4

2008-09-03 Thread Vladimir Sokolovsky
On Wed, 2008-09-03 at 11:49 +0300, Doron Shoham wrote:
 build_ofed.sh: updated open-iscsi git branch to ofed_1_4
 
 Signed-off-by: Doron Shoham [EMAIL PROTECTED]
 ---
  build_ofed.sh |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/build_ofed.sh b/build_ofed.sh
 index 25d884b..85fa706 100755
 --- a/build_ofed.sh
 +++ b/build_ofed.sh
 @@ -101,7 +101,7 @@ 
 ofed_docs_URL=git://git.openfabrics.org/~tziporet/docs.git
  ofed_docs_branch=ofed_1_4
  
  open_iscsi_URL=git://git.openfabrics.org/~dorons/open-iscsi.git
 -open_iscsi_branch=ofed_1_3
 +open_iscsi_branch=ofed_1_4
  
  open_iscsi_RH4_URL=git://git.openfabrics.org/~dorons/open-iscsi-rh4.git
  open_iscsi_RH4_branch=ofed_1_3

Applied,

Regards,
Vladimir
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] [PATCH] cma backports: remove check for IFF_BONDING when handling an event

2008-09-03 Thread Moni Shoua
flag IFF_BONDING isn't recognized in kernels of rhel4u5 and below. cma code from
in upstream kernel uses this value for event filtering but there is no backport 
that
removes it for old kernels. Instead, there is a kernel addon that defines it. 
This is not 
enough since ib-bonding (which compiles outside ofaed modules suite) doesn't set
this flag and as a result event are filtered in a wrong way.
Getting rid of  this filter is safe. In rare cases it may save a little time 
but 
even than, in the slow path.

Signed-off-by: Moni Shoua [EMAIL PROTECTED]
---
 kernel_patches/backport/2.6.16/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.16_sles10/cma_to_2_6_23.patch |   13 ++
 kernel_patches/backport/2.6.16_sles10_sp1/cma_to_2_6_23.patch |   13 ++
 kernel_patches/backport/2.6.16_sles10_sp2/cma_to_2_6_23.patch |   13 ++
 kernel_patches/backport/2.6.17/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.18-EL5.1/cma_to_2_6_23.patch  |   13 ++
 kernel_patches/backport/2.6.18-EL5.2/cma_to_2_6_23.patch  |   13 ++
 kernel_patches/backport/2.6.18/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.18_FC6/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.18_suse10_2/cma_to_2_6_23.patch   |   13 ++
 kernel_patches/backport/2.6.19/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.20/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.21/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.22/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.22_suse10_3/cma_to_2_6_23.patch   |   13 ++
 kernel_patches/backport/2.6.23/cma_to_2_6_23.patch|   13 ++
 kernel_patches/backport/2.6.9_U4/cma_to_2_6_23.patch  |   13 ++
 kernel_patches/backport/2.6.9_U5/cma_to_2_6_23.patch  |   13 ++
 kernel_patches/backport/2.6.9_U6/cma_to_2_6_23.patch  |   13 ++
 19 files changed, 171 insertions(+), 76 deletions(-)


diff --git a/kernel_patches/backport/2.6.16/cma_to_2_6_23.patch 
b/kernel_patches/backport/2.6.16/cma_to_2_6_23.patch
index 9ad7660..330feae 100644
--- a/kernel_patches/backport/2.6.16/cma_to_2_6_23.patch
+++ b/kernel_patches/backport/2.6.16/cma_to_2_6_23.patch
@@ -1,8 +1,8 @@
-Index: ofed_kernel/drivers/infiniband/core/cma.c
+Index: ofa_kernel-1.4/drivers/infiniband/core/cma.c
 ===
 ofed_kernel.orig/drivers/infiniband/core/cma.c
-+++ ofed_kernel/drivers/infiniband/core/cma.c
-@@ -2804,9 +2804,6 @@ static int cma_netdev_callback(struct no
+--- ofa_kernel-1.4.orig/drivers/infiniband/core/cma.c  2008-09-03 
16:13:44.0 -0400
 ofa_kernel-1.4/drivers/infiniband/core/cma.c   2008-09-03 
16:24:06.0 -0400
+@@ -2835,13 +2835,10 @@
struct rdma_id_private *id_priv;
int ret = NOTIFY_DONE;
  
@@ -12,3 +12,8 @@ Index: ofed_kernel/drivers/infiniband/core/cma.c
if (event != NETDEV_BONDING_FAILOVER)
return NOTIFY_DONE;
  
+-  if (!(ndev-flags  IFF_MASTER) || !(ndev-priv_flags  IFF_BONDING))
++  if (!(ndev-flags  IFF_MASTER))
+   return NOTIFY_DONE;
+ 
+   mutex_lock(lock);
diff --git a/kernel_patches/backport/2.6.16_sles10/cma_to_2_6_23.patch 
b/kernel_patches/backport/2.6.16_sles10/cma_to_2_6_23.patch
index 9ad7660..330feae 100644
--- a/kernel_patches/backport/2.6.16_sles10/cma_to_2_6_23.patch
+++ b/kernel_patches/backport/2.6.16_sles10/cma_to_2_6_23.patch
@@ -1,8 +1,8 @@
-Index: ofed_kernel/drivers/infiniband/core/cma.c
+Index: ofa_kernel-1.4/drivers/infiniband/core/cma.c
 ===
 ofed_kernel.orig/drivers/infiniband/core/cma.c
-+++ ofed_kernel/drivers/infiniband/core/cma.c
-@@ -2804,9 +2804,6 @@ static int cma_netdev_callback(struct no
+--- ofa_kernel-1.4.orig/drivers/infiniband/core/cma.c  2008-09-03 
16:13:44.0 -0400
 ofa_kernel-1.4/drivers/infiniband/core/cma.c   2008-09-03 
16:24:06.0 -0400
+@@ -2835,13 +2835,10 @@
struct rdma_id_private *id_priv;
int ret = NOTIFY_DONE;
  
@@ -12,3 +12,8 @@ Index: ofed_kernel/drivers/infiniband/core/cma.c
if (event != NETDEV_BONDING_FAILOVER)
return NOTIFY_DONE;
  
+-  if (!(ndev-flags  IFF_MASTER) || !(ndev-priv_flags  IFF_BONDING))
++  if (!(ndev-flags  IFF_MASTER))
+   return NOTIFY_DONE;
+ 
+   mutex_lock(lock);
diff --git a/kernel_patches/backport/2.6.16_sles10_sp1/cma_to_2_6_23.patch 
b/kernel_patches/backport/2.6.16_sles10_sp1/cma_to_2_6_23.patch
index 9ad7660..330feae 100644
--- a/kernel_patches/backport/2.6.16_sles10_sp1/cma_to_2_6_23.patch
+++ b/kernel_patches/backport/2.6.16_sles10_sp1/cma_to_2_6_23.patch
@@ -1,8 +1,8 @@
-Index: 

Re: [ewg] [PATCH] cma backports: remove check for IFF_BONDING when handling an event

2008-09-03 Thread Moni Shoua
Vlad,
Please  hold on with this patch. 
I might have a little change for it.

thanks
MoniS
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] OFED status toward RC1

2008-09-03 Thread Tziporet Koren
Hi

These are the open items we had for RC1:
Done:
   - iSER
   - MVAPICH2 1.1
   - Open MPI 1.2.7 
   - Extended QP verb - decided not to include this change for 1.4 and
use the workaround we had in 1.3 

Not done:
   - NFS/RDMA support for SLES10 - Jeff when do you expect this will be
ready

In addition we have a critical bug that IPv6 is not working over IPoIB
from kernel 2.6.23 and below - Vlad debugging this

We thus delay the RC1 release to Friday (if this issue will be closed by
tomorrow) of Monday next week.


Tziporet

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] OFED status toward RC1

2008-09-03 Thread Jeff Becker

Hi Tziporet

Tziporet Koren wrote:

Hi

These are the open items we had for RC1:
Done:
   - iSER
   - MVAPICH2 1.1
   - Open MPI 1.2.7 
   - Extended QP verb - decided not to include this change for 1.4 and
use the workaround we had in 1.3 


Not done:
   - NFS/RDMA support for SLES10 - Jeff when do you expect this will be
ready
  
I should get it to completely build today, and then I will do some light 
testing. When it passes, I will send my patches to Vlad, hopefully by 
the end of this week. Thanks.


-jeff

In addition we have a critical bug that IPv6 is not working over IPoIB
from kernel 2.6.23 and below - Vlad debugging this

We thus delay the RC1 release to Friday (if this issue will be closed by
tomorrow) of Monday next week.


Tziporet

___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg
  


___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] OFED status toward RC1

2008-09-03 Thread Tziporet Koren

Jeff Becker wrote:


Not done:
   - NFS/RDMA support for SLES10 - Jeff when do you expect this will 
be ready
  
I should get it to completely build today, and then I will do some 
light testing. When it passes, I will send my patches to Vlad, 
hopefully by the end of this week. Thanks.



So we will wait with RC1 for Monday
Can you send first patches to Vlad today so he will try them tomorrow,
therwise if we will have a problem it will delay the release to Tuesday

Thanks
Tziporet
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] OFED status toward RC1

2008-09-03 Thread Jeff Becker

Hi Vlad.

Tziporet Koren wrote:

Jeff Becker wrote:


Not done:
   - NFS/RDMA support for SLES10 - Jeff when do you expect this will 
be ready
  
I should get it to completely build today, and then I will do some 
light testing. When it passes, I will send my patches to Vlad, 
hopefully by the end of this week. Thanks.



So we will wait with RC1 for Monday
Can you send first patches to Vlad today so he will try them tomorrow,
therwise if we will have a problem it will delay the release to Tuesday
My first cut of the NFSRDMA SLES10SP2 backport is done and pushed to the 
server. Can you please pull from
www.openfabrics.org:/projects/ ~jbecker/nfs_rdma_ofed_1_4.git ? You 
should get several backport header patches, and two patch files with the 
code - rnfs_fs.patch (for fs/{lockd,nfs,nfsd}) and rnfs_net.patch (for 
net/sunrpc/{*.c, auth_gss, xprtrdma}). I believe ofed_checkout.sh was 
also fixed.


Is this easy for you, or would you rather I generate a set of e-mail 
patches?


BTW. I still need to update build_ofa_kernel.sh and install.pl

Thanks.

-jeff


Thanks
Tziporet


___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


Re: [ewg] OFED status toward RC1

2008-09-03 Thread Jeff Becker

Jeff Becker wrote:

Hi Vlad.

Tziporet Koren wrote:

Jeff Becker wrote:


Not done:
   - NFS/RDMA support for SLES10 - Jeff when do you expect this 
will be ready
  
I should get it to completely build today, and then I will do some 
light testing. When it passes, I will send my patches to Vlad, 
hopefully by the end of this week. Thanks.



So we will wait with RC1 for Monday
Can you send first patches to Vlad today so he will try them tomorrow,
therwise if we will have a problem it will delay the release to Tuesday
My first cut of the NFSRDMA SLES10SP2 backport is done and pushed to 
the server. Can you please pull from
www.openfabrics.org:/projects/ ~jbecker/nfs_rdma_ofed_1_4.git ? You 
should get several backport header patches, and two patch files with 
the code - rnfs_fs.patch (for fs/{lockd,nfs,nfsd}) and rnfs_net.patch 
(for net/sunrpc/{*.c, auth_gss, xprtrdma}). I believe ofed_checkout.sh 
was also fixed.


Is this easy for you, or would you rather I generate a set of e-mail 
patches?


BTW. I still need to update build_ofa_kernel.sh and install.pl
Patch for build_ofa_kernel.sh below (looks like someone modified 
install.pl already). Thanks.


-jeff

-
diff --git a/build_ofa_kernel.sh b/build_ofa_kernel.sh
index e8aff4d..8e31419 100755
--- a/build_ofa_kernel.sh
+++ b/build_ofa_kernel.sh
@@ -188,6 +188,13 @@ set_packages()
;;
esac

+# nfsrdma target
+case ${kern} in
+2.6.16.60-*-*|2.6.2[6-7]*)
+WITH_PACKAGES=${WITH_PACKAGES} --with-nfsrdma-mod
+;;
+esac
+
}

get_src()

-


Thanks.

-jeff


Thanks
Tziporet


___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg