From owner-freebsd-net@FreeBSD.ORG Fri Nov 10 22:00:11 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 32C8816A416 for ; Fri, 10 Nov 2006 22:00:11 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C758A43D58 for ; Fri, 10 Nov 2006 22:00:09 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so389869nzh for ; Fri, 10 Nov 2006 14:00:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AGDlr4nGvQYI0uMgvjozr2l0E2l2W9VW2njjUJg/WWo/zoCZ43HUNvouHJ2Hso2q0Xd8iK4s6JiJ/sTpmL9QiZSvhb4Zj8fDQCbTS5y0S+t18YZ6QqoPSc7/bKbat7l2OdmmMqZt72B/JKk9ztQrmNhUeGuyTRrWBmkvTiZDuPI= Received: by 10.35.111.14 with SMTP id o14mr4214122pym.1163196008397; Fri, 10 Nov 2006 14:00:08 -0800 (PST) Received: by 10.35.118.6 with HTTP; Fri, 10 Nov 2006 14:00:07 -0800 (PST) Message-ID: <2a41acea0611101400w5b8cef40ob84ed6de181f3e2c@mail.gmail.com> Date: Fri, 10 Nov 2006 14:00:08 -0800 From: "Jack Vogel" To: "Mike Tancsa" In-Reply-To: <200611102004.kAAK4iO9027778@lava.sentex.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0611081719h31be096eu614d2f2325aff511@mail.gmail.com> <200611091536.kA9FaltD018819@lava.sentex.ca> <45534E76.6020906@samsco.org> <200611092200.kA9M0q1E020473@lava.sentex.ca> <200611102004.kAAK4iO9027778@lava.sentex.ca> Cc: freebsd-net , Scott Long , freebsd-stable@freebsd.org Subject: Re: Proposed 6.2 em RELEASE patch X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Nov 2006 22:00:11 -0000 On 11/10/06, Mike Tancsa wrote: > > Some more tests. I tried again with what was committed to today's > RELENG_6. I am guessing its pretty well the same patch. Polling is > the only way to avoid livelock at a high pps rate. Does anyone know > of any simple tools to measure end to end packet loss ? Polling will > end up dropping some packets and I want to be able to compare. Same > hardware from the previous post. The commit WAS the last patch I posted. SO, making sure I understood you, you are saying that POLLING is doing better than FAST_INTR, or only better than the legacy code that went in with my merge? Jack