From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-core 1/2] suse: Add spec file for SUSE Date: Mon, 28 Aug 2017 09:22:54 -0600 Message-ID: <20170828152254.GB7867@obsidianresearch.com> References: <20170827214704.GC14542@obsidianresearch.com> <20170828060758.GD12880@mtr-leonro.local> <86a21008-c993-de29-2cb9-845af14c4cd5@suse.de> <20170828090537.GG12880@mtr-leonro.local> <0754696d-42d5-5083-8ed0-435ab3f189de@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <0754696d-42d5-5083-8ed0-435ab3f189de-l3A5Bk7waGM@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Nicolas Morey-Chaisemartin Cc: Leon Romanovsky , linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Adit Ranadive List-Id: linux-rdma@vger.kernel.org On Mon, Aug 28, 2017 at 11:13:07AM +0200, Nicolas Morey-Chaisemartin wrote: > Sorry. The latest Thunderbird seems to screw up things regularly now > :s The current udev system does not load the infiniband modules > (ipoib, umad) for old mthca cards. > > I've sent a PR that fixes this on github: > https://github.com/linux-rdma/rdma-core/pull/193 I've added a second > patch for qib. On my system (and in kernel tree) the module is > called ib_qib so I think the udev rule as a typo there. Yes, this is right.. Adit: vmw_rdma is also missing, can you test it? This is probably the fix: diff --git a/kernel-boot/rdma-description.rules b/kernel-boot/rdma-description.rules index f37e6a86f21efc..bb33dce40bd621 100644 --- a/kernel-boot/rdma-description.rules +++ b/kernel-boot/rdma-description.rules @@ -34,6 +34,7 @@ DRIVERS=="hns", ENV{ID_RDMA_ROCE}="1" DRIVERS=="mlx4_core", ENV{ID_RDMA_ROCE}="1" DRIVERS=="mlx5_core", ENV{ID_RDMA_ROCE}="1" DRIVERS=="qede", ENV{ID_RDMA_ROCE}="1" +DRIVERS=="vmw_pvrdma", ENV{ID_RDMA_ROCE}="1" DEVPATH=="*/infiniband/rxe*", ATTR{parent}=="*", ENV{ID_RDMA_ROCE}="1" # Setup the usual ID information so that systemd will display a sane name for -- 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