mbox series

[0/2] rdma: Support dumping SRQ resource in raw format

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

Message

Junxian Huang Sept. 28, 2023, 6:32 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")

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                        | 17 ++++++++++++++++-
 rdma/res.h                            |  2 ++
 3 files changed, 20 insertions(+), 1 deletion(-)

--
2.30.0

Comments

Leon Romanovsky Oct. 2, 2023, 11:16 a.m. UTC | #1
On Thu, Sep 28, 2023 at 02:32:00PM +0800, Junxian Huang 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")
> 
> 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                        | 17 ++++++++++++++++-
>  rdma/res.h                            |  2 ++
>  3 files changed, 20 insertions(+), 1 deletion(-)

rdmatool is part of iproute2 suite and as such To, Cc and Subject should
follow that suite rules. You need to add David to "TO", add Stephen and
netdev and add target (iproute2-next) for this patches.

See this randomly chosen series as an example.
https://lore.kernel.org/netdev/20211014075358.239708-1-markzhang@nvidia.com/

or latest one
https://lore.kernel.org/netdev/20231002104349.971927-1-tariqt@nvidia.com/T/#m7ef8e4ce275052d428b4f13ad9f3b41a4bf5d46b

Thanks

> 
> --
> 2.30.0
>
Junxian Huang Oct. 7, 2023, 3:43 a.m. UTC | #2
On 2023/10/2 19:16, Leon Romanovsky wrote:
> On Thu, Sep 28, 2023 at 02:32:00PM +0800, Junxian Huang 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")
>>
>> 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                        | 17 ++++++++++++++++-
>>  rdma/res.h                            |  2 ++
>>  3 files changed, 20 insertions(+), 1 deletion(-)
> 
> rdmatool is part of iproute2 suite and as such To, Cc and Subject should
> follow that suite rules. You need to add David to "TO", add Stephen and
> netdev and add target (iproute2-next) for this patches.
> 
> See this randomly chosen series as an example.
> https://lore.kernel.org/netdev/20211014075358.239708-1-markzhang@nvidia.com/
> 
> or latest one
> https://lore.kernel.org/netdev/20231002104349.971927-1-tariqt@nvidia.com/T/#m7ef8e4ce275052d428b4f13ad9f3b41a4bf5d46b
> 
> Thanks
> 
>>
>> --
>> 2.30.0
>>

Thanks. I'll send it again.

Junxian