summaryrefslogtreecommitdiff
path: root/include/linux/mlx5/rsc_dump.h
diff options
context:
space:
mode:
authorMaor Gottlieb <maorg@mellanox.com>2020-04-08 12:36:20 +0300
committerLeon Romanovsky <leonro@mellanox.com>2020-06-23 17:26:10 +0300
commit608ca553c9a2008908120e0e45b1cfc4aefcfd49 (patch)
tree096041c2da722092d5a58ac7bcc4eb4d21a8d0d7 /include/linux/mlx5/rsc_dump.h
parentd63cc24933c774ea464090af1998a7b63f11c166 (diff)
net/mlx5: Add support in query QP, CQ and MKEY segments
Introduce new resource dump segments - PRM_QUERY_QP, PRM_QUERY_CQ and PRM_QUERY_MKEY. These segments contains the resource dump in PRM query format. Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5/rsc_dump.h')
-rw-r--r--include/linux/mlx5/rsc_dump.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/mlx5/rsc_dump.h b/include/linux/mlx5/rsc_dump.h
index 87415fa754fe..d11c0b228620 100644
--- a/include/linux/mlx5/rsc_dump.h
+++ b/include/linux/mlx5/rsc_dump.h
@@ -23,6 +23,9 @@ enum mlx5_sgmt_type {
MLX5_SGMT_TYPE_SX_SLICE_ALL,
MLX5_SGMT_TYPE_RDB,
MLX5_SGMT_TYPE_RX_SLICE_ALL,
+ MLX5_SGMT_TYPE_PRM_QUERY_QP,
+ MLX5_SGMT_TYPE_PRM_QUERY_CQ,
+ MLX5_SGMT_TYPE_PRM_QUERY_MKEY,
MLX5_SGMT_TYPE_MENU,
MLX5_SGMT_TYPE_TERMINATE,