From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B619C433DF for ; Tue, 25 Aug 2020 13:24:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3033320639 for ; Tue, 25 Aug 2020 13:24:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="WomfYjGJ" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726045AbgHYNYE (ORCPT ); Tue, 25 Aug 2020 09:24:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725792AbgHYNYD (ORCPT ); Tue, 25 Aug 2020 09:24:03 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE737C061574 for ; Tue, 25 Aug 2020 06:24:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=Emvrfxr3qkITgvdWBr+gDboVnyDPc1woat3HEGegVKo=; b=WomfYjGJAXRPAM6+8BlZhfV61I uMQYmf3piXZ1LBHao9NsoxAKYkFmSQlHbrFwctt5B9IQxpG3uFCikCdQXss7QZuIySk6tfJeA2s27 9wxvtrpKLEHULBE7nOveW3cjBbwq7QhPG6UrWE/hHVzZDjG8ZyxusYHEZyf8QTlCkpFc6jYRjwZgJ RofoLuZF2YYcaO5dXUp6SWyGfgffKtehbOnXEDbbcXXvrR+yw57qVyMa3W1Etem4977pwQ6Wdz/RK eHMpXqQQerOyWCR3dP+LHMc2gNeYg6/OWN2mJPzq9W7EUUaaEhDOMXTyo+EzKbqKFl5RZxxXWsccC +sBy3FWA==; Received: from hch by casper.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1kAYvh-0006ph-B6; Tue, 25 Aug 2020 13:24:01 +0000 Date: Tue, 25 Aug 2020 14:24:01 +0100 From: Christoph Hellwig To: Chris Worley Cc: OFED mailing list Subject: Re: NVME module won't load ("nvme: disagrees about version of symbol nvme_uninit_ctrl") Message-ID: <20200825132401.GA26089@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org On Mon, Aug 24, 2020 at 03:39:29PM -1000, Chris Worley wrote: > Running MLNX_OFED_LINUX-5.0-2.1.8.0-rhel8.2-x86_6 on ConnectX-3 cards, > attempting to run NVME-over-fabrics. > > OFED installed with: "./mlnxofedinstall --add-kernel-support > --with-nvmf --force" > > The OFED install did indicate it couldn't load the firmware (although > these are Mellanox cards) and said: "Note: In order to load the new > nvme-rdma and nvmet-rdma modules, the nvme module must be reloaded." > ... but the nvme driver doesn't even load. That's what you get for using a completely broken out of tree version of the RDMA code. Don't do that.