netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, ganeshgr@chelsio.com, nirranjan@chelsio.com,
	indranil@chelsio.com,
	Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Subject: [PATCH net-next 0/6] cxgb4: collect hardware logs via ethtool
Date: Thu,  7 Dec 2017 14:33:36 +0530	[thread overview]
Message-ID: <cover.1512636113.git.rahul.lakkireddy@chelsio.com> (raw)

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

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

             reply	other threads:[~2017-12-07  9:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-07  9:03 Rahul Lakkireddy [this message]
2017-12-07  9:03 ` [PATCH net-next 1/6] cxgb4: collect on-chip memory information Rahul Lakkireddy
2017-12-07  9:03 ` [PATCH net-next 2/6] cxgb4: collect MC memory dump Rahul Lakkireddy
2017-12-07  9:03 ` [PATCH net-next 3/6] cxgb4: collect HMA " Rahul Lakkireddy
2017-12-07  9:03 ` [PATCH net-next 4/6] cxgb4: skip TX and RX payload regions in memory dumps Rahul Lakkireddy
2017-12-07  9:03 ` [PATCH net-next 5/6] cxgb4: collect egress and ingress SGE queue contexts Rahul Lakkireddy
2017-12-07  9:03 ` [PATCH net-next 6/6] cxgb4: collect PCIe configuration logs Rahul Lakkireddy
2017-12-07 19:56 ` [PATCH net-next 0/6] cxgb4: collect hardware logs via ethtool David Miller
2017-12-07 19:57   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1512636113.git.rahul.lakkireddy@chelsio.com \
    --to=rahul.lakkireddy@chelsio.com \
    --cc=davem@davemloft.net \
    --cc=ganeshgr@chelsio.com \
    --cc=indranil@chelsio.com \
    --cc=netdev@vger.kernel.org \
    --cc=nirranjan@chelsio.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).