From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cathy Avery Subject: Re: [PATCH 1/2] scsi: scsi_transport_fc: Provide a lightweight option for Virtual FC Hosts. Date: Thu, 19 Jan 2017 12:59:04 -0500 Message-ID: <5880FE68.4010102@redhat.com> References: <1484771338-8903-1-git-send-email-cavery@redhat.com> <1484771338-8903-2-git-send-email-cavery@redhat.com> <20170119151155.GA28462@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170119151155.GA28462@infradead.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: Christoph Hellwig Cc: jejb@linux.vnet.ibm.com, linux-scsi@vger.kernel.org, martin.petersen@oracle.com, haiyangz@microsoft.com, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org List-Id: linux-scsi@vger.kernel.org On 01/19/2017 10:11 AM, Christoph Hellwig wrote: > On Wed, Jan 18, 2017 at 03:28:57PM -0500, Cathy Avery wrote: >> The patch provides a means to offer a lightweight option to the >> current FC transport class. The new option is selected by a >> driver when it indicates it wants the lightweight >> transport via fc_function_template. > This need some really good documentation in the code and changelog > what "lightweight" means. It's a pretty horrible term, btw. Thanks, I will work on better documentation and a better name. Cathy