From: Shahed Shaikh <shahed.shaikh@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept-HSGLinuxNICDev@qlogic.com>,
Shahed Shaikh <shahed.shaikh@qlogic.com>
Subject: [PATCH net v2 0/4] qlcnic: Bug fixes
Date: Mon, 24 Feb 2014 08:54:45 -0500 [thread overview]
Message-ID: <1393250089-31104-1-git-send-email-shahed.shaikh@qlogic.com> (raw)
From: Shahed Shaikh <shahed.shaikh@qlogic.com>
Hi David,
This patch series includes following bug fixes,
* Fix for return value handling of function qlcnic_enable_msi_legacy().
* Fix for the usage of module parameters for interrupt mode.
Driver should use flags while checking for driver's interrupt mode instead of
module parameters.
* Revert commit 1414abea04 (qlcnic: Restrict VF from configuring any VLAN mode),
in order to save some multicast filters.
* Fix a bug where driver was not re-setting sds ring count to 1 when
it falls back from MSI-x mode to legacy interrupt mode.
Please apply to net.
Change in v2 -
Dropped patch "qlcnic: reset firmware API lock during driver load" for further rework.
Thanks,
Shahed
Rajesh Borundia (1):
qlcnic: Fix number of rings when we fall back from msix to legacy.
Shahed Shaikh (2):
qlcnic: Fix function return error check
qlcnic: Fix usage of use_msi and use_msi_x module parameters
Sucheta Chakraborty (1):
qlcnic: Allow any VLAN to be configured from VF.
drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 1 +
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 5 +++--
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c | 9 ---------
3 files changed, 4 insertions(+), 11 deletions(-)
--
1.8.1.4
next reply other threads:[~2014-02-24 14:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-24 13:54 Shahed Shaikh [this message]
2014-02-24 13:54 ` [PATCH net v2 1/4] qlcnic: Fix function return error check Shahed Shaikh
2014-02-24 13:54 ` [PATCH net v2 2/4] qlcnic: Fix usage of use_msi and use_msi_x module parameters Shahed Shaikh
2014-02-24 13:54 ` [PATCH net v2 3/4] qlcnic: Allow any VLAN to be configured from VF Shahed Shaikh
2014-02-24 13:54 ` [PATCH net v2 4/4] qlcnic: Fix number of rings when we fall back from msix to legacy Shahed Shaikh
2014-02-25 23:33 ` [PATCH net v2 0/4] qlcnic: Bug fixes 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=1393250089-31104-1-git-send-email-shahed.shaikh@qlogic.com \
--to=shahed.shaikh@qlogic.com \
--cc=Dept-HSGLinuxNICDev@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).