mbox series

[iproute2-next,0/2] Add MR counters statistics

Message ID 20191023103854.5981-1-leon@kernel.org
Headers show
Series Add MR counters statistics | expand

Message

Leon Romanovsky Oct. 23, 2019, 10:38 a.m. UTC
From: Leon Romanovsky <leonro@mellanox.com>

Hi,

This is supplementary part of "ODP information and statistics"
kernel series.
https://lore.kernel.org/linux-rdma/20191016062308.11886-1-leon@kernel.org

Thanks

Erez Alfasi (2):
  rdma: Add "stat show mr" support
  rdma: Document MR statistics

 man/man8/rdma-statistic.8 | 25 +++++++----
 rdma/Makefile             |  2 +-
 rdma/res.c                |  8 ++++
 rdma/stat-mr.c            | 88 +++++++++++++++++++++++++++++++++++++++
 rdma/stat.c               |  5 ++-
 rdma/stat.h               | 26 ++++++++++++
 6 files changed, 144 insertions(+), 10 deletions(-)
 create mode 100644 rdma/stat-mr.c
 create mode 100644 rdma/stat.h

--
2.20.1

Comments

David Ahern Oct. 27, 2019, 5:25 p.m. UTC | #1
On 10/23/19 4:38 AM, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@mellanox.com>
> 
> Hi,
> 
> This is supplementary part of "ODP information and statistics"
> kernel series.
> https://lore.kernel.org/linux-rdma/20191016062308.11886-1-leon@kernel.org
> 
> Thanks
> 
> Erez Alfasi (2):
>   rdma: Add "stat show mr" support
>   rdma: Document MR statistics
> 
>  man/man8/rdma-statistic.8 | 25 +++++++----
>  rdma/Makefile             |  2 +-
>  rdma/res.c                |  8 ++++
>  rdma/stat-mr.c            | 88 +++++++++++++++++++++++++++++++++++++++
>  rdma/stat.c               |  5 ++-
>  rdma/stat.h               | 26 ++++++++++++
>  6 files changed, 144 insertions(+), 10 deletions(-)
>  create mode 100644 rdma/stat-mr.c
>  create mode 100644 rdma/stat.h
> 
> --
> 2.20.1
> 

Applied to iproute2-next. Thanks,