netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Himanshu Madhani <himanshu.madhani@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept_NX_Linux_NIC_Driver@qlogic.com>,
	Himanshu Madhani <himanshu.madhani@qlogic.com>
Subject: [PATCH net v2 0/8] qlcnic: Bug fixes.
Date: Mon, 16 Dec 2013 15:36:55 -0500	[thread overview]
Message-ID: <cover.1387256276.git.himanshu.madhani@qlogic.com> (raw)

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

             reply	other threads:[~2013-12-16 21:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-16 20:36 Himanshu Madhani [this message]
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
  -- strict thread matches above, loose matches on Subject: below --
2013-05-09 19:25 Shahed Shaikh
2013-05-11 23:01 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1387256276.git.himanshu.madhani@qlogic.com \
    --to=himanshu.madhani@qlogic.com \
    --cc=Dept_NX_Linux_NIC_Driver@qlogic.com \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).