[ofa-general] Re: [PATCH v1] libmlx4: Added resize CQ capability.
Roland Dreier
rdreier at cisco.com
Wed Apr 23 11:21:28 PDT 2008
> + cqe = align_queue_size(cqe);
Oh yeah... shouldn't this be
cqe = align_queue_size(cqe + 1);
to allow for resizing the CQ again later?
I made that change when I applied.
More information about the general
mailing list