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

Set modify-QP global address parameters only for GRH case #217

Open
wants to merge 2 commits into
base: integration3
Choose a base branch
from

Commits on Jan 20, 2022

  1. UCT/IB/DEVX: Set modify-QP global address parameters only for GRH case

    1. Back-port master/RP/6061 to integration3 branch
    2. This is required by "address path structure fields"
       1) hop_limit:
          For IB and RoCE version 1.0: GRH Hop Limit.
       2) rgid_or_rip:
          For IB port - Valid if the GRH bit is set.
          For an Ethernet port for RoCE mode, this field must always be valid and
          contain the remote GID address.
       3) traffic class:
          For InfiniBand and RoCE v1.0: GRH TClass
    3. According to IB Spec:
       1) Address vector, for UD transports only, containing:
          For global destination:
             • Flow label.
             • Hop limit.
             • Traffic class.
             • Source GID index.
       2) Address vector, for RC & UC transports only, containing:
          For global destination:
             • Traffic class.
             • Flow label.
             • Hop limit.
             • Source GID index.
             • Destination’s GID.
    
    Signed-off-by: Changcheng Liu <jerrliu@nvidia.com>
    changchengx committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    4d5a930 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. UCT: fix code convention

    Signed-off-by: Changcheng Liu <jerrliu@nvidia.com>
    changchengx committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    85bdac2 View commit details
    Browse the repository at this point in the history