From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754210AbdASSJq (ORCPT ); Thu, 19 Jan 2017 13:09:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53556 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753924AbdASSJl (ORCPT ); Thu, 19 Jan 2017 13:09:41 -0500 Subject: Re: [PATCH 1/2] scsi: scsi_transport_fc: Provide a lightweight option for Virtual FC Hosts. To: Christoph Hellwig References: <1484771338-8903-1-git-send-email-cavery@redhat.com> <1484771338-8903-2-git-send-email-cavery@redhat.com> <20170119151155.GA28462@infradead.org> Cc: kys@microsoft.com, haiyangz@microsoft.com, jejb@linux.vnet.ibm.com, martin.petersen@oracle.com, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org From: Cathy Avery Message-ID: <5880FE68.4010102@redhat.com> Date: Thu, 19 Jan 2017 12:59:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <20170119151155.GA28462@infradead.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Thu, 19 Jan 2017 17:59:05 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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 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