netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Himanshu Madhani <himanshu.madhani@qlogic.com>
To: <davem@davemloft.net>
Cc: <netdev@vger.kernel.org>, <Dept_NX_Linux_NIC_Driver@qlogic.com>,
	Himanshu Madhani <himanshu.madhani@qlogic.com>
Subject: [PATCH net-next 0/7] qlcnic: Refactoring and enhancements for all adapters.
Date: Thu, 23 Jan 2014 17:18:27 -0500	[thread overview]
Message-ID: <cover.1390491376.git.himanshu.madhani@qlogic.com> (raw)

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

             reply	other threads:[~2014-01-23 22:52 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-23 22:18 Himanshu Madhani [this message]
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

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=cover.1390491376.git.himanshu.madhani@qlogic.com \
    --to=himanshu.madhani@qlogic.com \
    --cc=Dept_NX_Linux_NIC_Driver@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).