Linux RDMA and InfiniBand development
 help / color / mirror / Atom feed
* [PATCH for-next 0/4] RDMA/bnxt_re: Debug enhancements for bnxt_re driver
@ 2024-10-22 10:11 Selvin Xavier
  2024-10-22 10:11 ` [PATCH for-next 1/4] RDMA/bnxt_re: Support driver specific data collection using rdma tool Selvin Xavier
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Selvin Xavier @ 2024-10-22 10:11 UTC (permalink / raw)
  To: leon, jgg
  Cc: linux-rdma, andrew.gospodarek, kalesh-anakkur.purayil,
	kashyap.desai, Selvin Xavier

This series is the first set that enables few debug
options in bnxt_re driver. Implements the basic driver
data collection using the rdma tool. Also, implements
raw data query option to get some of the Hardware specific
information for analysis. Added a debugfs folder for bnxt_re
corresponding to each PCI device to display some of the
driver specific information. This will be enhanced in future
series.

Please review and apply.

Thanks,
Selvin Xavier


Kalesh AP (1):
  RDMA/bnxt_re: Add debugfs hook in the driver

Kashyap Desai (3):
  RDMA/bnxt_re: Support driver specific data collection using rdma tool
  RDMA/bnxt_re: Add support for querying HW contexts
  RDMA/bnxt_re: Support raw data query for each resources

 drivers/infiniband/hw/bnxt_re/Makefile     |   3 +-
 drivers/infiniband/hw/bnxt_re/bnxt_re.h    |  21 +++
 drivers/infiniband/hw/bnxt_re/debugfs.c    | 141 +++++++++++++++
 drivers/infiniband/hw/bnxt_re/debugfs.h    |  21 +++
 drivers/infiniband/hw/bnxt_re/ib_verbs.c   |   4 +
 drivers/infiniband/hw/bnxt_re/ib_verbs.h   |   1 +
 drivers/infiniband/hw/bnxt_re/main.c       | 279 ++++++++++++++++++++++++++++-
 drivers/infiniband/hw/bnxt_re/qplib_rcfw.h |   2 +
 drivers/infiniband/hw/bnxt_re/qplib_sp.c   |  35 ++++
 drivers/infiniband/hw/bnxt_re/qplib_sp.h   |   2 +
 drivers/infiniband/hw/bnxt_re/roce_hsi.h   |  40 +++++
 11 files changed, 547 insertions(+), 2 deletions(-)
 create mode 100644 drivers/infiniband/hw/bnxt_re/debugfs.c
 create mode 100644 drivers/infiniband/hw/bnxt_re/debugfs.h

-- 
2.5.5


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-10-30 13:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-22 10:11 [PATCH for-next 0/4] RDMA/bnxt_re: Debug enhancements for bnxt_re driver Selvin Xavier
2024-10-22 10:11 ` [PATCH for-next 1/4] RDMA/bnxt_re: Support driver specific data collection using rdma tool Selvin Xavier
2024-10-29 14:03   ` Leon Romanovsky
2024-10-30  8:29     ` Selvin Xavier
2024-10-30 13:43       ` Leon Romanovsky
2024-10-22 10:11 ` [PATCH for-next 2/4] RDMA/bnxt_re: Add support for querying HW contexts Selvin Xavier
2024-10-22 10:11 ` [PATCH for-next 3/4] RDMA/bnxt_re: Support raw data query for each resources Selvin Xavier
2024-10-22 10:11 ` [PATCH for-next 4/4] RDMA/bnxt_re: Add debugfs hook in the driver Selvin Xavier
2024-10-30 10:10   ` Junxian Huang
2024-10-30 13:43     ` Leon Romanovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox