From patchwork Mon Aug 16 23:51:37 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 119826 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7GNrZje026079 for ; Mon, 16 Aug 2010 23:53:36 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753107Ab0HPXxf (ORCPT ); Mon, 16 Aug 2010 19:53:35 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:23533 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752906Ab0HPXxe (ORCPT ); Mon, 16 Aug 2010 19:53:34 -0400 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o7GNrPv7000936 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 16 Aug 2010 23:53:26 GMT Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o7GNrPTi027717; Mon, 16 Aug 2010 23:53:25 GMT Received: from abhmt006.oracle.com by acsmt353.oracle.com with ESMTP id 522429071282002699; Mon, 16 Aug 2010 16:51:39 -0700 Received: from chimera.site (/10.159.222.53) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 16 Aug 2010 16:51:38 -0700 Date: Mon, 16 Aug 2010 16:51:37 -0700 From: Randy Dunlap To: Vu Pham Cc: Roland Dreier , OpenFabrics EWG , Linux RDMA , Linux SCSI Subject: Re: [PATCH v1 10/10] mlx4_fc: Enable FC over Ethernet/Infiniband drivers Message-Id: <20100816165137.d006efd0.randy.dunlap@oracle.com> In-Reply-To: <4C69B8E1.80702@mellanox.com> References: <4C69B8E1.80702@mellanox.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 16 Aug 2010 23:53:36 +0000 (UTC) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 158284f..3573cee 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -687,6 +687,28 @@ config FCOE_FNIC . The module will be called fnic. +config MLX4_FC + tristate "Mellanox FC module" + depends on MLX4_EN depends on + select LIBFC + select LIBFCOE + help + Fibre Channel over Ethernet/Infiniband module + + This is support for the Mellanox ConnectX/ConnectX-2 HCAs + The module will be called mlx4_fc End both lines above with periods ("."). + +config MLX4_FCOIB + tristate "Mellanox FCoIB discovery module" + depends on INFINIBAND + select MLX4_FC + help + Fibre Channel over Infiniband discovery module + + The module FIP-alike to discover BridgeX gateways in the + Infiniband fabric