From owner-freebsd-net@freebsd.org Wed Jan 18 10:02:51 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 133F5CB51AF for ; Wed, 18 Jan 2017 10:02:51 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (mail.norma.perm.ru [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6993C1C09 for ; Wed, 18 Jan 2017 10:02:50 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. ([IPv6:fd00::7af]) by elf.hq.norma.perm.ru (8.15.2/8.15.2) with ESMTPS id v0IA2khw036056 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 18 Jan 2017 15:02:46 +0500 (YEKT) (envelope-from emz@norma.perm.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=norma.perm.ru; s=key; t=1484733767; bh=kLcWsGfpnlCuOazZuIrobclgW1CwNV9x24tZwvMJHo0=; h=Subject:To:References:From:Date:In-Reply-To; b=fze+WMA2/hF/OhUCwoMePeCkP2EbLTKpOM57z4hZkWJp+P+tqthQWdAO9/YJI1kOT Pmb4aoLqKPzMNYyD1kv3RY6NV0XZD93TUrbbtg8Hu4E9qx6fPbJHxe2ZVLn0P4XP1Q FyNRF+stVWvwOswvQq1w7dh6Qdn3HeI/7UpT8IyY= Subject: Re: decent 40G network adapters To: freebsd-net@FreeBSD.org, Meny Yossefi References: <587F39E3.1060608@norma.perm.ru> <59b43877-5194-20bc-27b5-486f7f449cf7@selasky.org> From: "Eugene M. Zheganin" Message-ID: <587F3D46.1010702@norma.perm.ru> Date: Wed, 18 Jan 2017 15:02:46 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <59b43877-5194-20bc-27b5-486f7f449cf7@selasky.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 10:02:51 -0000 Hi. On 18.01.2017 14:51, Hans Petter Selasky wrote: > On 01/18/17 10:48, Eugene M. Zheganin wrote: >> Hi. >> >> Could someone recommend a decent 40Gbit adapter that are proven to be >> working under FreeBSD ? The intended purpose - iSCSI traffic, not much >> pps, but rates definitely above 10G. I've tried Supermicro-manufactured >> Intel XL710 ones (two boards, different servers - same sad story: >> packets loss, server unresponsive, spikes), seems like they have a >> problem in a driver (or firmware), and though Intel support states this >> is because the Supermicro tampered with the adapter, I'm still >> suspicious about ixl(4). I've also seen in the ML a guy reported the >> exact same problem with ixl(4) as I have found. >> >> So, what would you say ? Chelsio ? >> > > Hi, > > I think also the Mellanox, mlx4 and mlx5 drivers will support this. > Are you using infiniband or TCP for backend? > > Thanks. I'm using TCP. Eugene.