mbox series

[v2,iproute2-next,0/2] rdma: Support dumping SRQ resource in raw format

Message ID 20231010075526.3860869-1-huangjunxian6@hisilicon.com (mailing list archive)
Headers show
Series rdma: Support dumping SRQ resource in raw format | expand

Message

Junxian Huang Oct. 10, 2023, 7:55 a.m. UTC
This patchset adds support to dump SRQ resource in raw format with
rdmatool. The corresponding kernel commit is aebf8145e11a
("RDMA/core: Add support to dump SRQ resource in RAW format")

v2 adds the missing change in res_srq_idx_parse_cb().

Junxian Huang (1):
  rdma: Update uapi headers

wenglianfa (1):
  rdma: Add support to dump SRQ resource in raw format

 rdma/include/uapi/rdma/rdma_netlink.h |  2 ++
 rdma/res-srq.c                        | 20 ++++++++++++++++++--
 rdma/res.h                            |  2 ++
 3 files changed, 22 insertions(+), 2 deletions(-)

--
2.30.0

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 16, 2023, 4:20 p.m. UTC | #1
Hello:

This series was applied to iproute2/iproute2-next.git (main)
by David Ahern <dsahern@kernel.org>:

On Tue, 10 Oct 2023 15:55:24 +0800 you wrote:
> This patchset adds support to dump SRQ resource in raw format with
> rdmatool. The corresponding kernel commit is aebf8145e11a
> ("RDMA/core: Add support to dump SRQ resource in RAW format")
> 
> v2 adds the missing change in res_srq_idx_parse_cb().
> 
> Junxian Huang (1):
>   rdma: Update uapi headers
> 
> [...]

Here is the summary with links:
  - [v2,iproute2-next,1/2] rdma: Update uapi headers
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=cd4315de422e
  - [v2,iproute2-next,2/2] rdma: Add support to dump SRQ resource in raw format
    https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=07bfa4482d49

You are awesome, thank you!