From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753900AbdASQvK (ORCPT ); Thu, 19 Jan 2017 11:51:10 -0500 Received: from imslp-west.kjsl.com ([65.50.211.133]:53994 "EHLO bombadil.infradead.org" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753227AbdASQun (ORCPT ); Thu, 19 Jan 2017 11:50:43 -0500 X-Greylist: delayed 5907 seconds by postgrey-1.27 at vger.kernel.org; Thu, 19 Jan 2017 11:50:42 EST Date: Thu, 19 Jan 2017 07:11:55 -0800 From: Christoph Hellwig To: Cathy Avery 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 Subject: Re: [PATCH 1/2] scsi: scsi_transport_fc: Provide a lightweight option for Virtual FC Hosts. Message-ID: <20170119151155.GA28462@infradead.org> References: <1484771338-8903-1-git-send-email-cavery@redhat.com> <1484771338-8903-2-git-send-email-cavery@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484771338-8903-2-git-send-email-cavery@redhat.com> User-Agent: Mutt/1.7.1 (2016-10-04) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.