From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eddie Wai" Subject: [PATCH 0/5 v2] Patch set to fix various bugs in bnx2i Date: Thu, 12 Aug 2010 16:44:26 -0700 Message-ID: <1281656671-5369-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]:2877 "EHLO mms1.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761132Ab0HLXmy (ORCPT ); Thu, 12 Aug 2010 19:42:54 -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 | 64 +++++++++++++++++++------------------ drivers/scsi/bnx2i/bnx2i_init.c | 62 +++++++++++++++++++++++------------- drivers/scsi/bnx2i/bnx2i_iscsi.c | 15 +++++--- 4 files changed, 82 insertions(+), 61 deletions(-)