From owner-freebsd-hackers@FreeBSD.ORG Wed Oct 29 15:24:27 2014 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 987BE1DF for ; Wed, 29 Oct 2014 15:24:27 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53C1688C for ; Wed, 29 Oct 2014 15:24:27 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id EE2141FE022; Wed, 29 Oct 2014 16:24:23 +0100 (CET) Message-ID: <545106B1.6070507@selasky.org> Date: Wed, 29 Oct 2014 16:24:33 +0100 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 MIME-Version: 1.0 To: Daniel Braniss , Meny Yossefi 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> <5405AD1B.90208@selasky.org> <9452A1B7-CA45-45D3-A0B4-FF9158C7F42B@cs.huji.ac.il> <5E84DE52-902D-4A04-9419-6723888E8818@cs.huji.ac.il> In-Reply-To: <5E84DE52-902D-4A04-9419-6723888E8818@cs.huji.ac.il> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: Mark Saad , "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: Wed, 29 Oct 2014 15:24:27 -0000 On 10/29/14 16:15, Daniel Braniss wrote: > hi all, > it took some time, but today I received 2 mlnx cards, (not engineering preview :-) > I can’t get the iPXE stuff to work, will need to spend some time with wireshark > to figure out what’s going on. > other than that seems to work, though have some issues, which get > fixed by turning off TSO > btw, when sending stuff, I get many: > <6>mlx4_en: mlxen0: Link Up > > how is the MFC going on? I’m still running 9.3-stable. > > thanks, > danny > Hi, The latest MLX code is in 11-current. Can you by chance install an 11-current kernel on your system? An MFC for 9-stable is planned, but needs to be tested more. --HPS