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

Junxian Huang posted 2 patches 2 years, 2 months ago
There is a newer version of this series
rdma/include/uapi/rdma/rdma_netlink.h |  2 ++
rdma/res-srq.c                        | 17 ++++++++++++++++-
rdma/res.h                            |  2 ++
3 files changed, 20 insertions(+), 1 deletion(-)
[PATCH 0/2] rdma: Support dumping SRQ resource in raw format
Posted by Junxian Huang 2 years, 2 months ago
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
Re: [PATCH 0/2] rdma: Support dumping SRQ resource in raw format
Posted by Leon Romanovsky 2 years, 2 months ago
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
>
Re: [PATCH 0/2] rdma: Support dumping SRQ resource in raw format
Posted by Junxian Huang 2 years, 2 months ago
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