We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ae935 commit f7aaaf2Copy full SHA for f7aaaf2
1 file changed
src/uct/ib/mlx5/ib_mlx5.h
@@ -130,8 +130,9 @@ struct mlx5_grh_av {
130
# define MLX5_WQE_CTRL_SOLICITED (1<<1)
131
#endif
132
133
-#define UCT_IB_MLX5_WQE_CTRL_FLAG_FENCE (2<<5)
134
-#define UCT_IB_MLX5_WQE_CTRL_FLAG_STRONG_ORDER (3<<5)
+#define UCT_IB_MLX5_WQE_CTRL_FLAG_INITIATOR_SMALL_FENCE (1<<5)
+#define UCT_IB_MLX5_WQE_CTRL_FLAG_FENCE (2<<5)
135
+#define UCT_IB_MLX5_WQE_CTRL_FLAG_STRONG_ORDER (3<<5)
136
137
#define UCT_IB_MLX5_AM_ZCOPY_MAX_IOV 3UL
138
0 commit comments