Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verbs: Introduce verbs_cq for extended CQ operations #777

Merged
merged 1 commit into from
Jun 30, 2020

Commits on Jun 21, 2020

  1. verbs: Introduce verbs_cq for extended CQ operations

    Extended QP implementation has a nice verbs_qp abstraction which does
    not exist for extended CQs, this patch modifies CQ to be similar.
    The verbs_cq struct is a union of both CQ and extended CQ, which allows
    access for both. In addition, converting a CQ to the provider's CQ can
    now be done using container_of, without explicit casts.
    
    Signed-off-by: Gal Pressman <galpress@amazon.com>
    gal-pressman committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    195c919 View commit details
    Browse the repository at this point in the history