Skip to content

Commit

Permalink
mlx5: Add atomic/rdma read for DC comp mask to man page
Browse files Browse the repository at this point in the history
[ Upstream commit 98dd40b ]

The cited commit didn't update the man page with the comp mask the user
needs to provide in order to get the atomic / rdma read for DC QPs.

Fixes: 450a398 ("mlx5: Expose max remote atomic/rdma read for DC")
Signed-off-by: Mark Bloch <mbloch@nvidia.com>
Signed-off-by: Yishai Hadas <yishaih@nvidia.com>
Signed-off-by: Nicolas Morey <nmorey@suse.com>
  • Loading branch information
mark-bloch authored and nmorey committed Jan 17, 2024
1 parent cb1ec1b commit 8f35dbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/mlx5/man/mlx5dv_query_device.3
Expand Up @@ -104,6 +104,7 @@ MLX5DV_CONTEXT_MASK_SIGNATURE_OFFLOAD = 1 << 10,
MLX5DV_CONTEXT_MASK_DCI_STREAMS = 1 << 11,
MLX5DV_CONTEXT_MASK_WR_MEMCPY_LENGTH = 1 << 12,
MLX5DV_CONTEXT_MASK_CRYPTO_OFFLOAD = 1 << 13,
MLX5DV_CONTEXT_MASK_MAX_DC_RD_ATOM = 1 << 14,
.in -8
};

Expand Down

0 comments on commit 8f35dbc

Please sign in to comment.