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-next v2 0/5]qlcnic: Multiple Tx queue support and code refactoring
Date: Mon, 4 Nov 2013 13:31:28 -0500 [thread overview]
Message-ID: <cover.1383612975.git.himanshu.madhani@qlogic.com> (raw)
From: Himanshu Madhani <himanshu.madhani@qlogic.com>
This Patch series contains following changes
o Refactored code to calculate, validate and assign Tx/SDS rings for various modes of driver.
o Enhanced ethtool statistics for multi Tx queue on all supported adapters.
o Enable multiple Tx queue for 83xx and 84xx Series adapters.
o Register netdev for failed device state.
changes from v1 -> v2
o Dropped patch to replace inappropriate usage of kzalloc() with vzalloc().
Please apply to net-next.
Thanks,
Himanshu
Himanshu Madhani (4):
qlcnic: Enhance ethtool Statistics for Multiple Tx queue.
qlcnic: refactor Tx/SDS ring calculation and validation in driver.
qlcnic: Enable multiple Tx queue support for 83xx/84xx Series
adapters.
qlcnic: update version to 5.3.52
Sucheta Chakraborty (1):
qlcnic: Register netdev in FAILED state for 83xx/84xx
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 84 +++--
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 105 +++---
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 13 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 58 ++-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 20 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c | 216 ++++++++----
drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h | 8 +-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c | 2 +-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 65 ++--
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 389 +++++++++++----------
.../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 6 +-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 12 +-
12 files changed, 569 insertions(+), 409 deletions(-)
--
1.8.1.4
next reply other threads:[~2013-11-04 19:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-04 18:31 Himanshu Madhani [this message]
2013-11-04 18:31 ` [PATCH net-next v2 1/5] qlcnic: Register netdev in FAILED state for 83xx/84xx Himanshu Madhani
2013-11-04 18:31 ` [PATCH net-next v2 2/5] qlcnic: Enhance ethtool Statistics for Multiple Tx queue Himanshu Madhani
2013-11-04 18:31 ` [PATCH net-next v2 3/5] qlcnic: refactor Tx/SDS ring calculation and validation in driver Himanshu Madhani
2013-11-04 18:31 ` [PATCH net-next v2 4/5] qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters Himanshu Madhani
2013-11-04 18:31 ` [PATCH net-next v2 5/5] qlcnic: update version to 5.3.52 Himanshu Madhani
2013-11-04 20:34 ` [PATCH net-next v2 0/5]qlcnic: Multiple Tx queue support and code refactoring 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.1383612975.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).