From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddie Wai" Subject: [PATCH 0/8] Added bug fixes and several features for BNX2I Date: Wed, 5 Jan 2011 12:44:19 -0800 Message-ID: <1294260267-17413-1-git-send-email-eddie.wai@broadcom.com> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from mms2.broadcom.com ([216.31.210.18]:1813 "EHLO mms2.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752905Ab1AEUl6 (ORCPT ); Wed, 5 Jan 2011 15:41:58 -0500 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: Mike Christie , open-iscsi , linux-scsi , Michael Chan , Anil Veerabhadrappa , Ben Li , Eddie Wai Hello, This patch set contains two fixes and added various features as titled. The two fixes are: 1 - connection cleanup fix which fixes a chip panic issue 2 - nopout LUN field fix which fixes nopout timeouts The features added includes TCP timestamp, jumbo MTU, text pdu support for discovery offload, and 57712(E) support. Please review. Thanks. Eddie Eddie Wai (8): BNX2I: Allow ep CONNECT_FAILED condition to go through proper cleanup BNX2I: Fixed the 32-bit swapping of the LUN field for nopouts for 5771X BNX2I: Added handling for unsupported iSCSI offload hba BNX2I: Added support for the 57712(E) devices BNX2I: Added TCP timestamps option support BNX2I: Added jumbo MTU support for the no shost case BNX2I: Added iSCSI text pdu support for iSCSI offload BNX2I: Updated to version 2.6.2.3 drivers/net/bnx2x/bnx2x_main.c | 7 -- drivers/scsi/bnx2i/bnx2i.h | 5 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 122 +++++++++++++++++++++++++++++++++++++- drivers/scsi/bnx2i/bnx2i_init.c | 33 ++++++++-- drivers/scsi/bnx2i/bnx2i_iscsi.c | 10 +++- include/linux/pci_ids.h | 2 + 6 files changed, 160 insertions(+), 19 deletions(-)