From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shahed Shaikh Subject: [PATCH net 0/5] qlcnic: Bug fixes Date: Fri, 21 Feb 2014 01:23:03 -0500 Message-ID: <1392963788-18341-1-git-send-email-shahed.shaikh@qlogic.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , Shahed Shaikh To: Return-path: Received: from mx0b-0016ce01.pphosted.com ([67.231.156.153]:56502 "EHLO mx0b-0016ce01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750874AbaBUG63 (ORCPT ); Fri, 21 Feb 2014 01:58:29 -0500 Sender: netdev-owner@vger.kernel.org List-ID: From: Shahed Shaikh Hi David, This patch series includes following bug fixes, * Fix for return value handling of function qlcnic_enable_msi_legacy(). * Fix for the usage of module paramters for interrupt mode. Driver should use flags while checking for driver's interrupt mode instead of module parameters. * Revert commit 1414abea04 (qlcnic: Restrict VF from configuring any VLAN mode), inorder to save some multicast filters. * Fix a bug where driver was not re-setting sds ring count to 1 when it falls back from MSI-x mode to legacy interrupt mode. * Reset API lock in adapter when adapter does not reset it at initialization Please apply to net. Thanks, Shahed Rajesh Borundia (1): qlcnic: Fix number of rings when we fall back from msix to legacy. Shahed Shaikh (2): qlcnic: Fix function return error check qlcnic: Fix usage of use_msi and use_msi_x module parameters Sony Chacko (1): qlcnic: reset firmware API lock during driver load Sucheta Chakraborty (1): qlcnic: Allow any VLAN to be configured from VF. drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c | 1 + drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 18 ++++++++++++++++-- drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_pf.c | 9 --------- 3 files changed, 17 insertions(+), 11 deletions(-) -- 1.8.1.4