netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] qlcnic fixes
@ 2016-03-08  7:39 Rajesh Borundia
  2016-03-08  7:39 ` [PATCH net v2 1/2] qlcnic: Remove unnecessary usage of atomic_t Rajesh Borundia
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Rajesh Borundia @ 2016-03-08  7:39 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-HSGLinuxNICDev

Hi Dave,

This series adds following fixes.

o While processing mailbox if driver gets a spurious mailbox
  interrupt it leads into premature completion of a next
  mailbox request. Added a guard against this by checking current
  state of mailbox and ignored spurious interrupt.
  Added a stats counter to record this condition.

v2:

o Added patch that removes usage of atomic_t as we are not implemeting
  atomicity by using atomic_t value.

Please apply these fixes to net.

Thanks,
Rajesh

Rajesh Borundia (2):
  qlcnic: Remove unnecessary usage of atomic_t
  qlcnic: Fix mailbox completion handling during spurious interrupt

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |  3 ++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    | 24 ++++++++++++++--------
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    |  3 ++-
 3 files changed, 19 insertions(+), 11 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-03-11 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08  7:39 [PATCH net v2 0/2] qlcnic fixes Rajesh Borundia
2016-03-08  7:39 ` [PATCH net v2 1/2] qlcnic: Remove unnecessary usage of atomic_t Rajesh Borundia
2016-03-08  7:39 ` [PATCH net v2 2/2] qlcnic: Fix mailbox completion handling during spurious interrupt Rajesh Borundia
2016-03-10 21:16 ` [PATCH net v2 0/2] qlcnic fixes David Miller
2016-03-11  6:40   ` Rajesh Borundia
2016-03-11 16:41     ` David Miller

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).