From owner-freebsd-stable@freebsd.org Mon Aug 17 11:49:28 2015 Return-Path: Delivered-To: freebsd-stable@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 572029BBB27; Mon, 17 Aug 2015 11:49:28 +0000 (UTC) (envelope-from haramrae@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 243B31B23; Mon, 17 Aug 2015 11:49:28 +0000 (UTC) (envelope-from haramrae@gmail.com) Received: by iodt126 with SMTP id t126so148269275iod.2; Mon, 17 Aug 2015 04:49:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9GXDOBqwjOHp180geY81O4hOqReO4F4gNo+V2nRhhSY=; b=EkpHRuSOXM/xXwBY11wO0UGT2r81htP3dcxr2O8GbA598NImLx9ONkxtloVjIr8yjQ y3KpPD3BdBhlcj7yz7fHnNndNEHdrRc+LaobiJ4VzSYTM+QGWqIYrnyc3/J8FvCIF+6E uckkCU66O4t2pLuUrYKXa7QkNMe/pxbyYmXYO+t8jSAmZIpyXRM/1qmHhDWuvLddNT9M CDxkJL3Xv0RbNlKUKWt9/SQBBTxLjweFGG3azq63wvD4MJ6JE0ONLOTfISDR896Cr5VZ V0cncw2VA/uG7I7alTMF8sdcaoZbzXVHG3a1/PfUGbtLP53K+ZfzEKgJB1ih60np1CD9 FlgQ== MIME-Version: 1.0 X-Received: by 10.107.169.215 with SMTP id f84mr1071456ioj.42.1439812167503; Mon, 17 Aug 2015 04:49:27 -0700 (PDT) Received: by 10.64.80.197 with HTTP; Mon, 17 Aug 2015 04:49:27 -0700 (PDT) In-Reply-To: <20150817113923.GK1872@zxy.spb.ru> References: <1D52028A-B39F-4F9B-BD38-CB1D73BF5D56@cs.huji.ac.il> <20150817094145.GB3158@zxy.spb.ru> <197995E2-0C11-43A2-AB30-FBB0FB8CE2C5@cs.huji.ac.il> <20150817113923.GK1872@zxy.spb.ru> Date: Mon, 17 Aug 2015 13:49:27 +0200 Message-ID: Subject: Re: ix(intel) vs mlxen(mellanox) 10Gb performance From: Alban Hertroys To: Slawa Olhovchenkov Cc: Daniel Braniss , FreeBSD Net , FreeBSD stable Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2015 11:49:28 -0000 On 17 August 2015 at 13:39, Slawa Olhovchenkov wrote: > In any case, for 10Gb expect about 1200MGB/s. Your usage of units is confusing. Above you claim you expect 1200 million gigabytes per second, or 1.2 * 10^18 Bytes/s. I don't think any known network interface can do that, including highly experimental ones. I suspect you intended to claim that you expect 1.2GB/s (Gigabytes per second) over that 10Gb/s (Gigabits per second) network. That's still on the high side of what's possible. On TCP/IP there is some TCP overhead, so 1.0 GB/s is probably more realistic. WRT the actual problem you're trying to solve, I'm no help there. -- If you can't see the forest for the trees, Cut the trees and you'll see there is no forest.