netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gavin Shan <gwshan@linux.vnet.ibm.com>
To: Gavin Shan <gwshan@linux.vnet.ibm.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net
Subject: Re: [PATCH net-next 0/8] net/ncsi: Add debugging functionality
Date: Thu, 13 Apr 2017 17:57:00 +1000	[thread overview]
Message-ID: <20170413075700.GA21810@gwshan> (raw)
In-Reply-To: <1492051600-26706-1-git-send-email-gwshan@linux.vnet.ibm.com>

On Thu, Apr 13, 2017 at 12:46:32PM +1000, Gavin Shan wrote:
>This series supports NCSI debugging infrastructure by adding several
>procfs 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 procfs
>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.
>

An updated series (v2) was posted, to replace procfs with debugfs
according to Joe's comment on PATCH[5/8]. Please review v2 if possible.

Cheers,
Gavin

>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    |  68 ++++
> net/ncsi/ncsi-aen.c    |  15 +-
> net/ncsi/ncsi-cmd.c    |  23 +-
> net/ncsi/ncsi-debug.c  | 961 +++++++++++++++++++++++++++++++++++++++++++++++++
> net/ncsi/ncsi-manage.c |  63 +++-
> net/ncsi/ncsi-rsp.c    |  37 +-
> 8 files changed, 1165 insertions(+), 12 deletions(-)
> create mode 100644 net/ncsi/ncsi-debug.c
>
>-- 
>2.7.4
>

      parent reply	other threads:[~2017-04-13  7:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13  2:46 [PATCH net-next 0/8] net/ncsi: Add debugging functionality Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 1/8] net/ncsi: Disable HWA mode when no channels are found Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 2/8] net/ncsi: Properly track channel monitor timer state Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 3/8] net/ncsi: Enforce failover on link monitor timeout Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 4/8] net/ncsi: Add debugging infrastructurre Gavin Shan
2017-04-13  4:28   ` Joe Perches
2017-04-13  5:11     ` Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 5/8] net/ncsi: Dump NCSI packet statistics Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 6/8] net/ncsi: Support NCSI packet generation Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 7/8] net/ncsi: No error report on DP response to non-existing package Gavin Shan
2017-04-13  2:46 ` [PATCH net-next 8/8] net/ncsi: Fix length of GVI response packet Gavin Shan
2017-04-13  7:57 ` Gavin Shan [this message]

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=20170413075700.GA21810@gwshan \
    --to=gwshan@linux.vnet.ibm.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /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).