netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] qlcnic: Refactoring and enhancements for all adapters.
@ 2014-01-23 22:18 Himanshu Madhani
  2014-01-23 22:18 ` [PATCH net-next 1/7] qlcnic: Use bool for rx_mac_learn Himanshu Madhani
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Himanshu Madhani @ 2014-01-23 22:18 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 patches.

o Enhanced debug data collection when we are in Tx-timeout situation.
o Enhanced MSI-x vector calculation for defualt load path as well
  as for TSS/RSS ring change path.
o Refactored interrupt coalescing code for all adapters.
o Refactored interrupt handling as well as cleanup of poll controller
  code patch for all adapters.
o changed rx_mac_learn type to boolean.

Please apply to net-next.

Thanks,
Himanshu

Himanshu Madhani (4):
  qlcnic: Enhance Tx timeout debugging.
  qlcnic: Refactor interrupt coalescing code for all adapters.
  qlcnic: Enhance logic to calculate msix vectors.
  qlcnic: update version to 5.3.55

Manish chopra (2):
  qlcnic: Interrupt code cleanup
  qlcnic: Update poll controller code path

Sucheta Chakraborty (1):
  qlcnic: Use bool for rx_mac_learn.

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        | 129 ++++++--
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    | 235 ++++++++++----
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |   9 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |   4 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c  |   4 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    | 106 ++-----
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.c     |  31 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_hw.h     |   4 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |  55 +---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   | 343 ++++++++++++++-------
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |   2 +
 11 files changed, 601 insertions(+), 321 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2014-01-27 23:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-23 22:18 [PATCH net-next 0/7] qlcnic: Refactoring and enhancements for all adapters Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 1/7] qlcnic: Use bool for rx_mac_learn Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 2/7] qlcnic: Enhance Tx timeout debugging Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 3/7] qlcnic: Interrupt code cleanup Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 4/7] qlcnic: Update poll controller code path Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 5/7] qlcnic: Refactor interrupt coalescing code for all adapters Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 6/7] qlcnic: Enhance logic to calculate msix vectors Himanshu Madhani
2014-01-23 22:18 ` [PATCH net-next 7/7] qlcnic: update version to 5.3.55 Himanshu Madhani
2014-01-24  0:14 ` [PATCH net-next 0/7] qlcnic: Refactoring and enhancements for all adapters David Miller
2014-01-27 22:04   ` Zoltan Kiss
2014-01-27 23:24     ` 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).