]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'raw_dumps' into rdma.git for-next
authorJason Gunthorpe <jgg@nvidia.com>
Tue, 23 Jun 2020 14:55:31 +0000 (11:55 -0300)
committerJason Gunthorpe <jgg@nvidia.com>
Wed, 24 Jun 2020 11:52:30 +0000 (08:52 -0300)
commit1e5107cfdb1c17336a5684afb9dbd05b885aff6c
tree13596a7b8f747ea833f07d92cf6a13ddbbe2715f
parent725d56c896c7c892f5716e22973da4fe0c8171e6
parente7c8c68488a197e35869ece837779db64c0e3d8f
Merge branch 'raw_dumps' into rdma.git for-next

Maor Gottlieb says:

====================
The following series adds support to get the RDMA resource data in RAW
format. The main motivation for doing this is to enable vendors to return
the entire QP/CQ/MR data without a need from the vendor to set each
field separately.
====================

Based on the mlx5-next branch at
      git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
due to dependencies

* branch 'raw_dumps':
  RDMA/mlx5: Add support to get MR resource in RAW format
  RDMA/mlx5: Add support to get CQ resource in RAW format
  RDMA/mlx5: Add support to get QP resource in RAW format
  RDMA: Add support to dump resource tracker in RAW format
  RDMA: Add dedicated CM_ID resource tracker function
  RDMA: Add dedicated QP resource tracker function
  RDMA: Add a dedicated CQ resource tracker function
  RDMA: Add dedicated MR resource tracker function
  RDMA/core: Don't call fill_res_entry for PD
  net/mlx5: Add support in query QP, CQ and MKEY segments
  net/mlx5: Export resource dump interface

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>