All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/4] bnxt_en: Bug fix and add tx timeout recovery.
@ 2015-12-10  0:35 Michael Chan
  2015-12-10  0:35 ` [PATCH net v2 1/4] bnxt_en: Fix bitmap declaration to work on 32-bit arches Michael Chan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michael Chan @ 2015-12-10  0:35 UTC (permalink / raw)
  To: davem; +Cc: netdev

Fix a bitmap declaration bug and add missing tx timeout recovery.

v2: Fixed white space error.  Thanks Dave.

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.

 drivers/net/ethernet/broadcom/bnxt/bnxt.c       | 48 +++++++++++++++++--------
 drivers/net/ethernet/broadcom/bnxt/bnxt.h       |  6 ++--
 drivers/net/ethernet/broadcom/bnxt/bnxt_sriov.c |  2 +-
 3 files changed, 37 insertions(+), 19 deletions(-)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-12-12  4:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10  0:35 [PATCH net v2 0/4] bnxt_en: Bug fix and add tx timeout recovery Michael Chan
2015-12-10  0:35 ` [PATCH net v2 1/4] bnxt_en: Fix bitmap declaration to work on 32-bit arches Michael Chan
2015-12-10  0:35 ` [PATCH net v2 2/4] bnxt_en: Change bp->state to bitmap Michael Chan
2015-12-10  0:35 ` [PATCH net v2 3/4] bnxt_en: Don't cancel sp_task from bnxt_close_nic() Michael Chan
2015-12-10  0:35 ` [PATCH net v2 4/4] bnxt_en: Implement missing tx timeout reset logic Michael Chan
2015-12-12  4:34 ` [PATCH net v2 0/4] bnxt_en: Bug fix and add tx timeout recovery David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.