Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751442AbdFGFDi (ORCPT ); Wed, 7 Jun 2017 01:03:38 -0400 Received: from mail-by2nam03on0068.outbound.protection.outlook.com ([104.47.42.68]:35655 "EHLO NAM03-BY2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750709AbdFGFDg (ORCPT ); Wed, 7 Jun 2017 01:03:36 -0400 From: "Madhani, Himanshu" To: "Nicholas A. Bellinger" CC: target-devel , linux-scsi , lkml Subject: Re: [PATCH 0/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support Thread-Topic: [PATCH 0/3] target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support Thread-Index: AQHS3LXAViqfIj/PP0WYCYmcE10ry6IY3TMA Date: Wed, 7 Jun 2017 05:02:51 +0000 Message-ID: References: <1496527808-28789-1-git-send-email-nab@linux-iscsi.org> In-Reply-To: <1496527808-28789-1-git-send-email-nab@linux-iscsi.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: linux-iscsi.org; dkim=none (message not signed) header.d=none;linux-iscsi.org; dmarc=none action=none header.from=cavium.com; x-originating-ip: [173.186.134.106] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1;MWHPR07MB3456;7:xVN9XOr8xjluWLygJMyjTc481MXb09So3iXvxMSvI0meNOjgMAEe0tDY3VDvCsXafYuQIz0QjchM3/NVfKjTDDghn8Obz0XPttYGVdR0/7kaLuN2o+mg+3D9mwv9Pg0raM6xPART9DoR7GhEsLSbCFgT+orcAl42ycqOBWGMAo+M+c778wsQQDlRJJMn0jF5vcEsIPkRoW3aVOowgdpRf4aBD3/TVwL+Iv52t4xuAZR0lZiyalJegMBJrEDEaj8xOBkevptK6APdJRMab2t0bldlEuBN7DPzsiRrERgpbyNzmTv4SPPW3r0REOtCxbgJG/470u4ryqSUY2C9NIYq/Q== x-ms-traffictypediagnostic: MWHPR07MB3456: x-ms-office365-filtering-correlation-id: b9851dba-66ba-4fc0-c69f-08d4ad627324 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001)(2017030254075)(201703131423075)(201703031133081)(201702281549075);SRVR:MWHPR07MB3456; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(9452136761055); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(601004)(2401047)(5005006)(8121501046)(3002001)(10201501046)(100000703101)(100105400095)(93006095)(93001095)(6041248)(20161123562025)(20161123560025)(20161123555025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(20161123564025)(20161123558100)(6072148)(100000704101)(100105200095)(100000705101)(100105500095);SRVR:MWHPR07MB3456;BCL:0;PCL:0;RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);SRVR:MWHPR07MB3456; x-forefront-prvs: 03319F6FEF x-forefront-antispam-report: SFV:NSPM;SFS:(10009020)(6009001)(39850400002)(39840400002)(39400400002)(39410400002)(39450400003)(24454002)(377454003)(8936002)(2906002)(3280700002)(33656002)(3660700001)(6246003)(189998001)(14454004)(54906002)(72206003)(122556002)(81166006)(6306002)(966005)(8676002)(110136004)(6512007)(83716003)(7736002)(305945005)(25786009)(6916009)(53936002)(2950100002)(99286003)(36756003)(5660300001)(66066001)(478600001)(76176999)(54356999)(50986999)(38730400002)(82746002)(4326008)(77096006)(6116002)(3846002)(6486002)(2900100001)(6436002)(6506006)(86362001)(229853002);DIR:OUT;SFP:1101;SCL:1;SRVR:MWHPR07MB3456;H:MWHPR07MB3455.namprd07.prod.outlook.com;FPR:;SPF:None;MLV:sfv;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="us-ascii" Content-ID: MIME-Version: 1.0 X-OriginatorOrg: cavium.com X-MS-Exchange-CrossTenant-originalarrivaltime: 07 Jun 2017 05:02:51.4554 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 711e4ccf-2e9b-4bcf-a551-4094005b6194 X-MS-Exchange-Transport-CrossTenantHeadersStamped: MWHPR07MB3456 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id v5753gYH029492 Content-Length: 1410 Lines: 43 > On Jun 3, 2017, at 3:10 PM, Nicholas A. Bellinger wrote: > > From: Nicholas Bellinger > > Hi Himanshu + Quinn, > > Here is a small series to introduce proper percpu se_lun->lun_ref > counting for TMR, and add common code in target_submit_tmr() to > do tag lookup for unpacked_lun in order to drop the original > driver specific lookup within __qlt_24xx_handle_abts(). > > It's rather straight-forward, so review and test as a v4.13 item. > > Thanks! > > Nicholas Bellinger (3): > target: Add support for TMR percpu reference counting > target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK > qla2xxx: Convert QLA_TGT_ABTS to TARGET_SCF_LOOKUP_LUN_FROM_TAG > > drivers/scsi/qla2xxx/qla_target.c | 39 ++++++----------------- > drivers/scsi/qla2xxx/tcm_qla2xxx.c | 4 ++- > drivers/target/target_core_device.c | 14 ++++++--- > drivers/target/target_core_transport.c | 56 ++++++++++++++++++++++++++++------ > include/target/target_core_base.h | 3 +- > 5 files changed, 71 insertions(+), 45 deletions(-) > > -- > 1.9.1 > > -- > To unsubscribe from this list: send the line "unsubscribe target-devel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Series looks good. Acked-by: Himanshu Madhani Thanks, - Himanshu