[ofa-general] Re: IB/core: Add creation flags to QPs
Or Gerlitz
ogerlitz at voltaire.com
Wed Mar 26 08:15:26 PDT 2008
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];
> };
>
>
>
More information about the general
mailing list