Re: [ewg] OFED-1.5: build problem with mthca

2009-07-22 Thread Jack Morgenstein
Your compiler seems to be choking on the "__init" keyword in the kernel 
installation's
asm/topology.h file.  I do not know why.  The kernel_addons/.../cpumask.h file 
simply
has a line #include , which should not be causing problems.

Problem line:
extern void __init dump_numa_cpu_topology(void);

-Jack

On Monday 13 July 2009 18:48, Alexander Schmidt wrote:
> Hi all,
> 
> with the latest OFED-1.5 daily build on SLES11 (powerpc64), I get the
> following build problem. Could someone have a look at this?
> 
> Thanks,
> Alex
> 
> 
> -I/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/include \
> -I/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/debug \
> -I/usr/local/include/scst \
> -I/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/ulp/srpt \
> -I/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/net/cxgb3 \
> -Iinclude \
> -Iinclude2 -I/usr/src/linux-2.6.27.19-5/include \
> -I/usr/src/linux-2.6.27.19-5/arch/powerpc/include \
>  -Iarch/powerpc  
> -I/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/hw/mthca -Wall 
> -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common 
> -Werror-implicit-function-declaration -Os -msoft-float -pipe 
> -I/usr/src/linux-2.6.27.19-5/arch/powerpc -Iarch/powerpc -mminimal-toc 
> -mtraceback=none -mcall-aixdesc -mcpu=power4 -mtune=cell -mno-altivec 
> -mno-spe -funit-at-a-time -mno-string -Wa,-maltivec -fno-stack-protector 
> -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign 
> -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mthca_eq)"  
> -D"KBUILD_MODNAME=KBUILD_STR(ib_mthca)" -D"DEBUG_HASH=48" -D"DEBUG_HASH2=63" 
> -c -o 
> /var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/hw/mthca/.tmp_mthca_eq.o
>  
> /var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/hw/mthca/mthca_eq.c
> In file included from 
> /var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/kernel_addons/backport/2.6.27_sles11/include/linux/cpumask.h:6,
>  from /usr/src/linux-2.6.27.19-5/include/linux/interrupt.h:9,
>  from 
> /var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/hw/mthca/mthca_eq.c:35:
> include2/asm/topology.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
> ‘__attribute__’ before ‘dump_numa_cpu_topology’
> make[6]: *** 
> [/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/hw/mthca/mthca_eq.o]
>  Error 1
> make[5]: *** 
> [/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband/hw/mthca] Error 
> 2
> make[4]: *** [/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5/drivers/infiniband] 
> Error 2
> make[3]: *** [_module_/var/tmp/OFED_topdir/BUILD/ofa_kernel-1.5] Error 2
> make[2]: *** [sub-make] Error 2
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.6.27.19-5-obj/ppc64/ppc64'
> make: *** [kernel] Error 2
> error: Bad exit status from /var/tmp/rpm-tmp.68731 (%build)
> ___
> 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


[ewg] ib_rdma test over chelsio

2009-07-22 Thread Shirley Ma
I have trouble to run ib_rdma test over chelsio. I got client reported
"pp_client_connect: unexpected CM event 1" error with or without any
server running. The FW is 7.4.0. I tried stack 1.2.5 and ofed-1.4.1 both
doesn't seem work to me. Anybody has any idea?


Thanks
Shirley


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


[ewg] OFA server fs is full

2009-07-22 Thread Sasha Khapyorsky
Hi,

I'm not able to push changes to OFA server because / fs is full.

Is it really needed to build things there? Why to not build on
local machine(s) and then to upload tarballs?

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


RE: [ewg] OFA server fs is full

2009-07-22 Thread Tung, Chien Tin

>I'm not able to push changes to OFA server because / fs is full.
>
>Is it really needed to build things there? Why to not build on
>local machine(s) and then to upload tarballs?


I cleaned up a bit in my directory but didn't make a dent.
Why don't you build on sofa.openfabrics.org?  Plenty of room
there.

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


Re: [ewg] OFA server fs is full

2009-07-22 Thread Vladimir Sokolovsky

Sasha Khapyorsky wrote:

Hi,

I'm not able to push changes to OFA server because / fs is full.

Is it really needed to build things there? Why to not build on
local machine(s) and then to upload tarballs?

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

  

Hi Sasha,
I cleaned up some build directories.
There are about 5GB free space now.

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


Re: [ewg] OFA server fs is full

2009-07-22 Thread Sasha Khapyorsky
On 18:36 Wed 22 Jul , Vladimir Sokolovsky wrote:
> I cleaned up some build directories.
> There are about 5GB free space now.

Now there is:

Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/sda1151873632 139556036   4602784  97% /


We will have a next "overflow" just in few days.

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


[ewg] libcxgb3-1.2.3 released

2009-07-22 Thread Steve Wise

Hello,

I'm announcing the release of version 1.2.3 of libcxgb3 which adds 
support for device ids 0x35 and 0x36.


It can be pulled from:

http://www.openfabrics.org/downloads/cxgb3/libcxgb3-1.2.3.tar.gz

Vlad, please pull this into ofed-1.5.  The git tree is:

git://www.openfabrics.org/~swise/libcxgb3.git ofed_1_5


Thanks,

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


[ewg] Re: libcxgb3-1.2.3 released

2009-07-22 Thread Vladimir Sokolovsky

Steve Wise wrote:

Hello,

I'm announcing the release of version 1.2.3 of libcxgb3 which adds 
support for device ids 0x35 and 0x36.


It can be pulled from:

http://www.openfabrics.org/downloads/cxgb3/libcxgb3-1.2.3.tar.gz

Vlad, please pull this into ofed-1.5.  The git tree is:

git://www.openfabrics.org/~swise/libcxgb3.git ofed_1_5


Thanks,

Steve.


Done,

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