On Tue, Jun 23, 2020 at 05:27:27PM +0300, Leon Romanovsky wrote: > On Tue, Jun 23, 2020 at 11:19:57AM -0300, Jason Gunthorpe wrote: > > On Tue, Jun 23, 2020 at 02:30:32PM +0300, Leon Romanovsky wrote: > > > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > > > > > Changelog: > > > v3: > > > * Rewrote query interface in patch "RDMA: Add support to dump resource > > > tracker in RAW format" > > > v2: > > > https://lore.kernel.org/linux-rdma/20200616104006.2425549-1-leon@xxxxxxxxxx > > > * Converted to specific nldev ops for RAW. > > > * Rebased on top of v5.8-rc1. > > > v1: > > > https://lore.kernel.org/linux-rdma/20200527135408.480878-1-leon@xxxxxxxxxx > > > * Maor dropped controversial change to dummy interface. > > > v0: > > > https://lore.kernel.org/linux-rdma/20200513095034.208385-1-leon@xxxxxxxxxx > > > > > > > > > Hi, > > > > > > 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. > > > > > > Thanks > > > > > > > > > Maor Gottlieb (11): > > > net/mlx5: Export resource dump interface > > > net/mlx5: Add support in query QP, CQ and MKEY segments > > > > It looks OK can you apply these too the shared branch? > > Thanks, applied. > > 608ca553c9a2 net/mlx5: Add support in query QP, CQ and MKEY segments > d63cc24933c7 net/mlx5: Export resource dump interface Applied to for-next, thanks Jason