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

UCT/IB: Use separate resource domain for mlx5 trasnports #2338

Merged
merged 8 commits into from
Mar 26, 2018

Commits on Feb 21, 2018

  1. UCT/IB: Use separate resourcve domain for mlx5 trasnports

    mlx5 transports manage their own blue-flame register state. In order to
    avoid inconsistencies with verbs transports, they must not share that
    register.
    This change is using the verbs "resource domain" API in order to force
    the separation, since QPs created on different resource domains will
    have separate blue-flame register space.
    yosefe committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    4b73609 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    0819e65 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into topic/uct-ib-mlx5…

    …-res-domain
    
    Conflicts:
    	src/uct/ib/mlx5/ib_mlx5.h
    yosefe committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    3cc615d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0929040 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Configuration menu
    Copy the full SHA
    40431c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    2e77d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997f9c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Configuration menu
    Copy the full SHA
    fe17377 View commit details
    Browse the repository at this point in the history