Re: [ewg] [GIT PULL] RDMA/nes: correct register write in set TX pause param

2010-09-12 Thread Vladimir Sokolovsky
On 09/08/2010 06:37 PM, Tung, Chien Tin wrote:
 Vlad,

 Please pull from:

 ssh://v...@sofa.openfabrics.org/home/ctung/scm/ofed-1.5.git ofed_kernel_1_5

 To pick up this commit.

 commit befc15e6df177e296d6a6df8318668832e20f9b3
 Author: Chien Tungchien.tin.t...@intel.com
 Date:   Tue Sep 7 14:29:21 2010 -0500

  RDMA/nes: correct register write in set TX pause param

  Set TX pause param is writing to the wrong register
  location causing the adpater to hang.  Correct the define
  used to write the reigster.  This fixes OFED bug #2116.
  https://bugs.openfabrics.org/show_bug.cgi?id=2116

  Reported-by: Shiri Franchishi...@voltaire.com
  Signed-off-by: Chien Tungchien.tin.t...@intel.com

 Thanks,

 Chien


Done,

Regards,
Vladimir

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


[ewg] ofa_1_5_kernel 20100912-0200 daily build status

2010-09-12 Thread Vladimir Sokolovsky (Mellanox)
This email was generated automatically, please do not reply


git_url: git://git.openfabrics.org/ofed_1_5/linux-2.6.git
git_branch: ofed_kernel_1_5

Common build parameters: 

Passed:
Passed on i686 with linux-2.6.18
Passed on i686 with linux-2.6.21.1
Passed on i686 with linux-2.6.19
Passed on i686 with linux-2.6.24
Passed on i686 with linux-2.6.26
Passed on i686 with linux-2.6.22
Passed on i686 with linux-2.6.27
Passed on x86_64 with linux-2.6.16.60-0.54.5-smp
Passed on x86_64 with linux-2.6.16.60-0.21-smp
Passed on x86_64 with linux-2.6.18
Passed on x86_64 with linux-2.6.18-128.el5
Passed on x86_64 with linux-2.6.18-194.el5
Passed on x86_64 with linux-2.6.18-164.el5
Passed on x86_64 with linux-2.6.19
Passed on x86_64 with linux-2.6.18-93.el5
Passed on x86_64 with linux-2.6.20
Passed on x86_64 with linux-2.6.21.1
Passed on x86_64 with linux-2.6.22
Passed on x86_64 with linux-2.6.24
Passed on x86_64 with linux-2.6.26
Passed on x86_64 with linux-2.6.25
Passed on x86_64 with linux-2.6.27
Passed on x86_64 with linux-2.6.27.19-5-smp
Passed on x86_64 with linux-2.6.9-78.ELsmp
Passed on x86_64 with linux-2.6.9-67.ELsmp
Passed on x86_64 with linux-2.6.9-89.ELsmp
Passed on ia64 with linux-2.6.18
Passed on ia64 with linux-2.6.19
Passed on ia64 with linux-2.6.23
Passed on ia64 with linux-2.6.21.1
Passed on ia64 with linux-2.6.22
Passed on ia64 with linux-2.6.26
Passed on ia64 with linux-2.6.24
Passed on ia64 with linux-2.6.25
Passed on ppc64 with linux-2.6.18
Passed on ppc64 with linux-2.6.19

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


Re: [ewg] Making a new ofed_kernel-1.5.1.tgz for OFED-1.5.1.tgz

2010-09-12 Thread Vladimir Sokolovsky
On 09/08/2010 01:41 AM, Tom Tucker wrote:
 Hi Vlad,

 I'm trying to test an update to the kernel in the context of OFED
 1.5.1++. I've got
 everything 'packaged' and working to the point where I need to create an
 updated ofa_kernel-1.5.1-OFED.1.5.1..src.rpm

 I can use makedist to create backport .tgz files for plain
 (ofa_kernel.tgz, ofa_kernel-$backport.tgz), etc... but can't figure out
 how to build the actual src RPM. I presume this is an RPM built from
 ofa_kernel.tgz + a twizzled ofed_scripts/ofa_kernel.spec file with
 @VERSION@ etc... .replaced with 1.5.1, etc...

 Can you tell me how to do this?

 Thanks,
 Tom



Hi Tom,
You can use OFED-1.5.1/docs/ofed_patch.sh script to add a patch to existing
ofa_kernel source RPM.

Alternatively, you may replace @VERSION@ by 1.5.1 and @RELEASE@ by OFED.1.5.1
(or anything else), tar the directory and run rpmbuild -ts tar file to
create the source RPM.

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


Re: [ewg] Making a new ofed_kernel-1.5.1.tgz for OFED-1.5.1.tgz

2010-09-12 Thread Tom Tucker
  Hi Vlad,

On 9/12/10 5:34 AM, Vladimir Sokolovsky wrote:
 On 09/08/2010 01:41 AM, Tom Tucker wrote:
 Hi Vlad,

 I'm trying to test an update to the kernel in the context of OFED
 1.5.1++. I've got
 everything 'packaged' and working to the point where I need to create an
 updated ofa_kernel-1.5.1-OFED.1.5.1..src.rpm

 I can use makedist to create backport .tgz files for plain
 (ofa_kernel.tgz, ofa_kernel-$backport.tgz), etc... but can't figure out
 how to build the actual src RPM. I presume this is an RPM built from
 ofa_kernel.tgz + a twizzled ofed_scripts/ofa_kernel.spec file with
 @VERSION@ etc... .replaced with 1.5.1, etc...

 Can you tell me how to do this?

 Thanks,
 Tom



 Hi Tom,
 You can use OFED-1.5.1/docs/ofed_patch.sh script to add a patch to 
 existing
 ofa_kernel source RPM.

Great, that's what I did.
 Alternatively, you may replace @VERSION@ by 1.5.1 and @RELEASE@ by 
 OFED.1.5.1
 (or anything else), tar the directory and run rpmbuild -ts tar 
 file to
 create the source RPM.

Ok, that's fine. I was reluctant to do that because I assumed that there 
was some tool that did that for you and that there would be some other 
set of things needed that weren't so obvious.

Thanks!
Tom



 Regards,
 Vladimir

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


Re: [ewg] [ANNOUNCE] OFED 1.5.2 rc6 is available

2010-09-12 Thread Tziporet Koren
This is the issue Vlad wrote about with mvapich2
I think Jonathan already fixed it

Tziporet

-Original Message-
From: Woodruff, Robert J [mailto:robert.j.woodr...@intel.com] 
Sent: Wednesday, September 08, 2010 12:50 AM
To: Vladimir Sokolovsky; OpenFabrics EWG
Cc: Tziporet Koren
Subject: RE: [ANNOUNCE] OFED 1.5.2 rc6 is available

I see this compiler error when trying to build OFED-1.5.2-rc6.

woody


/usr/mpi/gcc/mvapich2-1.5.1/bin/mpicc  -I/usr/mpi/gcc/mvapich2-1.5.1/include  
-DMPI1 -O3 -c IMB_cpu_exploit.c
/usr/mpi/gcc/mvapich2-1.5.1/bin/mpicc   -o IMB-MPI1 IMB.o IMB_declare.o  
IMB_init.o IMB_mem_manager.o IMB_parse_name_mpi1.o  IMB_benchlist.o IMB_strgs.o 
IMB_err_handler.o IMB_g_info.o  IMB_warm_up.o IMB_output.o IMB_pingpong.o 
IMB_pingping.o IMB_allreduce.o IMB_reduce_scatter.o IMB_reduce.o IMB_exchange.o 
IMB_bcast.o IMB_barrier.o IMB_allgather.o IMB_allgatherv.o IMB_gather.o 
IMB_gatherv.o IMB_scatter.o IMB_scatterv.o IMB_alltoall.o IMB_alltoallv.o 
IMB_sendrecv.o IMB_init_transfer.o  IMB_chk_diff.o IMB_cpu_exploit.o
/usr/mpi/gcc/mvapich2-1.5.1/lib/libmpich.so: undefined reference to 
`hwloc_get_obj_by_depth'
/usr/mpi/gcc/mvapich2-1.5.1/lib/libmpich.so: undefined reference to 
`hwloc_topology_get_depth'
/usr/mpi/gcc/mvapich2-1.5.1/lib/libmpich.so: undefined reference to 
`hwloc_set_cpubind'
/usr/mpi/gcc/mvapich2-1.5.1/lib/libmpich.so: undefined reference to 
`hwloc_topology_init'
/usr/mpi/gcc/mvapich2-1.5.1/lib/libmpich.so: undefined reference to 
`hwloc_cpuset_cpu'
/usr/mpi/gcc/mvapich2-1.5.1/lib/libmpich.so: undefined reference to 
`hwloc_get_depth_type'


-Original Message-
From: linux-rdma-ow...@vger.kernel.org 
[mailto:linux-rdma-ow...@vger.kernel.org] On Behalf Of Vladimir Sokolovsky
Sent: Tuesday, September 07, 2010 8:42 AM
To: OpenFabrics EWG
Cc: linux-rdma
Subject: [ANNOUNCE] OFED 1.5.2 rc6 is available

Hi,
OFED 1.5.2-rc6 is available

Notes:

The tarball is available on:
http://www.openfabrics.org/downloads/OFED/ofed-1.5.2/OFED-1.5.2-rc6.tgz
or
http://69.55.239.13/downloads/OFED/ofed-1.5.2/OFED-1.5.2-rc6.tgz


To get BUILD_ID run ofed_info

Please report any issues in bugzilla https://bugs.openfabrics.org/  
(69.55.231.178) for
OFED 1.5.2

Schedule:
OFED-1.5.2 GA - September 13.

Vladimir  Tziporet


Supported Platforms and Operating Systems
-
 o   CPU architectures:
   - x86_64
   - x86
   - ppc64
   - ia64

 o   Linux Operating Systems:
   - RedHat EL4 up72.6.9-78.ELsmp
   - RedHat EL4 up82.6.9-89.ELsmp
   - RedHat EL5 up32.6.18-128.el5
   - RedHat EL5 up42.6.18-164.el5
   - RedHat EL5 up52.6.18-194.el5
   - RedHat EL6 beta   2.6.32-19.el6.x86_64 *
   - SLES10 SP22.6.16.60-0.21-smp
   - SLES10 SP32.6.16.60-0.54-smp
   - SLES112.6.27.19-5-default
   - SLES11 SP12.6.32.12-0.7-default *
   - OEL 4 up7 2.6.9-78.ELsmp
   - OEL 4 up8 2.6.9-89.ELsmp
   - CentOS5.3 2.6.18-128.el5
   - CentOS5.4 2.6.18-164.el5
   - Fedora Core12 2.6.31.5-127.fc12*
   - OpenSuSE 11.2 2.6.31.5-0.1-default *
   - kernel.org2.6.29, 2.6.30,
   2.6.31, 2.6.32 and 2.6.33   *

 * Minimal QA for these versions

Main changes from 1.5.2-rc5:
===
1. Updated packages:
infiniband-diags-1.5.7
libibmad-1.3.6
libibumad-1.3.6
opensm-3.3.7
libibverbs-1.1.4-0.14.gb6c138b
libnes-1.1.0
mstflint-1.4-0.4.g1989698
mvapich2-1.5.1-0.1.20100905svn4167


2. Known issues:
mpitests compilation fails over mvapich2
perftest does not support IA64
___
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg


[ewg] EWG meeting agenda for today

2010-09-12 Thread Tziporet Koren
Agenda for today is:

1. OFED 1.5.2 status and GA date
2. Review high priority bugs
3. Open discussion



Tziporet Koren

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