netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/6] cxgb4: collect hardware logs via ethtool
@ 2017-12-08  4:18 Rahul Lakkireddy
  2017-12-08  4:18 ` [PATCH net-next v2 1/6] cxgb4: collect on-chip memory information Rahul Lakkireddy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Rahul Lakkireddy @ 2017-12-08  4:18 UTC (permalink / raw)
  To: netdev; +Cc: davem, ganeshgr, nirranjan, indranil, Rahul Lakkireddy

Collect more hardware logs via ethtool --get-dump facility.

Patch 1 collects on-chip memory layout information.

Patch 2 collects on-chip MC memory dumps.

Patch 3 collects HMA memory dump.

Patch 4 evaluates and skips TX and RX payload regions in memory dumps.

Patch 5 collects egress and ingress SGE queue contexts.

Patch 6 collects PCIe configuration logs

Thanks,
Rahul

---
v2:
- Fix uninitialized variable "size" build warning in Patch 1.

Rahul Lakkireddy (6):
  cxgb4: collect on-chip memory information
  cxgb4: collect MC memory dump
  cxgb4: collect HMA memory dump
  cxgb4: skip TX and RX payload regions in memory dumps
  cxgb4: collect egress and ingress SGE queue contexts
  cxgb4: collect PCIe configuration logs

 drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h  |  76 +-
 drivers/net/ethernet/chelsio/cxgb4/cudbg_if.h      |   5 +
 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.c     | 822 +++++++++++++++++++--
 drivers/net/ethernet/chelsio/cxgb4/cudbg_lib.h     |  18 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |   5 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.c   |  39 +-
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg.h   |   1 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 278 +------
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c    |   2 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |  14 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |   4 +-
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |   4 +
 12 files changed, 944 insertions(+), 324 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2017-12-08 19:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-08  4:18 [PATCH net-next v2 0/6] cxgb4: collect hardware logs via ethtool Rahul Lakkireddy
2017-12-08  4:18 ` [PATCH net-next v2 1/6] cxgb4: collect on-chip memory information Rahul Lakkireddy
2017-12-08  4:18 ` [PATCH net-next v2 2/6] cxgb4: collect MC memory dump Rahul Lakkireddy
2017-12-08  4:18 ` [PATCH net-next v2 3/6] cxgb4: collect HMA " Rahul Lakkireddy
2017-12-08  4:18 ` [PATCH net-next v2 4/6] cxgb4: skip TX and RX payload regions in memory dumps Rahul Lakkireddy
2017-12-08  4:18 ` [PATCH net-next v2 5/6] cxgb4: collect egress and ingress SGE queue contexts Rahul Lakkireddy
2017-12-08  4:18 ` [PATCH net-next v2 6/6] cxgb4: collect PCIe configuration logs Rahul Lakkireddy
2017-12-08 19:34 ` [PATCH net-next v2 0/6] cxgb4: collect hardware logs via ethtool David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).