netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/8] qlcnic: ethtool enhancements and code cleanup.
@ 2013-10-18 16:22 Himanshu Madhani
  2013-10-18 16:22 ` [PATCH net-next v4 1/8] qlcnic: Print informational messages only once during driver load Himanshu Madhani
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Himanshu Madhani @ 2013-10-18 16:22 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

o updates to ethtool for pause settings and enhance
  register dump to display mask and ring indices.
o cleanup in DCB code and remove redundant eSwitch enablement command.
o fixed firmware dump collection logic to skip unknown entries.

Changes from v3 -> v4
o Dropped patch for Tx queue validation to be submitted in net.

Changes from v2 -> v3

o Updated patch to print informational messages as per Joe Perches's comment.

Changes from v1 -> v2

o Dropped patch to register device if adapter is in FAILED state for more rework.
o Updated patch to display ring indices via ethtool per Ben Hutchings's comment.
o Update patch for DCB cleanup per Stephen Hemminger's comment.

Please apply to net-next.

Thanks,
Himanshu

Himanshu Madhani (1):
  qlcnic: update version to 5.3.51

Jitendra Kalsaria (1):
  qlcnic: Update ethtool standard pause settings.

Pratik Pujar (2):
  qlcnic: Enhance ethtool to display ring indices and interrupt mask
  qlcnic: Firmware dump collection when auto recovery is disabled.

Shahed Shaikh (1):
  qlcnic: Skip unknown entry type while collecting firmware dump

Sony Chacko (1):
  qlcnic: Remove redundant eSwitch enable commands

Sucheta Chakraborty (2):
  qlcnic: Print informational messages only once during driver load.
  qlcnic: dcb code cleanup and refactoring.

 drivers/net/ethernet/qlogic/qlcnic/qlcnic.h        | 101 +----------
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c    |  40 ++---
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.h    |   5 +-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_init.c  |  20 ++-
 .../net/ethernet/qlogic/qlcnic/qlcnic_83xx_vnic.c  |  47 +++---
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.c    | 184 ++++++++++-----------
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_dcb.h    | 109 ++++++++++--
 .../net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c    |  54 ++++--
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c     |   2 +-
 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c   |  45 +++--
 .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c   |  41 +++--
 .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c   |   9 +-
 12 files changed, 341 insertions(+), 316 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2013-10-18 17:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-18 16:22 [PATCH net-next v4 0/8] qlcnic: ethtool enhancements and code cleanup Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 1/8] qlcnic: Print informational messages only once during driver load Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 2/8] qlcnic: Enhance ethtool to display ring indices and interrupt mask Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 3/8] qlcnic: Firmware dump collection when auto recovery is disabled Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 4/8] qlcnic: Update ethtool standard pause settings Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 5/8] qlcnic: Remove redundant eSwitch enable commands Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 6/8] qlcnic: dcb code cleanup and refactoring Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 7/8] qlcnic: Skip unknown entry type while collecting firmware dump Himanshu Madhani
2013-10-18 16:22 ` [PATCH net-next v4 8/8] qlcnic: update version to 5.3.51 Himanshu Madhani
2013-10-18 17:42 ` [PATCH net-next v4 0/8] qlcnic: ethtool enhancements and code cleanup 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).