|
@@ -3053,6 +3053,8 @@ static void *mlx5_ib_add(struct mlx5_core_dev *mdev)
|
|
|
(1ull << IB_USER_VERBS_CMD_QUERY_PORT) |
|
|
|
(1ull << IB_USER_VERBS_CMD_ALLOC_PD) |
|
|
|
(1ull << IB_USER_VERBS_CMD_DEALLOC_PD) |
|
|
|
+ (1ull << IB_USER_VERBS_CMD_CREATE_AH) |
|
|
|
+ (1ull << IB_USER_VERBS_CMD_DESTROY_AH) |
|
|
|
(1ull << IB_USER_VERBS_CMD_REG_MR) |
|
|
|
(1ull << IB_USER_VERBS_CMD_REREG_MR) |
|
|
|
(1ull << IB_USER_VERBS_CMD_DEREG_MR) |
|