From owner-svn-src-all@freebsd.org Tue Nov 10 15:29:46 2015 Return-Path: Delivered-To: svn-src-all@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 97158A2AED2; Tue, 10 Nov 2015 15:29:46 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) (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 6A340164F; Tue, 10 Nov 2015 15:29:46 +0000 (UTC) (envelope-from gallatin@cs.duke.edu) Received: from [192.168.200.3] (c-73-147-115-187.hsd1.va.comcast.net [73.147.115.187]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: gallatin) by duke.cs.duke.edu (Postfix) with ESMTPSA id 21202F8016E; Tue, 10 Nov 2015 10:20:58 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=cs.duke.edu; s=mail; t=1447168858; bh=jU9lBGmjlLjm+Y/dbCYYW+aK+9roAqQfqZQB239tBj8=; h=Subject:To:From:Date; b=dKB11uGM+Rtd2UMe3Gd9EdJO0kDEGou15kwhTlyv9lIUvcMkwkptHuUALGhHQiVrJ 326FVe18JLU09mM+9PRjBZryB7wtdTg9VJAah/TZYcswKAnJVdpa6A9PmG3sl+HUF5 socz4uDInzqaVfUJijza/d1GMYqTFULprBsPc5CNZZ+s0n1zJaEjUAuSQh819f20Ux sQW2YVqtPlrNnpZ1CBNEHx5hqR3fANEn1BjJvYMzkEHW06EuYP1HnxRrAuTmbQPt/6 lq0X8Y12qBX2qG36ItYm1/flzaXNU8C8LpJiCiMHifLdaiNJ32Tc6vZKgfLsD4awxO OJdNvjsSXza5A== Subject: Re: svn commit: r290650 - in head/sys: dev/mlx5 dev/mlx5/mlx5_core dev/mlx5/mlx5_en modules/mlx5 modules/mlx5en To: Hans Petter Selasky , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201511101220.tAACKMpn022738@repo.freebsd.org> From: Andrew Gallatin Message-ID: <56420B58.3080504@cs.duke.edu> Date: Tue, 10 Nov 2015 10:20:56 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511101220.tAACKMpn022738@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:29:46 -0000 On 11/10/2015 07:20, Hans Petter Selasky wrote: > Author: hselasky > Date: Tue Nov 10 12:20:22 2015 > New Revision: 290650 > URL: https://svnweb.freebsd.org/changeset/base/290650 > > Log: > Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards > from Mellanox Technologies. The current driver supports ethernet > speeds up to and including 100 GBit/s. Infiniband support will be > done later. > > The code added is not compiled by default, which will be done by a > separate commit. > > Sponsored by: Mellanox Technologies > MFC after: 2 weeks This has been extensively tested at high load here at Netflix, and we have had several internet facing machines serving well over 70Gb/s each across these NICs for the last few months. Drew