Re: [PATCH net 0/4] bnxt_en: Bug fix and add tx timeout recovery.

2015-12-08 Thread David Miller
From: Michael Chan Date: Tue, 8 Dec 2015 19:18:38 -0500 > Fix a bitmap declaration bug and add missing tx timeout recovery. Patch #4 has whitespace errors, the indentation before the call to bnxt_reset_task(bp); has a space before a TAB. -- To unsubscribe from this list: send the line "unsubscri

[PATCH net 0/4] bnxt_en: Bug fix and add tx timeout recovery.

2015-12-08 Thread Michael Chan
Fix a bitmap declaration bug and add missing tx timeout recovery. Michael Chan (4): bnxt_en: Fix bitmap declaration to work on 32-bit arches. bnxt_en: Change bp->state to bitmap. bnxt_en: Don't cancel sp_task from bnxt_close_nic(). bnxt_en: Implement missing tx timeout reset logic. drive