]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bnxt_en-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:48:28 +0000 (14:48 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:48:28 +0000 (14:48 -0400)
commit8bc7186baffb028c58abfaa4f32b393164499171
treee41c847ec1c2f797403d296ae53adbf44dd9d0ca
parent92ffd96663688d1ffc13f08cfc24d4b4762d831c
parent7ef281d2364465e10a181f24ffd01356f0972ac7
Merge branch 'bnxt_en-fixes'

Michael Chan says:

====================
bnxt_en: Error handling and netpoll fixes.

Add missing error handling and fix netpoll handling.  The current code
handles RX and TX events in netpoll mode and is causing lots of warnings
and errors in the RX code path in netpoll mode.  The fix is to only handle
TX events in netpoll mode.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>