RE: [ANNOUNCE] librdmacm 1.0.12: release notes text

2010-06-07 Thread Andrea Gozzelino
On Jun 01, 2010 05:18 PM, Hefty, Sean sean.he...@intel.com wrote: gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -Wall -D_GNU_SOURCE -O2 -g -pipe -m64 -MT src_librdmacm_la-acm.lo -MD -MP -MF .deps/src_librdmacm_la- acm.Tpo -c src/acm.c -fPIC -DPIC -o .libs/src_librdmacm_la-acm.o

RE: [ANNOUNCE] librdmacm 1.0.12

2010-06-01 Thread Hefty, Sean
gcc -DHAVE_CONFIG_H -I. -I. -I. -I./include -g -Wall -D_GNU_SOURCE -O2 -g -pipe -m64 -MT src_librdmacm_la-acm.lo -MD -MP -MF .deps/src_librdmacm_la- acm.Tpo -c src/acm.c -fPIC -DPIC -o .libs/src_librdmacm_la-acm.o In file included from src/acm.c:44: ./include/infiniband/ib.h:49: error:

Re: [ANNOUNCE] librdmacm 1.0.12

2010-05-30 Thread Vladimir Sokolovsky
Sean Hefty wrote: I've pushed out release 1.0.12 of librdmacm. This incorporates several new APIs that should make connecting and transferring data over RDMA devices simpler for user applications, plus adds support for user space path record caching. New APIs include simple wrappers for common

RE: [ANNOUNCE] librdmacm 1.0.12

2010-05-26 Thread Hefty, Sean
I'm not an expert of code, but I read this thread and I understand that new librdmacm version will be easier for users. New APIs were added to the librdmacm that make it easier for a developer to establish a connection over an RDMA device. Additionally, wrappers were added around several of

Re: [ANNOUNCE] librdmacm 1.0.12

2010-05-25 Thread Or Gerlitz
Sean Hefty wrote: I've pushed out release 1.0.12 of librdmacm. Hi Sean, below is a tiny patch which will help direct users to the correct mailing list set the mailing list info to be linux-rdma instead of the ofa general list signed-off-by: Or Gerlitz ogerl...@voltaire.com diff --git

Re: [ANNOUNCE] librdmacm 1.0.12

2010-05-25 Thread Andrea Gozzelino
On May 22, 2010 01:06 AM, Sean Hefty sean.he...@intel.com wrote: I've pushed out release 1.0.12 of librdmacm. This incorporates several new APIs that should make connecting and transferring data over RDMA devices simpler for user applications, plus adds support for user space path record

RE: [ANNOUNCE] librdmacm 1.0.12

2010-05-25 Thread Hefty, Sean
Hi Sean, below is a tiny patch which will help direct users to the correct mailing list Thanks - I'll get this applied, so it will be there for the next release. - Sean -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org

Re: [ANNOUNCE] librdmacm 1.0.12

2010-05-24 Thread Vladimir Sokolovsky
Sean Hefty wrote: Hi Sean, After updating librdmacm. compat-dapl compilation fails: Thanks - I'll look into this tomorrow. Was DAPL updated at all? And what is 'compat-dapl'? In file included from ./dapl/include/dapl.h:246In file included from ./dapl/include/dapl.h:246,

RE: [ANNOUNCE] librdmacm 1.0.12

2010-05-24 Thread Davis, Arlin R
Sean, The problem is in the Makefile.am: librdmacmincludedir = $(includedir)/rdma $(includedir)/infiniband This cause *.h files to be installed under /usr/include/rdma\ /usr/include/infiniband: /usr/include/rdma /usr/include/infiniband/ib.h /usr/include/rdma

RE: [ANNOUNCE] librdmacm 1.0.12

2010-05-24 Thread Hefty, Sean
librdmacmincludedir = $(includedir)/rdma $(includedir)/infiniband This cause *.h files to be installed under /usr/include/rdma\ /usr/include/infiniband: /usr/include/rdma /usr/include/infiniband/ib.h /usr/include/rdma /usr/include/infiniband/rdma_cma.h /usr/include/rdma

Re: [ANNOUNCE] librdmacm 1.0.12

2010-05-23 Thread Vladimir Sokolovsky
Sean Hefty wrote: I've pushed out release 1.0.12 of librdmacm. Uhm... the release is at: http://www.openfabrics.org/downloads/rdmacm/librdmacm-1.0.12.tar.gz - Sean Hi Sean, After updating librdmacm. compat-dapl compilation fails: gcc -DHAVE_CONFIG_H -I. -I. -I. -O2 -g -pipe -Wall

RE: [ANNOUNCE] librdmacm 1.0.12

2010-05-23 Thread Sean Hefty
Hi Sean, After updating librdmacm. compat-dapl compilation fails: Thanks - I'll look into this tomorrow. Was DAPL updated at all? And what is 'compat-dapl'? In file included from ./dapl/include/dapl.h:246In file included from ./dapl/include/dapl.h:246, from

[ANNOUNCE] librdmacm 1.0.12

2010-05-21 Thread Sean Hefty
I've pushed out release 1.0.12 of librdmacm. This incorporates several new APIs that should make connecting and transferring data over RDMA devices simpler for user applications, plus adds support for user space path record caching. New APIs include simple wrappers for common verbs operations,

RE: [ANNOUNCE] librdmacm 1.0.12

2010-05-21 Thread Sean Hefty
I've pushed out release 1.0.12 of librdmacm. Uhm... the release is at: http://www.openfabrics.org/downloads/rdmacm/librdmacm-1.0.12.tar.gz - Sean -- To unsubscribe from this list: send the line unsubscribe linux-rdma in the body of a message to majord...@vger.kernel.org More majordomo info at