Message ID | 20211014075358.239708-1-markzhang@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Optional counter statistics support | expand |
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?
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.
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