netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6] qlcnic: Bug fixes
@ 2014-04-14 14:02 Shahed Shaikh
  2014-04-14 14:02 ` [PATCH net 1/6] qlcnic: Fix panic due to uninitialzed delayed_work struct in use Shahed Shaikh
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Shahed Shaikh @ 2014-04-14 14:02 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-HSGLinuxNICDev, Shahed Shaikh

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-04-14 17:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 14:02 [PATCH net 0/6] qlcnic: Bug fixes Shahed Shaikh
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

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).