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@xxxxxxxxxx/ ---------------------------------------------------------------------- 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(+) -- 2.26.2