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
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 <[email protected]>
Signed-off-by: Yishai Hadas <[email protected]>
  • Loading branch information
mark-bloch authored and Yishai Hadas committed Dec 14, 2023
1 parent f50e8dd commit 98dd40b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions providers/mlx5/man/mlx5dv_query_device.3
Original file line number Diff line number Diff line change
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 98dd40b

Please sign in to comment.