Hi,

* On Apr,5 Roland Dreier<[EMAIL PROTECTED]> wrote :
>     Christoph> Roland, reading the userspace infiniband/verbs.h file,
>     Christoph> where did query QP go?
> 
> It's not implemented yet.  Is there an application that needs it?

In VAPI, the query QP is used to find the inline size.
e.g.

ret = VAPI_query_qp(viadev.nic, viadev.qp_hndl[i],
                    &qp_query_attr, &qp_query_attr_mask,
                    &qp_query_init_attr);
[...]
inline_size = qp_query_attr.cap.max_inline_data_sq;


Is there another way to find out the inline size in Gen2 verbs?

Thanks,
Sayantan.

> 
>  - R.
> _______________________________________________
> openib-general mailing list
> [email protected]
> http://openib.org/mailman/listinfo/openib-general
> 
> To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

-- 
---------------------------------------------------------
Sayantan Sur            Graduate Research Assistant

395 Dreese Labs,        Computer Science and Engineering
Ohio State University,  Office : 774, Dreese Labs
Columbus,               email  : [EMAIL PROTECTED]
Ohio - 43210.           phone(res) : 614.688.9792
USA.                    phone(off) : 614.292.8501
---------------------------------------------------------
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

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

Reply via email to