[EMAIL PROTECTED] wrote on Fri, 29 Dec 2006 12:57 -0600:
> Just a sanity check for everyone, I rebuilt release 2.5.1, and 
> everything works correctly.
> I looked back at the 2.5.1 code, and noticed that we were just 
> hardcoding the max_wr value to 512, which is much less than what I'm 
> seeing here in 2.6.1 - (70).
> I also verified that we have a 32768 max_wr value from 2.5.1's 
> ibv_device_query() function.
> However, 2.6.1 is reporting 0?

512 is greater that 70.  We're only asking for 70 now, so fewer WRs
requested should be "easier" for the driver.

Can you step through the device setup code and make sure that all
the numbers are reasonable?  In particular, print out "att" both
before and after the call to ibv_create_qp.

The main difference from the old pvfs version is that now we only
need one QP, not two.  Not sure how this could cause the sort of
regression you are seeing (yet).

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

Reply via email to