All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Bolotin <dbolotin@marvell.com>
To: <davem@davemloft.net>, <netdev@vger.kernel.org>
Cc: <aelior@marvell.com>, <mkalderon@marvell.com>,
	Denis Bolotin <dbolotin@marvell.com>
Subject: [PATCH net 0/4] qed: Fix the Doorbell Overflow Recovery mechanism
Date: Sun, 14 Apr 2019 17:23:04 +0300	[thread overview]
Message-ID: <20190414142308.30946-1-dbolotin@marvell.com> (raw)

Hi Dave,

This patch series fixes and improves the doorbell recovery mechanism.
The main goals of this series are to fix missing attentions from the
doorbells block (DORQ) or not handling them properly, and execute the
recovery from periodic handler instead of the attention handler.

Please consider applying the series to net.

Thanks,
Denis

Denis Bolotin (4):
  qed: Delete redundant doorbell recovery types
  qed: Fix the doorbell address sanity check
  qed: Fix missing DORQ attentions
  qed: Fix the DORQ's attentions handling

 drivers/net/ethernet/qlogic/qed/qed.h      |  7 ++-
 drivers/net/ethernet/qlogic/qed/qed_dev.c  | 85 ++++++++++++------------------
 drivers/net/ethernet/qlogic/qed/qed_int.c  | 83 ++++++++++++++++++++++-------
 drivers/net/ethernet/qlogic/qed/qed_int.h  |  4 +-
 drivers/net/ethernet/qlogic/qed/qed_main.c |  2 +-
 5 files changed, 105 insertions(+), 76 deletions(-)

-- 
1.8.3.1


             reply	other threads:[~2019-04-14 15:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-14 14:23 Denis Bolotin [this message]
2019-04-14 14:23 ` [PATCH net 1/4] qed: Delete redundant doorbell recovery types Denis Bolotin
2019-04-14 14:23 ` [PATCH net 2/4] qed: Fix the doorbell address sanity check Denis Bolotin
2019-04-14 14:23 ` [PATCH net 3/4] qed: Fix missing DORQ attentions Denis Bolotin
2019-04-14 14:23 ` [PATCH net 4/4] qed: Fix the DORQ's attentions handling Denis Bolotin
2019-04-14 21:03 ` [PATCH net 0/4] qed: Fix the Doorbell Overflow Recovery mechanism 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=20190414142308.30946-1-dbolotin@marvell.com \
    --to=dbolotin@marvell.com \
    --cc=aelior@marvell.com \
    --cc=davem@davemloft.net \
    --cc=mkalderon@marvell.com \
    --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.