On Tue, Sep 15, 2020 at 05:14:47PM +0300, Gal Pressman wrote: > Hi all, > > This small series contains a small cleanup to the way we store our > statistics and exposes a new set of counters. > The new exposed counters report send/receive work requests counters and > RDMA read work requests counters. > > Regards, > Gal > > Daniel Kranzdorf (1): > RDMA/efa: Add messages and RDMA read work requests HW stats > > Gal Pressman (1): > RDMA/efa: Group keep alive received counter with other SW stats > > drivers/infiniband/hw/efa/efa.h | 8 +-- > .../infiniband/hw/efa/efa_admin_cmds_defs.h | 30 ++++++++- > drivers/infiniband/hw/efa/efa_com_cmd.c | 26 ++++++-- > drivers/infiniband/hw/efa/efa_com_cmd.h | 16 +++++ > drivers/infiniband/hw/efa/efa_verbs.c | 65 ++++++++++++++----- > 5 files changed, 117 insertions(+), 28 deletions(-) Applied to for-next, thanks Jason