From owner-freebsd-infiniband@FreeBSD.ORG Fri May 29 14:32:18 2015 Return-Path: Delivered-To: freebsd-infiniband@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73FAFD62 for ; Fri, 29 May 2015 14:32:18 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from resqmta-ch2-07v.sys.comcast.net (resqmta-ch2-07v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:39]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client CN "Bizanga Labs SMTP Client Certificate", Issuer "Bizanga Labs CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A30B1F85 for ; Fri, 29 May 2015 14:32:18 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from resomta-ch2-15v.sys.comcast.net ([69.252.207.111]) by resqmta-ch2-07v.sys.comcast.net with comcast id ZqXv1q0042Qkjl901qYFAJ; Fri, 29 May 2015 14:32:15 +0000 Received: from resmail-ch2-217v.sys.comcast.net ([162.150.48.251]) by resomta-ch2-15v.sys.comcast.net with comcast id ZqYF1q00D5RAVJS01qYFEq; Fri, 29 May 2015 14:32:15 +0000 Date: Fri, 29 May 2015 14:32:14 +0000 (UTC) From: rondzierwa@comcast.net To: Vadim Alimov Cc: freebsd-infiniband@freebsd.org Message-ID: <1801993404.23038823.1432909934595.JavaMail.zimbra@comcast.net> In-Reply-To: <556847FF.8000004@alimov.net> References: <556847FF.8000004@alimov.net> Subject: Re: Does mlxen work on FreeBSD 10.1 with ConnectX-3 MIME-Version: 1.0 X-Originating-IP: [::ffff:50.241.136.195] X-Mailer: Zimbra 8.0.7_GA_6031 (ZimbraWebClient - FF13 (Win)/8.0.7_GA_6031) Thread-Topic: Does mlxen work on FreeBSD 10.1 with ConnectX-3 Thread-Index: UPk/aI2GD0qdGpbAte8qKpPr/I2iMg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1432909935; bh=uWWAdmUAZAto19Y+O6pWJu9pGoFNIHl73N8K34Jk8U4=; h=Received:Received:Date:From:To:Message-ID:Subject:MIME-Version: Content-Type; b=ke8OqrKuN+0texc3QJRJ1Bxg0C8OpGKjEzbdEw7NLciq0nhNSaUNFSOcggZt/Ig31 234acawphvzo4ChoisrSfAW8dh7yzQXSU/jVpyY6/F3v7dhOmkWF+iMaseTrjFCm1/ r7kcuoDHzxjgPwX8AbYqrDN8A0LhbeEf1ABZn6CKQh4cIaLPyk40iAQDJA7jR3j5vh hOR00m6PkDrlolbCNVrBPc1Qtv44CFkPZ6mNzPT77B2d9LlR9YkEW60DAOMn3AXrtu /ENgkYXbPLN9Bb+h+/aqwziid/kLM5QSImmTfzVp5h76zzzQ7XbmVK99L0z3il4Nhl MgpZlyaAYS6Ag== Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 14:32:18 -0000 You seem to have gotten further than I did, I could not get a driver to recognize the card I was trying to use. Our current approach has been to switch to Solaris. Our options are more plentiful there, and coverage for various hardware seems more complete. >From your dmesg output, it looks like the ethernet device should be there. Try "ifconfig -a". You should see a new device called mlxen0: My plan was to hard configure the IB links in the rc.conf file like: ifconfig_mlxen0="inet 192.168.22.1 netmask 255.255.255.0" ron. ----- Original Message ----- From: "Vadim Alimov" To: freebsd-infiniband@freebsd.org Sent: Friday, May 29, 2015 7:05:35 AM Subject: Re: Does mlxen work on FreeBSD 10.1 with ConnectX-3 Hi. Did you manage to bring up a mellanox NIC with qsfp port as an ethernet device? I'm facing exactly the same issue. mlx4_core0: mem 0xfbd00000-0xfbdfffff,0xf9800000-0xf9ffffff irq 16 at device 0.0 on pci4 mlx4_core: Mellanox ConnectX core driver v2.1 (May 28 2015) mlx4_en: Mellanox ConnectX HCA Ethernet driver v2.1 (May 28 2015) mlxen0: Ethernet address: 00:21:cc:49:48:93 mlx4_en: mlx4_core0: Port 1: Using 8 TX rings mlx4_en: mlx4_core0: Port 1: Using 8 RX rings Forward thanks for help. Vadim. -- Vadim Alimov CIO Maximum-Net LLC vadim@alimov.net skype: vadim.alimov office: +38 044-374-04-51 ext. 601 cellular: +38 067-827-05-77 _______________________________________________ freebsd-infiniband@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-infiniband To unsubscribe, send any mail to "freebsd-infiniband-unsubscribe@freebsd.org"