netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v2 0/8] qlcnic: Bug fixes.
@ 2013-12-16 20:36 Himanshu Madhani
  2013-12-16 20:36 ` [PATCH net v2 1/8] qlcnic: Fix usage of netif_tx_{wake,stop} api during link change Himanshu Madhani
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Himanshu Madhani @ 2013-12-16 20:36 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Himanshu Madhani

From: Himanshu Madhani <himanshu.madhani@qlogic.com>

This series contains bug fixes for mailbox handling and multi Tx queue support
for all supported adapters.

changes from v1 -> v2
o updated patch to fix usage of netif_tx_{wake,stop} api during link change
  as per David Miller's suggestion.
o Dropped patch to use spinklock per tx queue for more work.
o Added reworked patch for memory allocation failures.
o Added patch to allow capturing of dump, when auto recovery is disabled in firmware.
o Added patches for mailbox interrupt handling and debugging data for mailbox failure.

Please apply to net.

Thanks,
Himanshu

Himanshu Madhani (4):
  qlcnic: Fix usage of netif_tx_{wake,stop} api during link change.
  qlcnic: Fix diagnostic test for all adapters.
  qlcnic: Fix TSS/RSS ring validation logic.
  qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.

Manish Chopra (2):
  qlcnic: Fix memory allocation
  qlcnic: Allow firmware dump collection when auto firmware recovery is
    disabled

Manish chopra (2):
  qlcnic: Fix mailbox processing during diagnostic test
  qlcnic: Dump mailbox registers when mailbox command times out.

 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    | 47 +++++++---------
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |  1 +
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  | 65 +++++++++++++---------
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    | 19 +++----
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     | 10 +---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |  2 +-
 6 files changed, 73 insertions(+), 71 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-12-17 21:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 20:36 [PATCH net v2 0/8] qlcnic: Bug fixes Himanshu Madhani
2013-12-16 20:36 ` [PATCH net v2 1/8] qlcnic: Fix usage of netif_tx_{wake,stop} api during link change Himanshu Madhani
2013-12-16 20:36 ` [PATCH net v2 2/8] qlcnic: Fix diagnostic test for all adapters Himanshu Madhani
2013-12-16 20:36 ` [PATCH net v2 3/8] qlcnic: Fix TSS/RSS ring validation logic Himanshu Madhani
2013-12-16 20:36 ` [PATCH net v2 4/8] qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter Himanshu Madhani
2013-12-16 20:37 ` [PATCH net v2 5/8] qlcnic: Fix memory allocation Himanshu Madhani
2013-12-16 20:37 ` [PATCH net v2 6/8] qlcnic: Allow firmware dump collection when auto firmware recovery is disabled Himanshu Madhani
2013-12-16 20:37 ` [PATCH net v2 7/8] qlcnic: Fix mailbox processing during diagnostic test Himanshu Madhani
2013-12-16 20:37 ` [PATCH net v2 8/8] qlcnic: Dump mailbox registers when mailbox command times out Himanshu Madhani
2013-12-17 21:25 ` [PATCH net v2 0/8] qlcnic: Bug fixes David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).