From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e18.ny.us.ibm.com (e18.ny.us.ibm.com [129.33.205.208]) (using TLSv1.2 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 25AFD1A02EF for ; Sat, 5 Mar 2016 08:55:48 +1100 (AEDT) Received: from localhost by e18.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 4 Mar 2016 16:55:45 -0500 Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp01.pok.ibm.com (Postfix) with ESMTP id ED68E38C8041 for ; Fri, 4 Mar 2016 16:55:41 -0500 (EST) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u24Ltfmv31719562 for ; Fri, 4 Mar 2016 21:55:41 GMT Received: from d01av04.pok.ibm.com (localhost [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u24Ltf7t030482 for ; Fri, 4 Mar 2016 16:55:41 -0500 From: Uma Krishnan To: linux-scsi@vger.kernel.org, James Bottomley , "Martin K. Petersen" , "Matthew R. Ochs" , "Manoj N. Kumar" Cc: linuxppc-dev@lists.ozlabs.org, Brian King , Ian Munsie , Andrew Donnellan , Frederic Barrat , Christophe Lombard Subject: [PATCH 0/7] Miscellaneous patches to support cxlflash in PowerVM Date: Fri, 4 Mar 2016 15:53:44 -0600 Message-Id: <1457128424-53017-1-git-send-email-ukrishn@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , The first 5 patches of this series contain fixes to support the cxlflash driver in a PowerVM guest. For the cxlflash driver to be functional in a PowerVM guest, a corresponding set of cxl patches (currently being upstreamed) is required. Note that this cxlflash patch series does not have any build dependencies on the new cxl code. The sixth patch in the series is a fix to dynamically swap between the AFU's internal LUN and an actual LUN detected on the fabric. The last patch in the series is a performance enhancement to improve throughput with cxlflash driver. This series is intended for 4.6 and is bisectable. Manoj N. Kumar (3): cxlflash: Simplify PCI registration cxlflash: Fix to avoid unnecessary scan with internal LUNs cxlflash: Increase cmd_per_lun for better throughput Matthew R. Ochs (2): cxlflash: Split out context initialization cxlflash: Simplify attach path error cleanup Uma Krishnan (2): cxlflash: Unmap problem state area before detaching master context cxlflash: Reorder user context initialization drivers/scsi/cxlflash/common.h | 8 +- drivers/scsi/cxlflash/main.c | 72 +++----------- drivers/scsi/cxlflash/superpipe.c | 195 +++++++++++++++++++++----------------- drivers/scsi/cxlflash/superpipe.h | 1 + 4 files changed, 131 insertions(+), 145 deletions(-) -- 2.1.0