From mboxrd@z Thu Jan 1 00:00:00 1970 From: Himanshu Madhani Subject: [PATCH net-next v3 0/9] qlcnic: fixes and ethtool enhancements. Date: Tue, 15 Oct 2013 12:57:45 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Cc: , , Himanshu Madhani To: Return-path: Received: from mx0b-0016ce01.pphosted.com ([67.231.156.153]:28576 "EHLO mx0b-0016ce01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932317Ab3JOR23 (ORCPT ); Tue, 15 Oct 2013 13:28:29 -0400 Sender: netdev-owner@vger.kernel.org List-ID: From: Himanshu Madhani This patch series contains o patch to fix regression introduced by commit aa4a1f7df7cbb98797c9f4edfde3c726e2b3841f. 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 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 (2): qlcnic: Validate Tx queue only for 82xx adapters. 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 | 56 +++++-- drivers/net/ethernet/qlogic/qlcnic/qlcnic_io.c | 2 +- drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 53 +++--- .../net/ethernet/qlogic/qlcnic/qlcnic_minidump.c | 41 +++-- .../ethernet/qlogic/qlcnic/qlcnic_sriov_common.c | 9 +- 12 files changed, 343 insertions(+), 324 deletions(-) -- 1.8.1.4