Re: [openib-general] compile error

2006-11-14 Thread Michael S. Tsirkin
> Quoting r. zhu shi song <[EMAIL PROTECTED]>: > Subject: Re: compile error > > I download OFED-1.1.1.tar.gz and try to compile it > under FC5 with kernel 2.6.18. But there are errors > when compile ipoib_fs.c. see below: Right. FC5 has a patched kernel, not a mainline 2.6.18 that OFED 1.1 suppo

Re: [openib-general] compile error

2006-11-14 Thread Or Gerlitz
zhu shi song wrote: > I download OFED-1.1.1.tar.gz and try to compile it > under FC5 with kernel 2.6.18. But there are errors > when compile ipoib_fs.c. see below: Is it kernel.org 2.6.18 or some -stable version of it or the distro kernel? I am not sure OFED 1.1 supports the FC5 kernel. Or. _

Re: [openib-general] compile error

2006-11-14 Thread zhu shi song
I download OFED-1.1.1.tar.gz and try to compile it under FC5 with kernel 2.6.18. But there are errors when compile ipoib_fs.c. see below: /var/tmp/OFEDRPM/BUILD/openib-1.1/drivers/infiniband/ulp/ipoib/ipoib_fs.c: In function 'ipoib_mcg_open': /var/tmp/OFEDRPM/BUILD/openib-1.1/drivers/infiniband/ul

Re: [openib-general] compile error

2006-11-14 Thread Or Gerlitz
zhu shi song wrote: > I've got the whole kernel 2.6.19-rc5 with infiniband. > But there is no sdp module there. Can OFED1.x run > under FC5? Basically, SDP is not merged into the kernel, it is provided by OFED 1.1, however as far as i know you would not be able to build it within the kernel IB

Re: [openib-general] compile error

2006-11-14 Thread zhu shi song
I've got the whole kernel 2.6.19-rc5 with infiniband. But there is no sdp module there. Can OFED1.x run under FC5? zhu --- Or Gerlitz <[EMAIL PROTECTED]> wrote: > zhu shi song wrote: > > how can I git latest tree? > > git clone > git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniba

Re: [openib-general] compile error

2006-11-13 Thread Or Gerlitz
zhu shi song wrote: > how can I git latest tree? git clone git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git Or. ___ openib-general mailing list openib-general@openib.org http://openib.org/mailman/listinfo/openib-general To unsubsc

Re: [openib-general] compile error

2006-11-12 Thread Or Gerlitz
zhu shi song wrote: > openib src: svn the latest from openfabrics > kernel : 2.6.18 FC5 > error: ipoib_multicast.c: in struct net_device there > is no xmit_lock member name > > how to handle it? Did you have any problems using the IB code that comes with your OS/kernel ? = s

[openib-general] compile error

2006-11-12 Thread zhu shi song
openib src: svn the latest from openfabrics kernel : 2.6.18 FC5 error: ipoib_multicast.c: in struct net_device there is no xmit_lock member name how to handle it? tks zhu Cheap talk? Check out Yahoo! Messen

[openib-general] compile error -libibverbs (64-bit)

2005-11-15 Thread Pradeep Satyanarayana
I am trying to compile some of the userspace utilities as 64-bit apps on a ppc64 machine with a sles9sp2 distribution. I am getting the following compile errors (appended below). Yes, I am using some older bits, but I do not think that is the issue here. I have exported LDFLAGS=-L /lib64 -m64 a