From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bhanu Prakash Gollapudi" Subject: Re: [v2 PATCH 0/4] bnx2fc version 1.0.11 Date: Mon, 21 May 2012 09:18:32 -0700 Message-ID: <4FBA6AD8.5060703@broadcom.com> References: <1335306364-31449-1-git-send-email-bprakash@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mms2.broadcom.com ([216.31.210.18]:1170 "EHLO mms2.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756063Ab2EUQR6 (ORCPT ); Mon, 21 May 2012 12:17:58 -0400 In-Reply-To: <1335306364-31449-1-git-send-email-bprakash@broadcom.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Bhanu Prakash Gollapudi Cc: JBottomley@Parallels.com, linux-scsi@vger.kernel.org, Mike Christie On 4/24/2012 3:26 PM, Bhanu Prakash Gollapudi wrote: James, can you please include this patch set in the next round of 3.4+ merge window? thanks, Bhanu > v2 submittal: > Updated "0002-bnx2fc-Decrememnt-io-ref-count-when-abort-times-out" > patch to release the command reference before waiting for the target to > relogin. Without this, the logout process will not complete and recovery > fails. > --------------- > > James, please consider merging the following bug fixes for 3.5. > > Thanks, > Bhanu > > Bhanu Prakash Gollapudi (4): > bnx2fc: Allow FLOGI to be retried when receiving bad responses. > bnx2fc: Decrememnt io ref count when abort times out > bnx2fc: cleanup task management IO when it times out. > Bumped version to 1.0.11 > > drivers/scsi/bnx2fc/bnx2fc.h | 2 +- > drivers/scsi/bnx2fc/bnx2fc_els.c | 16 +---- > drivers/scsi/bnx2fc/bnx2fc_fcoe.c | 2 +- > drivers/scsi/bnx2fc/bnx2fc_io.c | 122 +++++++++++++++++++++++-------------- > drivers/scsi/bnx2fc/bnx2fc_tgt.c | 21 ++++++- > 5 files changed, 100 insertions(+), 63 deletions(-) >