mbox series

[iproute2-next,v1,0/3] Optional counter statistics support

Message ID 20211014075358.239708-1-markzhang@nvidia.com (mailing list archive)
Headers show
Series Optional counter statistics support | expand

Message

Mark Zhang Oct. 14, 2021, 7:53 a.m. UTC
Change Log:
v1:
 * Add a new nldev command to get the counter status;
 * Some cosmetic changes.
v0: https://lore.kernel.org/all/20210922093038.141905-1-markzhang@nvidia.com/

----------------------------------------------------------------------
Hi,

This is supplementary part of kernel series [1], which provides an
extension to the rdma statistics tool that allows to set or list
optional counters dynamically, using netlink.

Thanks

[1] https://www.spinics.net/lists/linux-rdma/msg106283.html

Neta Ostrovsky (3):
  rdma: Update uapi headers
  rdma: Add stat "mode" support
  rdma: Add optional-counters set/unset support

 man/man8/rdma-statistic.8             |  55 +++++
 rdma/include/uapi/rdma/rdma_netlink.h |   5 +
 rdma/stat.c                           | 341 ++++++++++++++++++++++++++
 3 files changed, 401 insertions(+)

Comments

David Ahern Oct. 15, 2021, 2:28 a.m. UTC | #1
On 10/14/21 1:53 AM, Mark Zhang wrote:
> Change Log:
> v1:
>  * Add a new nldev command to get the counter status;
>  * Some cosmetic changes.
> v0: https://lore.kernel.org/all/20210922093038.141905-1-markzhang@nvidia.com/
> 
> ----------------------------------------------------------------------
> Hi,
> 
> This is supplementary part of kernel series [1], which provides an
> extension to the rdma statistics tool that allows to set or list
> optional counters dynamically, using netlink.
> 
> Thanks
> 
> [1] https://www.spinics.net/lists/linux-rdma/msg106283.html
> 

this has been committed now?
Mark Zhang Oct. 15, 2021, 2:48 a.m. UTC | #2
On 10/15/2021 10:28 AM, David Ahern wrote:
> External email: Use caution opening links or attachments
> 
> 
> On 10/14/21 1:53 AM, Mark Zhang wrote:
>> Change Log:
>> v1:
>>   * Add a new nldev command to get the counter status;
>>   * Some cosmetic changes.
>> v0: https://lore.kernel.org/all/20210922093038.141905-1-markzhang@nvidia.com/
>>
>> ----------------------------------------------------------------------
>> Hi,
>>
>> This is supplementary part of kernel series [1], which provides an
>> extension to the rdma statistics tool that allows to set or list
>> optional counters dynamically, using netlink.
>>
>> Thanks
>>
>> [1] https://www.spinics.net/lists/linux-rdma/msg106283.html
>>
> 
> this has been committed now?
> 

Do you mean the kernel series? It was accepted to kernel rdma.git.
David Ahern Oct. 16, 2021, 6:53 p.m. UTC | #3
On 10/14/21 1:53 AM, Mark Zhang wrote:
> Change Log:
> v1:
>  * Add a new nldev command to get the counter status;
>  * Some cosmetic changes.
> v0: https://lore.kernel.org/all/20210922093038.141905-1-markzhang@nvidia.com/
> 
> ----------------------------------------------------------------------
> Hi,
> 
> This is supplementary part of kernel series [1], which provides an
> extension to the rdma statistics tool that allows to set or list
> optional counters dynamically, using netlink.
> 
> Thanks
> 
> [1] https://www.spinics.net/lists/linux-rdma/msg106283.html
> 
> Neta Ostrovsky (3):
>   rdma: Update uapi headers
>   rdma: Add stat "mode" support
>   rdma: Add optional-counters set/unset support
> 
>  man/man8/rdma-statistic.8             |  55 +++++
>  rdma/include/uapi/rdma/rdma_netlink.h |   5 +
>  rdma/stat.c                           | 341 ++++++++++++++++++++++++++
>  3 files changed, 401 insertions(+)
> 

applied to iproute2-next