mbox series

[for-next,0/3] EFA statistics minor updates

Message ID 20200420062213.44577-1-galpress@amazon.com (mailing list archive)
Headers show
Series EFA statistics minor updates | expand

Message

Gal Pressman April 20, 2020, 6:22 a.m. UTC
This series contains three small patches to collect a few counters we
found helpful when encountering different issues.

Regards,
Gal

Gal Pressman (3):
  RDMA/efa: Report create CQ error counter
  RDMA/efa: Count mmap failures
  RDMA/efa: Count admin commands errors

 drivers/infiniband/hw/efa/efa.h       |  3 ++-
 drivers/infiniband/hw/efa/efa_com.c   |  5 ++++-
 drivers/infiniband/hw/efa/efa_com.h   |  3 ++-
 drivers/infiniband/hw/efa/efa_verbs.c | 13 +++++++++++--
 4 files changed, 19 insertions(+), 5 deletions(-)


base-commit: 8f3d9f354286745c751374f5f1fcafee6b3f3136

Comments

Jason Gunthorpe May 2, 2020, 11:33 p.m. UTC | #1
On Mon, Apr 20, 2020 at 09:22:10AM +0300, Gal Pressman wrote:
> This series contains three small patches to collect a few counters we
> found helpful when encountering different issues.

Applied to for-next, thanks

Jason