From owner-freebsd-net@freebsd.org Wed Jan 11 19:54:16 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 F13E9CABB82; Wed, 11 Jan 2017 19:54:16 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBD0B1B15; Wed, 11 Jan 2017 19:54:16 +0000 (UTC) (envelope-from mmacy@nextbsd.org) Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1484164449753237.24798839998505; Wed, 11 Jan 2017 11:54:09 -0800 (PST) Date: Wed, 11 Jan 2017 11:54:09 -0800 From: Matthew Macy To: =?UTF-8?Q?=22Olivier_Cochard-Labb=C3=A9=22?= Cc: "Sean Bruno" , "freebsd-net@freebsd.org" , "freebsd-current@freebsd.org" Message-ID: <1598f1845d6.125d30bfe89230.1420530647486361817@nextbsd.org> In-Reply-To: References: <30f21c75-d3a2-edcd-1999-d5ed9f970c06@freebsd.org> <1598d97bf2a.c6bcb76838987.6501340920645175463@nextbsd.org> <574a7ac7-4842-9518-8286-a4d89a9f7a27@freebsd.org> Subject: Re: HEADS-UP: IFLIB implementations of sys/dev/e1000 em, lem, igb pending MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Priority: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail 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, 11 Jan 2017 19:54:17 -0000 > > x head r311848: packets per second > + head r311849 and BAR patch: packets per second > +--------------------------------------------------------------------------+ > |++ ++ + xxx x x| > | |__M__A____| | > | |___AM__| | > +--------------------------------------------------------------------------+ > N Min Max Median Avg Stddev > x 5 924170 943071 927509 931612.1 8096.8269 > + 5 831452 845929.5 840940 838730.5 6413.5602 > Difference at 95.0% confidence > -92881.6 +/- 10652.2 > -9.96999% +/- 1.07481% > (Student's t, pooled s = 7303.85) I apologize. I've only had profiling data for NFLX's read-mostly workload on which it (or at least ixl) is 10% faster. Could you please detail your setup for us so that we can reproduce and get profiling data? Thanks in advance. -M