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 0/6] qlcnic: Bug fixes
Date: Mon, 14 Apr 2014 10:02:17 -0400 [thread overview]
Message-ID: <1397484143-9708-1-git-send-email-shahed.shaikh@qlogic.com> (raw)
From: Shahed Shaikh <shahed.shaikh@qlogic.com>
Hi David,
This patch series contains following bug fixes -
* Send INIT_NIC_FUNC mailbox command as first mailbox
* Fix a panic because of uninitialized delayed_work.
* Fix inconsistent calculation of max rings count.
* Fix PVID configuration issue. Driver needs to clear older
PVID before adding new one.
* Fix QLogic application/driver interface by packing vNIC information
array.
* Fix a crash when user tries to disable SR-IOV while VFs are
still assigned to VMs.
Please apply to net.
Thanks,
Shahed
Jitendra Kalsaria (2):
qlcnic: Fix PVID configuration on eSwitch port.
qlcnic: Fix QLogic application/driver interface for virtual NIC
configuration
Manish Chopra (1):
qlcnic: Do not disable SR-IOV when VFs are assigned to VMs
Shahed Shaikh (1):
qlcnic: Fix max ring count calculation
Sucheta Chakraborty (2):
qlcnic: Fix panic due to uninitialzed delayed_work struct in use.
qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.
.../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c | 21 ++++++++-------
drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c | 3 +--
drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c | 2 --
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 5 ++--
.../net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c | 10 +++++++
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c | 31 ++++++++++++----------
6 files changed, 43 insertions(+), 29 deletions(-)
--
1.8.1.4
next reply other threads:[~2014-04-14 14:39 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-14 14:02 Shahed Shaikh [this message]
2014-04-14 14:02 ` [PATCH net 1/6] qlcnic: Fix panic due to uninitialzed delayed_work struct in use Shahed Shaikh
2014-04-14 14:02 ` [PATCH net 2/6] qlcnic: Fix to send INIT_NIC_FUNC as first mailbox Shahed Shaikh
2014-04-14 14:02 ` [PATCH net 3/6] qlcnic: Fix max ring count calculation Shahed Shaikh
2014-04-14 14:02 ` [PATCH net 4/6] qlcnic: Fix PVID configuration on eSwitch port Shahed Shaikh
2014-04-14 14:02 ` [PATCH net 5/6] qlcnic: Fix QLogic application/driver interface for virtual NIC configuration Shahed Shaikh
2014-04-14 14:02 ` [PATCH net 6/6] qlcnic: Do not disable SR-IOV when VFs are assigned to VMs Shahed Shaikh
2014-04-14 17:44 ` [PATCH net 0/6] 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=1397484143-9708-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).