On 10/23/19 4:38 AM, Leon Romanovsky wrote: > From: Leon Romanovsky <leonro@xxxxxxxxxxxx> > > Hi, > > This is supplementary part of "ODP information and statistics" > kernel series. > https://lore.kernel.org/linux-rdma/20191016062308.11886-1-leon@xxxxxxxxxx > > 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,