mbox series

[for-next,0/2] EFA messages & RDMA read statistics

Message ID 20200915141449.8428-1-galpress@amazon.com (mailing list archive)
Headers show
Series EFA messages & RDMA read statistics | expand

Message

Gal Pressman Sept. 15, 2020, 2:14 p.m. UTC
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(-)


base-commit: 9e054b13b2f747868c28539b3eb28256e237755f

Comments

Jason Gunthorpe Sept. 22, 2020, 11:21 p.m. UTC | #1
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