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

Add query MR EFA direct verb #1412

Merged
merged 4 commits into from
Jan 17, 2024
Merged

Add query MR EFA direct verb #1412

merged 4 commits into from
Jan 17, 2024

Commits on Jan 11, 2024

  1. Update kernel headers

    To commit: 2307157c8509 ("RDMA/efa: Add EFA query MR support").
    
    Signed-off-by: Michael Margolin <[email protected]>
    mrgolin committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    0ad479f View commit details
    Browse the repository at this point in the history
  2. providers/efa: Add query MR to EFA direct verbs

    Add a new EFA DV interface to query for MR attributes. Initial
    implementation returns interconnects used by the device to reach the
    MR to write data for receive, RDMA read, and RDMA write receive
    operations. Update documentation accordingly.
    
    Signed-off-by: Michael Margolin <[email protected]>
    mrgolin committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    63e2a42 View commit details
    Browse the repository at this point in the history
  3. pyverbs/efa: Add EFA direct verbs query MR

    Expose efadv_query_mr verb and the related types in pyverbs.
    
    Signed-off-by: Michael Margolin <[email protected]>
    mrgolin committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    620ae50 View commit details
    Browse the repository at this point in the history
  4. tests: Add EFA direct verbs query MR test

    Add basic coverage for EFA direct verbs query MR function.
    
    Signed-off-by: Michael Margolin <[email protected]>
    mrgolin committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6d136f3 View commit details
    Browse the repository at this point in the history