[ofa-general] Re: [PATCH] libmlx4: fix adjustments for minimum qp capabilities in mlx4_create_qp
Roland Dreier
rdreier at cisco.com
Sun Jun 24 06:43:47 PDT 2007
> No, it doesn't:
>
> from libmlx4/src/verbs.c:
> static int align_queue_size(struct ibv_context *context, int size, int spare)
> {
> int ret;
>
> /*
> * If someone asks for a 0-sized queue, presumably they're not
> * going to use it. So don't mess with their size.
> */
> if (!size)
> return 0;
But the function hasn't looked like that for a few weeks now, since
commit e7d06519.
- R.
More information about the general
mailing list