Hoang-Nam Nguyen wrote:
BTW: qp_type in struct ib_uverbs_create_qp is a __u8:
mmm, we can still scale up to 5 features on top of the existing types.

Or.
struct ib_uverbs_create_qp {
      __u64 response;
      __u64 user_handle;
      __u32 pd_handle;
      __u32 send_cq_handle;
      __u32 recv_cq_handle;
      __u32 srq_handle;
      __u32 max_send_wr;
      __u32 max_recv_wr;
      __u32 max_send_sge;
      __u32 max_recv_sge;
      __u32 max_inline_data;
      __u8  sq_sig_all;
      __u8  qp_type;
      __u8  is_srq;
      __u8  qp_create_flags;
      __u64 driver_data[0];
};




_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

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

Reply via email to