netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] qlcnic: Mailbox refactoring and ethtool updates
@ 2013-07-31  1:54 Himanshu Madhani
  2013-07-31  1:54 ` [PATCH net-next 1/6] qlcnic: Add ethtool statistics for board temperature Himanshu Madhani
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Himanshu Madhani @ 2013-07-31  1:54 UTC (permalink / raw)
  To: davem; +Cc: netdev, Dept_NX_Linux_NIC_Driver, Himanshu Madhani

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

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

end of thread, other threads:[~2013-07-31 18:09 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-31  1:54 [PATCH net-next 0/6] qlcnic: Mailbox refactoring and ethtool updates Himanshu Madhani
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

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