Re: [PATCH net 0/2] bnxt_en: Error handling and netpoll fixes.

2017-06-23 Thread David Miller
From: Michael Chan Date: Fri, 23 Jun 2017 14:00:59 -0400 > 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

[PATCH net 0/2] bnxt_en: Error handling and netpoll fixes.

2017-06-23 Thread Michael Chan
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. Michael Chan (2): bnxt_en: Add missing logic to ha