netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/8] net/ncsi: Add debugging functionality
@ 2017-04-18  6:51 Gavin Shan
  2017-04-18  6:51 ` [PATCH v3 net-next 1/8] net/ncsi: Disable HWA mode when no channels are found Gavin Shan
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Gavin Shan @ 2017-04-18  6:51 UTC (permalink / raw)
  To: netdev; +Cc: joe, kubakici, davem, Gavin Shan

This series supports NCSI debugging infrastructure by adding several
debugfs files. It was inspired by the reported issues: No available
package and channel are probed successfully. Obviously, we don't
have a debugging infrastructure for NCSI stack yet.

The first 3 patches, fixing some issues, aren't relevant to the
subject. I included them because I expect they can be merged beofre
the code for debugging infrastructure. PATCH[4,5,6/8] adds debugfs
directories and files to support the debugging infrastructure for
several purposes: presenting the NCSI topology; statistics on sent
and received NCSI packets; generate NCSI command packet manually.
PATCH[7,8/8] fixes two issues found from the debugging functionality.

Changelog
=========
v3:
   * Use pr_debug() instead of pr_warn() upon failure to create
     debugfs directory or file                                       (Joe Perches)
   * Use relative debugfs path/file names in debug messages in
     ncsi-debug.c                                                    (Joe Perches)
   * Use const specifier for @ncsi_pkt_handlers and @ranges          (Joe Perches)
   * Eliminate CONFIG_NET_NCSI_DEBUG ifdef's in *.c                  (Jakub Kicinski)
v2:
   * Use debugfs instead of procfs                                   (Joe Perches)

Gavin Shan (8):
  net/ncsi: Disable HWA mode when no channels are found
  net/ncsi: Properly track channel monitor timer state
  net/ncsi: Enforce failover on link monitor timeout
  net/ncsi: Add debugging infrastructurre
  net/ncsi: Dump NCSI packet statistics
  net/ncsi: Support NCSI packet generation
  net/ncsi: No error report on DP response to non-existing package
  net/ncsi: Fix length of GVI response packet

 net/ncsi/Kconfig       |   9 +
 net/ncsi/Makefile      |   1 +
 net/ncsi/internal.h    | 105 ++++++
 net/ncsi/ncsi-aen.c    |  13 +-
 net/ncsi/ncsi-cmd.c    |  13 +-
 net/ncsi/ncsi-debug.c  | 992 +++++++++++++++++++++++++++++++++++++++++++++++++
 net/ncsi/ncsi-manage.c |  58 ++-
 net/ncsi/ncsi-rsp.c    |  24 +-
 8 files changed, 1203 insertions(+), 12 deletions(-)
 create mode 100644 net/ncsi/ncsi-debug.c

-- 
2.7.4

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

end of thread, other threads:[~2017-04-21  2:34 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-18  6:51 [PATCH v3 net-next 0/8] net/ncsi: Add debugging functionality Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 1/8] net/ncsi: Disable HWA mode when no channels are found Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 2/8] net/ncsi: Properly track channel monitor timer state Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 3/8] net/ncsi: Enforce failover on link monitor timeout Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 4/8] net/ncsi: Add debugging infrastructurre Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 5/8] net/ncsi: Dump NCSI packet statistics Gavin Shan
2017-04-20 17:21   ` David Miller
2017-04-20 23:38     ` Gavin Shan
2017-04-21  0:26       ` Florian Fainelli
2017-04-21  0:44         ` Gavin Shan
2017-04-21  0:59           ` Florian Fainelli
2017-04-21  1:35             ` Gavin Shan
2017-04-21  1:43               ` Joe Perches
2017-04-21  0:58       ` David Miller
2017-04-21  2:33         ` Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 6/8] net/ncsi: Support NCSI packet generation Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 7/8] net/ncsi: No error report on DP response to non-existing package Gavin Shan
2017-04-18  6:51 ` [PATCH v3 net-next 8/8] net/ncsi: Fix length of GVI response packet Gavin Shan

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).