On Monday 21 July 2008 23:26, [EMAIL PROTECTED] wrote:
> Adds support for the new verb: create_qp_expanded
> in libmlx4.
> 
> Changes in v2:
> Minimized code duplications by calling mlx4_create_qp_expanded
> from mlx4_create_qp.
> 
> +struct ibv_qp *mlx4_create_qp_expanded(struct ibv_pd *pd,
> +                                     struct ibv_qp_init_attr *attr,
> +                                     uint32_t create_flags)
> +{
> +     struct mlx4_create_qp   cmd;
Should be defining and using a struct mlx4_create_qp_expanded here.

- Jack
_______________________________________________
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