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 00/10] qlcnic: fixes and ethtool enhancements.
Date: Fri, 4 Oct 2013 14:30:47 -0400 [thread overview]
Message-ID: <cover.1380937706.git.himanshu.madhani@qlogic.com> (raw)
From: Himanshu Madhani <himanshu.madhani@qlogic.com>
This patch series contains
o patch to fix regression introduced by commit
aa4a1f7df7cbb98797c9f4edfde3c726e2b3841f.
o updates to ethtool for pause settings and enhance
register dump to display mask and ring indices.
o cleanup in DCB code and remove redundant eSwitch enablement command.
o fixed firmware dump collection logic to skip unknown entries.
o fix to register device if adapter is in FAILED state.
Please apply to net-next.
Thanks,
Himanshu
Himanshu Madhani (2):
qlcnic: Validate Tx queue only for 82xx adapters.
qlcnic: update version to 5.3.51
Jitendra Kalsaria (1):
qlcnic: Update ethtool standard pause settings.
Pratik Pujar (2):
qlcnic: Enhance ethtool to display ring indices and interrupt mask
qlcnic: Firmware dump collection when auto recovery is disabled.
Shahed Shaikh (1):
qlcnic: Skip unknown entry type while collecting firmware dump
Sony Chacko (1):
qlcnic: Remove redundant eSwitch enable commands
Sucheta Chakraborty (3):
qlcnic: Print informational messages only once during driver load.
qlcnic: dcb code cleanup and refactoring.
qlcnic: Register netdev in FAILED state for 83xx/84xx
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h | 102 +-----------
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 72 ++++----
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h | 5 +-
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 36 ++--
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c | 48 +++---
drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c | 182 ++++++++++-----------
drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h | 109 ++++++++++--
.../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c | 69 +++++---
drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 2 +-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 90 +++++-----
.../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 41 +++--
.../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 9 +-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 8 +-
13 files changed, 417 insertions(+), 356 deletions(-)
--
1.8.1.4
next reply other threads:[~2013-10-04 19:01 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-04 18:30 Himanshu Madhani [this message]
2013-10-04 18:30 ` [PATCH net-next 01/10] qlcnic: Print informational messages only once during driver load Himanshu Madhani
2013-10-04 21:29 ` Stephen Hemminger
2013-10-10 12:41 ` Sucheta Chakraborty
2013-10-04 18:30 ` [PATCH net-next 02/10] qlcnic: Enhance ethtool to display ring indices and interrupt mask Himanshu Madhani
2013-10-04 20:37 ` Ben Hutchings
2013-10-04 22:21 ` Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 03/10] qlcnic: Firmware dump collection when auto recovery is disabled Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 04/10] qlcnic: Update ethtool standard pause settings Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 05/10] qlcnic: Remove redundant eSwitch enable commands Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 06/10] qlcnic: dcb code cleanup and refactoring Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 07/10] qlcnic: Validate Tx queue only for 82xx adapters Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 08/10] qlcnic: Skip unknown entry type while collecting firmware dump Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 09/10] qlcnic: Register netdev in FAILED state for 83xx/84xx Himanshu Madhani
2013-10-04 18:30 ` [PATCH net-next 10/10] qlcnic: update version to 5.3.51 Himanshu Madhani
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.1380937706.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).