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

[DirectVerbs] Move QP/CQ creation to exp-verbs specific file #98

Open
wants to merge 14 commits into
base: devel-dv
Choose a base branch
from

Conversation

pakmarkthub
Copy link
Contributor

Prerequisite:

Problem:

  • exp-verbs is being used throughout the entire project. In order to prepare for moving to DirectVerbs / DevX, we would need to consolidate the use of exp-verbs and make gds api more generic.

This PR:

  • introduces src/mlx5-exp.cpp and src/mlx5-exp.hpp to contain exp-verbs related functions / structures.
  • moves gds_create_cq and gds_create_qp, which use exp-verbs, to mlx5-exp.cpp.
  • changes the typedef of gds_qp_init_attr_t and gds_send_wr to ib-verbs. We actually don't need exp-verbs there.
  • modifies gds_kernel_latency and gds_kernel_loopback_latency to support the new data structures.

Presubmit testing:

  • compile and run gds_kernel_latency and gds_kernel_loopback_latency on Summit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant