Merge branch 'qlcnic-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2016 21:15:54 +0000 (16:15 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2016 21:15:54 +0000 (16:15 -0500)
commite49038d6ee4c4dcd1e5cd6c8f4addaf9768e21e4
tree8a878347b0e4c5bf2eaa4d4f7b0917551868df23
parentb795a213a40f55f52468940f49a11dabb772291d
parent819bfe764dceec2f6b4551768453f374b4c60443
Merge branch 'qlcnic-next'

Rajesh Borundia says:

====================
qlcnic fixes

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

Signed-off-by: David S. Miller <davem@davemloft.net>
This page took 0.024306 seconds and 5 git commands to generate.