netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5] qlcnic: Bug fixes.
@ 2013-12-10 17:33 Himanshu Madhani
  2013-12-10 17:33 ` [PATCH net 1/5] qlcnic: Use correct netif api to enable tx queues Himanshu Madhani
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Himanshu Madhani @ 2013-12-10 17:33 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Himanshu Madhani

From: Himanshu Madhani <himanshu.madhani@qlogic.com>

This series contains bug fixes for multi Tx queue implementation for 
all adapters.

Please apply to net.

Thanks,
Himanshu

Himanshu Madhani (4):
  qlcnic: use correct netif api to enable tx queues.
  qlcnic: fix diagnostic test for all supported adapters.
  qlcnic: Fix Tx/SDS ring validation logic.
  qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter.

Shahed Shaikh (1):
  qlcnic: Use spinlock per transmit queue

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h           |  3 ++-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c |  4 ++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c   | 19 ++++++++-----------
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c      |  3 +++
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c        |  6 +++---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c      |  6 ++----
 6 files changed, 20 insertions(+), 21 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH net 0/5] qlcnic: Bug fixes
@ 2014-02-21  6:23 Shahed Shaikh
  0 siblings, 0 replies; 8+ messages in thread
From: Shahed Shaikh @ 2014-02-21  6:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept-HSGLinuxNICDev, Shahed Shaikh

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 paramters 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),
  inorder 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.
* Reset API lock in adapter when adapter does not reset it at initialization

Please apply to net.

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

Sony Chacko (1):
  qlcnic: reset firmware API lock during driver load

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     | 18 ++++++++++++++++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c |  9 ---------
 3 files changed, 17 insertions(+), 11 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2014-02-21  6:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 17:33 [PATCH net 0/5] qlcnic: Bug fixes Himanshu Madhani
2013-12-10 17:33 ` [PATCH net 1/5] qlcnic: Use correct netif api to enable tx queues Himanshu Madhani
2013-12-10 22:49   ` David Miller
2013-12-10 17:33 ` [PATCH net 2/5] qlcnic: Fix diagnostic test for all supported adapters Himanshu Madhani
2013-12-10 17:33 ` [PATCH net 3/5] qlcnic: Fix Tx/SDS ring validation logic Himanshu Madhani
2013-12-10 17:33 ` [PATCH net 4/5] qlcnic: Fix TSS/RSS validation for 83xx/84xx series adapter Himanshu Madhani
2013-12-10 17:33 ` [PATCH net 5/5] qlcnic: Use spinlock per transmit queue Himanshu Madhani
  -- strict thread matches above, loose matches on Subject: below --
2014-02-21  6:23 [PATCH net 0/5] qlcnic: Bug fixes Shahed Shaikh

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