]> 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)
commit3808f8b96479ee0d85dbc55f823274f66e6cfd90
treee41c847ec1c2f797403d296ae53adbf44dd9d0ca
parenta1579038cb257471c2c95ee5a5b2de7501b27c1d
parentded5af4d9379e54e6f7af7bd2f6a1110cc6ba8bb
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>