mbox series

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

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

Message

Mark Zhang Sept. 21, 2021, 6:27 a.m. UTC
---------------------------------
Kernel patch is not accepted yet.
---------------------------------

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/msg105567.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 |   3 +
 rdma/stat.c                           | 327 ++++++++++++++++++++++++++
 3 files changed, 385 insertions(+)

Comments

Leon Romanovsky Sept. 22, 2021, 8:43 a.m. UTC | #1
On Tue, Sep 21, 2021 at 09:27:23AM +0300, Mark Zhang wrote:
> ---------------------------------
> Kernel patch is not accepted yet.
> ---------------------------------

You need to add netdev and David to CC list and resubmit.

Thanks

> 
> 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/msg105567.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 |   3 +
>  rdma/stat.c                           | 327 ++++++++++++++++++++++++++
>  3 files changed, 385 insertions(+)
> 
> -- 
> 2.26.2
>