netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net-next 0/5] Add support to dump some hw debug info
@ 2015-02-06 14:02 Hariprasad Shenai
  2015-02-06 14:02 ` [PATCHv2 net-next 1/5] cxgb4: Add support in debugfs to display sensor information Hariprasad Shenai
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Hariprasad Shenai @ 2015-02-06 14:02 UTC (permalink / raw)
  To: netdev; +Cc: davem, leedom, anish, nirranjan, kumaras, Hariprasad Shenai

Hi,

This patch series adds support to dump sensor info, dump Transport Processor
event trace, dump Upper Layer Protocol RX module command trace, dump mailbox
contents and dump Transport Processor congestion control configuration. 

Will send a separate patch series for all the hw stats patches, by moving them
to ethtool.

The patches series is created against 'net-next' tree.
And includes patches on cxgb4 driver.

We have included all the maintainers of respective drivers. Kindly review the
change and let us know in case of any review comments.

Thanks 

V2: Dopped all hw stats related patches. Added a new patch which adds support to
dump congestion control table. 

Hariprasad Shenai (5):
  cxgb4: Add support in debugfs to display sensor information
  cxgb4: Added support in debugfs to display TP logic analyzer output
  cxgb4: Add support for ULP RX logic analyzer output in debugfs
  cxgb4: Add support to dump mailbox content in debugfs
  cxgb4: Add support in debugfs to dump the congestion control table

 drivers/net/ethernet/chelsio/cxgb4/cxgb4.h         |    5 +
 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c |  433 ++++++++++++++++++++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.c         |   83 ++++
 drivers/net/ethernet/chelsio/cxgb4/t4_hw.h         |    2 +
 drivers/net/ethernet/chelsio/cxgb4/t4_regs.h       |   30 ++
 drivers/net/ethernet/chelsio/cxgb4/t4_values.h     |    5 +
 drivers/net/ethernet/chelsio/cxgb4/t4fw_api.h      |    6 +
 7 files changed, 564 insertions(+), 0 deletions(-)

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

end of thread, other threads:[~2015-02-08  6:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 14:02 [PATCHv2 net-next 0/5] Add support to dump some hw debug info Hariprasad Shenai
2015-02-06 14:02 ` [PATCHv2 net-next 1/5] cxgb4: Add support in debugfs to display sensor information Hariprasad Shenai
2015-02-06 14:02 ` [PATCHv2 net-next 2/5] cxgb4: Added support in debugfs to display TP logic analyzer output Hariprasad Shenai
2015-02-06 14:02 ` [PATCHv2 net-next 3/5] cxgb4: Add support for ULP RX logic analyzer output in debugfs Hariprasad Shenai
2015-02-06 14:02 ` [PATCHv2 net-next 4/5] cxgb4: Add support to dump mailbox content " Hariprasad Shenai
2015-02-06 14:02 ` [PATCHv2 net-next 5/5] cxgb4: Add support in debugfs to dump the congestion control table Hariprasad Shenai
2015-02-08  6:54 ` [PATCHv2 net-next 0/5] Add support to dump some hw debug info 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).