From: Leon Romanovsky <leonro@xxxxxxxxxxxx> Hi, This is supplementary part of RDMA DIM feature [1] accepted for the kernel v5.3. In this patch set Yamin extends rdmatool to get/set as a default this adaptive-moderation setting on IB device level and provides an information about DIM on/off status per-CQ. Thanks [1] https://lore.kernel.org/linux-rdma/20190708105905.27468-1-leon@xxxxxxxxxx/ Yamin Friedman (2): rdma: Control CQ adaptive moderation (DIM) rdma: Document adaptive-moderation man/man8/rdma-dev.8 | 16 ++++++++++++- rdma/dev.c | 55 ++++++++++++++++++++++++++++++++++++++++++++- rdma/rdma.h | 1 + rdma/res-cq.c | 15 +++++++++++++ rdma/utils.c | 6 +++++ 5 files changed, 91 insertions(+), 2 deletions(-) -- 2.20.1