[openib-general] Re: mthca query_device does not fill in struct ib_device_attr

Hal Rosenstock halr at voltaire.com
Mon Mar 7 08:45:01 PST 2005


On Mon, 2005-03-07 at 11:32, Roland Dreier wrote:
>     Hal> It appears that mthca_provider.c::mthca_query_device does not
>     Hal> fill in many of the device attributes in struct
>     Hal> ib_device_attr. When can the remainder of these be completed?
> 
> Any time... which ones are needed now?

Certainly the following ones:

	u64                     max_mr_size;
        int                     max_qp;
        int                     max_qp_wr;
        int                     max_sge;
        int                     max_cq;
        int                     max_cqe;
        int                     max_mr;
        int                     max_pd;
        int                     max_qp_rd_atom;

Thanks.

-- Hal




More information about the general mailing list