From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-core 1/5] Common infrastructure for auto loading rdma modules Date: Wed, 26 Jul 2017 10:04:30 -0600 Message-ID: <20170726160430.GB20499@obsidianresearch.com> References: <1500929067-1583-1-git-send-email-jgunthorpe@obsidianresearch.com> <1500929067-1583-2-git-send-email-jgunthorpe@obsidianresearch.com> <0b3badf8-053f-e1ed-2be8-c5e6d416384b@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <0b3badf8-053f-e1ed-2be8-c5e6d416384b-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dennis Dalessandro Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Leon Romanovsky , Doug Ledford , Ram Amrani , Steve Wise , Ira Weiny , Benjamin Drung , Jarod Wilson List-Id: linux-rdma@vger.kernel.org On Wed, Jul 26, 2017 at 09:48:04AM -0400, Dennis Dalessandro wrote: > On 7/24/2017 4:44 PM, Jason Gunthorpe wrote: > >diff --git a/kernel-boot/modules/opa.conf b/kernel-boot/modules/opa.conf > >new file mode 100644 > >index 00000000000000..b9bc9f1f0146af > >+++ b/kernel-boot/modules/opa.conf > >@@ -0,0 +1,10 @@ > >+# These modules are loaded by the system if any OmniPath Architecture device > >+# is installed > >+# Infiniband over IP netdevice > >+ib_ipoib > > Do we need to have rdmavt listed here too? Don't think so, isn't it an internal library? It will autoload when hfi1 autoloads. > >+# Hardware that supports InfiniBand > >+DRIVERS=="mlx4_core", ENV{ID_RDMA_INFINIBAND}="1" > >+DRIVERS=="mlx5_core", ENV{ID_RDMA_INFINIBAND}="1" > >+DRIVERS=="qib", ENV{ID_RDMA_INFINIBAND}="1" > >+ > >+# Hardware that supports OPA > >+DRIVERS=="hfi1verbs", ENV{ID_RDMA_IWARP}="1" > > Why calling this IWARP? Oops, thanks, copy&paste error Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html