mbox series

[for-next,0/4] RDMA/bnxt_re: Stats update

Message ID 1690383081-15033-1-git-send-email-selvin.xavier@broadcom.com (mailing list archive)
Headers show
Series RDMA/bnxt_re: Stats update | expand

Message

Selvin Xavier July 26, 2023, 2:51 p.m. UTC
This series adds some of the missing hw statistics. Also, adds
some debug stats maintained by the driver.

Please review an apply.

Thanks,
Selvin

Chandramohan Akula (4):
  bnxt_re: Reorganize the resource stats
  bnxt_re: Update the hw counters for resource stats
  bnxt_re: Expose the missing hw counters
  bnxt_re: Update the debug counters for doorbell pacing

 drivers/infiniband/hw/bnxt_re/bnxt_re.h     |  7 ---
 drivers/infiniband/hw/bnxt_re/hw_counters.c | 84 +++++++++++++++++++++++++----
 drivers/infiniband/hw/bnxt_re/hw_counters.h | 55 +++++++++++++++++++
 drivers/infiniband/hw/bnxt_re/ib_verbs.c    | 77 +++++++++++++++++++-------
 drivers/infiniband/hw/bnxt_re/main.c        | 17 +++---
 drivers/infiniband/hw/bnxt_re/qplib_sp.c    |  7 +++
 6 files changed, 203 insertions(+), 44 deletions(-)

Comments

Leon Romanovsky July 30, 2023, 11:37 a.m. UTC | #1
On Wed, 26 Jul 2023 07:51:17 -0700, Selvin Xavier wrote:
> This series adds some of the missing hw statistics. Also, adds
> some debug stats maintained by the driver.
> 
> Please review an apply.
> 
> Thanks,
> Selvin
> 
> [...]

Applied, thanks!

[1/4] bnxt_re: Reorganize the resource stats
      https://git.kernel.org/rdma/rdma/c/063975feedb143
[2/4] bnxt_re: Update the hw counters for resource stats
      https://git.kernel.org/rdma/rdma/c/cb95709e0dca7a
[3/4] bnxt_re: Expose the missing hw counters
      https://git.kernel.org/rdma/rdma/c/4405baf85a83ed
[4/4] bnxt_re: Update the debug counters for doorbell pacing
      https://git.kernel.org/rdma/rdma/c/8b6573ff3420a2

Best regards,