[openib-general] ib_get_special_qp

Roland Dreier roland at topspin.com
Tue Aug 10 11:35:07 PDT 2004


Is there any point in having the

	enum ib_qp_type qp_type,

parameter to ib_get_special_qp(), since struct ib_qp_init_attr has

	enum ib_qp_type		qp_type;

anyway?  (In fact if we're willing to add a port member to struct
ib_qp_init_attr, we could get rid of ib_get_special_qp() and just have
ib_create_qp() handle special QPs as well, although I'm not it's worth
it since both the low-level driver code and the ULP code for special
QPs is probably pretty different from the code from regular QPs)

 - R.



More information about the general mailing list