From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddie Wai" Subject: [PATCH 0/5] Patch set to fix various bugs in bnx2i Date: Tue, 10 Aug 2010 12:09:29 -0700 Message-ID: <1281467374-6182-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 mms1.broadcom.com ([216.31.210.17]:3616 "EHLO mms1.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932995Ab0HJTIG (ORCPT ); Tue, 10 Aug 2010 15:08:06 -0400 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 The first 2 patches fix issues related to rfc3720 for nopout and TMF. The last 2 patches fix issues related to Broadcom specific cleanup under different situations. Please review, thanks. Eddie Eddie Wai (5): BNX2I: Fixed a protocol violation on nopout responses BNX2I: Added support for other TMFs besides ABORT_TASK BNX2I: Recouple the CFC delete cleanup with cm_abort/close completion BNX2I: Added chip cleanup for the remove module path BNX2I: Updated version to bnx2i-2.1.3 drivers/scsi/bnx2i/bnx2i.h | 2 +- drivers/scsi/bnx2i/bnx2i_hwi.c | 69 +++++++++++++++++++++---------------- drivers/scsi/bnx2i/bnx2i_init.c | 61 +++++++++++++++++++++------------ drivers/scsi/bnx2i/bnx2i_iscsi.c | 15 +++++--- 4 files changed, 87 insertions(+), 60 deletions(-)