> @@ -488,6 +489,7 @@ struct ibv_qp {
>       uint32_t                handle;
>       uint32_t                qp_num;
>       enum ibv_qp_state       state;
> +     enum ibv_qp_type        qp_type;
>  
>       pthread_mutex_t         mutex;
>       pthread_cond_t          cond;

Since qp_type is now in ibv_qp, it probably no longer needs to be in
mthca_qp.  This is just a minor optimization.

Regards,
 Robert.

-- 
Robert Walsh                                 Email: [EMAIL PROTECTED]
PathScale, Inc.                              Phone: +1 650 934 8117
2071 Stierlin Court, Suite 200                 Fax: +1 650 428 1969
Mountain View, CA 94043

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
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