All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomer Tayar <Tomer.Tayar@qlogic.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <Yuval.Mintz@qlogic.com>, Tomer Tayar <Tomer.Tayar@qlogic.com>
Subject: [PATCH net-next 0/3] qed*: Debug data collection
Date: Mon, 5 Sep 2016 14:35:09 +0300	[thread overview]
Message-ID: <1473075312-19075-1-git-send-email-Tomer.Tayar@qlogic.com> (raw)

This patch series adds the support of debug data collection in the qed driver,
and the means to extract it in the qede driver via the get_regs operation.

Hi Dave,

Please consider applying this to 'net-next'.

Thanks,
Tomer

Tomer Tayar (3):
  qed: Add infrastructure for debug data collection
  qed: Add support for debug data collection
  qed*: Add support for the ethtool get_regs operation

 drivers/net/ethernet/qlogic/qed/Makefile        |    2 +-
 drivers/net/ethernet/qlogic/qed/qed.h           |   20 +
 drivers/net/ethernet/qlogic/qed/qed_debug.c     | 6898 +++++++++++++++++++++++
 drivers/net/ethernet/qlogic/qed/qed_debug.h     |   54 +
 drivers/net/ethernet/qlogic/qed/qed_hsi.h       | 1059 +++-
 drivers/net/ethernet/qlogic/qed/qed_main.c      |    6 +
 drivers/net/ethernet/qlogic/qed/qed_mcp.c       |   76 +
 drivers/net/ethernet/qlogic/qed/qed_mcp.h       |   46 +
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h  |  900 +++
 drivers/net/ethernet/qlogic/qede/qede_ethtool.c |   24 +
 include/linux/qed/common_hsi.h                  |    3 +
 include/linux/qed/qed_if.h                      |    4 +
 12 files changed, 9080 insertions(+), 12 deletions(-)
 create mode 100644 drivers/net/ethernet/qlogic/qed/qed_debug.c
 create mode 100644 drivers/net/ethernet/qlogic/qed/qed_debug.h

-- 
1.8.3.1

             reply	other threads:[~2016-09-05 11:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 11:35 Tomer Tayar [this message]
2016-09-05 11:35 ` [PATCH net-next 1/3] qed: Add infrastructure for debug data collection Tomer Tayar
2016-09-05 11:35 ` [PATCH net-next 2/3] qed: Add support " Tomer Tayar
2016-09-05 11:35 ` [PATCH net-next 3/3] qed*: Add support for the ethtool get_regs operation Tomer Tayar
2016-09-06 21:24 ` [PATCH net-next 0/3] qed*: Debug data collection 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=1473075312-19075-1-git-send-email-Tomer.Tayar@qlogic.com \
    --to=tomer.tayar@qlogic.com \
    --cc=Yuval.Mintz@qlogic.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.