Mike> Can someone explain or point me to documentation on what the
    Mike> completion vector argument to ibv_create_cq() is for?

In the future, it will be used to support adapters that have multiple
completion event vectors (via MSI-X or similar).

    Mike> Given that context->num_comp_vectors always appears to be
    Mike> one, does it mean you can only have a single CQ generating
    Mike> events on a comp_channel at any point in time?

No, completion vectors and completion channels are orthogonal.

    Mike> Also, how do you go about increasing
    Mike> context->num_comp_vectors?

You would need to update the kernel midlayer to handle multiple
completion vectors, and then patch a HCA driver to support it too.

 - R.
_______________________________________________
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