From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [RFC PATCH 1/5] libfcoe, fcoe: Allow user to set a ctlr's mode Date: Mon, 10 Sep 2012 16:12:11 -0700 Message-ID: <20120910231211.GB14302@kroah.com> References: <20120910225908.13140.97277.stgit@fritz> <20120910225914.13140.22190.stgit@fritz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pb0-f46.google.com ([209.85.160.46]:35107 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757284Ab2IJXMP (ORCPT ); Mon, 10 Sep 2012 19:12:15 -0400 Received: by pbbrr13 with SMTP id rr13so3179559pbb.19 for ; Mon, 10 Sep 2012 16:12:14 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20120910225914.13140.22190.stgit@fritz> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Robert Love Cc: netdev@vger.kernel.org, linux-scsi@vger.kernel.org, bprakash@broadcom.com, devel@open-fcoe.org On Mon, Sep 10, 2012 at 03:59:14PM -0700, Robert Love wrote: > This patch makes the 'mode' attribute of a > fcoe_ctlr_device writale. This allows the user > to store the mode with with the ctlr will be in. > > Possible modes would be 'Fabric', or 'VN2VN'. > > The default mode for a fcoe_ctlr{,_device} is 'Fabric'. > Drivers must implement the set_fcoe_ctlr_mode routine > to support this feature. > > libfcoe offers an exported routine to set a fcoe_ctlr's > mode. > > Signed-off-by: Robert Love Acked-by: Greg Kroah-Hartman