> > 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 fork support using this:

server
------
export RDMAV_FORK_SAFE=1
LD_PRELOAD=/usr/local/lib/rsocket/librspreload.so netserver

client
------
export RDMAV_FORK_SAFE=1
LD_PRELOAD=/usr/local/lib/rsocket/librspreload.so netperf -H <ip-address>
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to