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/6] qlcnic: Mailbox refactoring and ethtool updates
Date: Tue, 30 Jul 2013 21:54:18 -0400	[thread overview]
Message-ID: <cover.1375244889.git.himanshu.madhani@qlogic.com> (raw)

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

This series contains
* patch for adding board temperature for ethtool statistics.
* patch for returning correct error code for loopback diagnostic test.
* patches for mailbox refactoring. 

There was suggestion from Ben Hutchings, in response to RFC patch, to use
hwmon device for extracting board temperature from an adapter. We are still
investigating this approach. We will send out patches later as a separate 
series when we have decide to implement hwmon API.

Thanks,
Himanshu


Himanshu Madhani (2):
  qlcnic: Add ethtool statistics for board temperature.
  qlcnic: Update version to 5.2.45

Jitendra Kalsaria (1):
  qlcnic: Return appropriate error code.

Manish Chopra (3):
  qlcnic: Interrupt based driver firmware mailbox mechanism
  qlcnic: Replace poll mode mailbox interface with interrupt based
    mailbox interface
  qlcnic: Enable mailbox interface in poll mode when interrupts are not
    available

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        |  57 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    | 615 +++++++++++++++------
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |  27 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |  83 ++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    |   7 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |  20 +-
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   | 146 ++---
 7 files changed, 656 insertions(+), 299 deletions(-)

-- 
1.8.1.4

             reply	other threads:[~2013-07-31  2:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-31  1:54 Himanshu Madhani [this message]
2013-07-31  1:54 ` [PATCH net-next 1/6] qlcnic: Add ethtool statistics for board temperature Himanshu Madhani
2013-07-31  2:27   ` David Miller
2013-07-31 18:09     ` Himanshu Madhani
2013-07-31 17:47   ` Stephen Hemminger
2013-07-31  1:54 ` [PATCH net-next 2/6] qlcnic: Return appropriate error code Himanshu Madhani
2013-07-31  1:54 ` [PATCH net-next 3/6] qlcnic: Interrupt based driver firmware mailbox mechanism Himanshu Madhani
2013-07-31  1:54 ` [PATCH net-next 4/6] qlcnic: Replace poll mode mailbox interface with interrupt based mailbox interface Himanshu Madhani
2013-07-31  1:54 ` [PATCH net-next 5/6] qlcnic: Enable mailbox interface in poll mode when interrupts are not available Himanshu Madhani
2013-07-31  1:54 ` [PATCH net-next 6/6] qlcnic: Update version to 5.2.45 Himanshu Madhani

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