From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 2 11:42:18 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF1B8D79 for ; Tue, 2 Sep 2014 11:42:18 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CC491453 for ; Tue, 2 Sep 2014 11:42:18 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id D5EF31FE027; Tue, 2 Sep 2014 13:42:15 +0200 (CEST) Message-ID: <5405AD1B.90208@selasky.org> Date: Tue, 02 Sep 2014 13:42:19 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Mark Saad , Daniel Braniss Subject: Re: Mellanox 10gb driver? References: <5FA0CF8C-2C93-4639-AA6C-40D3C278FE0F@cs.huji.ac.il> <53EDF13D.5050206@selasky.org> <0E7861FF-AB45-421F-8BA0-0EAD02B85AF0@cs.huji.ac.il> <3E7F3970-0541-402F-B855-EDA299B5BBC1@cs.huji.ac.il> <53EF0260.9030806@selasky.org> <7D49FD54-AA37-4F04-952E-5A07754762E5@cs.huji.ac.il> <53EF09DC.60601@selasky.org> <8FD6967F-E130-4FBC-B93B-D5D508279E11@cs.huji.ac.il> <76068BC4-886A-46F9-A535-EB2109FE1ECF@cs.huji.ac.il> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: "hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 11:42:19 -0000 On 08/29/14 15:23, Mark Saad wrote: > >> On Aug 29, 2014, at 2:37 AM, Daniel Braniss wrote: >> >> hi all, >> I managed to have the card recognised, now working is a different story :-) >> It sort of works, the console is full of: >> >> <6>mlx4_en: mlxen0: Link Up >> <6>mlx4_en: mlxen0: Link Up >> <6>mlx4_en: mlxen0: Link Up >> ... >> >> killing dhclient got rid of that. >> >> maybe the fact that my card is an ‘engineering sample’ have any thing to do? >> without dhclient, and not diskless it seems to be doing ok. >> also, I can’t get it working with a 15m Twinax >> > > I ran into an issue with intel 10gb cards where the twinax cables from Cisco would not work with the intel nics . You issue could be related , double check the twinax cables are supported . Truth be told it's the integrated sfp+ that is the issue . > > -- > Mark saad | mark.saad@longcount.org > FYI: Snapshot of coming MLXEN FreeBSD driver for those that want to try: > http://www.mellanox.com/page/products_dyn?product_family=193&mtag=freebsd_driver --HPS