netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yuval Mintz <Yuval.Mintz@qlogic.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: Yuval Mintz <Yuval.Mintz@qlogic.com>
Subject: [PATCH net-next 0/4] qed: Attention support patch series
Date: Sun, 28 Feb 2016 12:26:51 +0200	[thread overview]
Message-ID: <1456655215-16345-1-git-send-email-Yuval.Mintz@qlogic.com> (raw)

Until now we've only enabled attention generation for the sake of
management firmware indications [required for link notifications].

This series enables [almost] all the attention sources of the HW,
currently for the sake of logging information relating to issues
experienced by HW. In future, infrastructure laid here would also be used
for the sake of the recovery process.

The first patch in the series is a semantic alignemnt of the code.
The later 3 patches incremently create said infrastructure and enrich
the logged information.
Notice #3 contains quite a bit of structures [consisting of ~1K lines]
that will eventually be removed and incorporated in the binary fw file.

Dave,

Please consider applying this series to `net-next'.

Thanks,
Yuval

Yuval Mintz (4):
  qed: Semantic refactoring of interrupt code
  qed: Add support for HW attentions
  qed: Print HW attention reasons
  qed: Print additional HW attention info

 drivers/net/ethernet/qlogic/qed/qed_dev.c      |    6 +-
 drivers/net/ethernet/qlogic/qed/qed_int.c      | 2195 ++++++++++++++++++++++--
 drivers/net/ethernet/qlogic/qed/qed_int.h      |    6 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c     |   15 +-
 drivers/net/ethernet/qlogic/qed/qed_reg_addr.h |   60 +
 include/linux/qed/qed_if.h                     |    6 +
 6 files changed, 2171 insertions(+), 117 deletions(-)

-- 
1.9.3

             reply	other threads:[~2016-02-28 10:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-28 10:26 Yuval Mintz [this message]
2016-02-28 10:26 ` [PATCH net-next 1/4] qed: Semantic refactoring of interrupt code Yuval Mintz
2016-02-28 10:26 ` [PATCH net-next 2/4] qed: Add support for HW attentions Yuval Mintz
2016-02-28 10:26 ` [PATCH net-next 3/4] qed: Print HW attention reasons Yuval Mintz
2016-02-28 10:26 ` [PATCH net-next 4/4] qed: Print additional HW attention info Yuval Mintz
2016-03-01 22:40 ` [PATCH net-next 0/4] qed: Attention support patch series 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=1456655215-16345-1-git-send-email-Yuval.Mintz@qlogic.com \
    --to=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 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).