Message ID | 20191023103854.5981-1-leon@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Add MR counters statistics | expand |
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,
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