netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] qlcnic: Multiple Tx queue support and code refactoring
@ 2013-11-01 20:51 Himanshu Madhani
  2013-11-01 20:51 ` [PATCH net-next 1/6] qlcnic: Register netdev in FAILED state for 83xx/84xx Himanshu Madhani
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Himanshu Madhani @ 2013-11-01 20:51 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Himanshu Madhani

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

This Patch series contains following changes

o Refactored code for Tx/SDS ring calculation, validation for various modes.
o Enhanced ethtool statistics for multi Tx queue on all supported adapters.
o Enable multiple Tx queue for 83xx and 84xx Series adapters.
o Regiser netdev for failed device state.
o Replaced inapropriate usage of kzalloc() with vzalloc().

Please apply to net-next.

Thanks,
Himanshu


Himanshu Madhani (4):
  qlcnic: Enhance ethtool Statistics for Multiple Tx queue.
  qlcnic: refactor Tx/SDS ring calculation and validation in driver.
  qlcnic: Enable multiple Tx queue support for 83xx/84xx Series
    adapters.
  qlcnic: update version to 5.3.52

Manish Chopra (1):
  qlcnic: Replace kzalloc() with vzalloc().

Sucheta Chakraborty (1):
  qlcnic: Register netdev in FAILED state for 83xx/84xx

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |  84 +++--
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    | 109 +++---
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |  13 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |  70 +++-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c    |  26 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c    |  12 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    | 216 +++++++----
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |   8 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c   |   2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |  65 ++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   | 410 +++++++++++----------
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |   6 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_sysfs.c  |  12 +-
 13 files changed, 596 insertions(+), 437 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-11-02  5:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-01 20:51 [PATCH net-next 0/6] qlcnic: Multiple Tx queue support and code refactoring Himanshu Madhani
2013-11-01 20:51 ` [PATCH net-next 1/6] qlcnic: Register netdev in FAILED state for 83xx/84xx Himanshu Madhani
2013-11-01 20:51 ` [PATCH net-next 2/6] qlcnic: Replace kzalloc() with vzalloc() Himanshu Madhani
2013-11-02  5:14   ` David Miller
2013-11-01 20:51 ` [PATCH net-next 3/6] qlcnic: Enhance ethtool Statistics for Multiple Tx queue Himanshu Madhani
2013-11-01 20:51 ` [PATCH net-next 4/6] qlcnic: refactor Tx/SDS ring calculation and validation in driver Himanshu Madhani
2013-11-01 20:51 ` [PATCH net-next 5/6] qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters Himanshu Madhani
2013-11-01 20:51 ` [PATCH net-next 6/6] qlcnic: update version to 5.3.52 Himanshu Madhani

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