All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4] qed: Fix the Doorbell Overflow Recovery mechanism
@ 2019-04-14 14:23 Denis Bolotin
  2019-04-14 14:23 ` [PATCH net 1/4] qed: Delete redundant doorbell recovery types Denis Bolotin
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Denis Bolotin @ 2019-04-14 14:23 UTC (permalink / raw)
  To: davem, netdev; +Cc: aelior, mkalderon, Denis Bolotin

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


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

end of thread, other threads:[~2019-04-14 21:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-14 14:23 [PATCH net 0/4] qed: Fix the Doorbell Overflow Recovery mechanism Denis Bolotin
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

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.