Merge branch 'mlx5_tx_steering' into rdma.git for-next
[linux-block.git] / include / uapi / rdma / mlx5_user_ioctl_verbs.h
index 7ab4b92966e2aff62a9856326645d36d29c4d6ce..56b26eaea0832fed30a4937136dd7594d027d8a7 100644 (file)
@@ -74,5 +74,14 @@ struct mlx5_ib_uapi_devx_async_event_hdr {
        __u8            out_data[];
 };
 
+enum mlx5_ib_uapi_pp_alloc_flags {
+       MLX5_IB_UAPI_PP_ALLOC_FLAGS_DEDICATED_INDEX = 1 << 0,
+};
+
+enum mlx5_ib_uapi_uar_alloc_type {
+       MLX5_IB_UAPI_UAR_ALLOC_TYPE_BF = 0x0,
+       MLX5_IB_UAPI_UAR_ALLOC_TYPE_NC = 0x1,
+};
+
 #endif