On 2/27/07, Roland Dreier <[EMAIL PROTECTED]> wrote:
> Is it really returning -ENOMEM?  It seems much more likely that you
> are hitting the code
>
>         /* For Arbel, all MTTs must fit in the same page. */
>         if (mthca_is_memfree(dev) &&
>             mr->attr.max_pages * sizeof *mr->mem.arbel.mtts > PAGE_SIZE)
>                 return -EINVAL;
>
> I guess you could call this limit a driver design issue.

Indeed, sorry for the in accorate description, mthca_fmr_alloc returns
-EINVAL and the fmr pool code returns -ENOMEM. Thanks for the
clarification.

Or.

_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to