Skip to content

Commit f7aaaf2

Browse files
UCT/IB/MLX5: Add initiator small fence WQE control flag (#11399)
1 parent 13ae935 commit f7aaaf2

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/uct/ib/mlx5/ib_mlx5.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ struct mlx5_grh_av {
130130
# define MLX5_WQE_CTRL_SOLICITED (1<<1)
131131
#endif
132132

133-
#define UCT_IB_MLX5_WQE_CTRL_FLAG_FENCE (2<<5)
134-
#define UCT_IB_MLX5_WQE_CTRL_FLAG_STRONG_ORDER (3<<5)
133+
#define UCT_IB_MLX5_WQE_CTRL_FLAG_INITIATOR_SMALL_FENCE (1<<5)
134+
#define UCT_IB_MLX5_WQE_CTRL_FLAG_FENCE (2<<5)
135+
#define UCT_IB_MLX5_WQE_CTRL_FLAG_STRONG_ORDER (3<<5)
135136

136137
#define UCT_IB_MLX5_AM_ZCOPY_MAX_IOV 3UL
137138

0 commit comments

Comments
 (0)