[EMAIL PROTECTED] wrote on Wed, 27 Dec 2006 15:06 -0600:
> Excellent, thanks Pete!  For some reason i thought that patch was  
> only for caching.
> I built the latest pvfs-CVS, and am having problems with openib.  I  
> originally thought it was a problem with having my client using CVS  
> and the server using the latest release, but rebuilt the server to be  
> on CVS head, and got this on the client:
> 
> p5l8:~# pvfs2-ls
> [E 15:02:10.201683] Error: openib_new_connection: asked for 70 send  
> WRs on QP, got 0.

That's just hardware.  It's comparing the returned values in
ibv_qp_init_attr to what was asked for.  You could try commenting
out those checks, just to see if the IB library did not set the
return values properly.  Or you could shrink the request num_wr and
see if that helps.  Either way, next stop is your IB card vendor.

                -- Pete
_______________________________________________
Pvfs2-developers mailing list
[email protected]
http://www.beowulf-underground.org/mailman/listinfo/pvfs2-developers

Reply via email to