Re: [PATCH librdmacm] Fixed build problem due to missing macro

2012-12-04 Thread Or Gerlitz
On Mon, Dec 3, 2012 at 9:48 PM, Hefty, Sean wrote: > > According to my notes, I ran netperf with fork support using this: yep, works just fine with this directive - we got 46Gbs, impressive! Or. > server > -- > export RDMAV_FORK_SAFE=1 > LD_PRELOAD=/usr/local/lib/rsocket/librspreload.so ne

RE: [PATCH librdmacm] Fixed build problem due to missing macro

2012-12-03 Thread Hefty, Sean
> > I'm using a locally modified version of verbs, so I don't end up seeing this > error. > > could this be related to different results while running netperf .w > fork in our setup vs. yours? I was referring to the build issue, not the fork problem. According to my notes, I ran netperf with for

Re: [PATCH librdmacm] Fixed build problem due to missing macro

2012-12-03 Thread Or Gerlitz
On Mon, Dec 3, 2012 at 9:35 PM, Hefty, Sean wrote: > I'm using a locally modified version of verbs, so I don't end up seeing this > error. could this be related to different results while running netperf .w fork in our setup vs. yours? Or. -- To unsubscribe from this list: send the line "unsubs

RE: [PATCH librdmacm] Fixed build problem due to missing macro

2012-12-03 Thread Hefty, Sean
Thanks - applied. I'm using a locally modified version of verbs, so I don't end up seeing this error. -- 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 http://vger.kernel.org/majordomo-info.html

[PATCH librdmacm] Fixed build problem due to missing macro

2012-12-02 Thread Or Gerlitz
rsocket.c wasn't passing compilation as of missing definition for the container_of macro, fix it. Reported-by: Eyal Salamon Signed-off-by: Or Gerlitz --- src/cma.c |5 - src/cma.h |6 ++ src/rsocket.c |1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --gi