From owner-freebsd-net@FreeBSD.ORG Fri Sep 9 00:43:18 2011 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86611106566C for ; Fri, 9 Sep 2011 00:43:18 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from vps.hungerhost.com (vps.hungerhost.com [216.38.53.176]) by mx1.freebsd.org (Postfix) with ESMTP id 57A478FC16 for ; Fri, 9 Sep 2011 00:43:18 +0000 (UTC) Received: from [50.12.52.187] (helo=[192.168.1.10]) by vps.hungerhost.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1R1ot1-0003Y8-JK; Thu, 08 Sep 2011 20:24:05 -0400 Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii From: George Neville-Neil In-Reply-To: Date: Thu, 8 Sep 2011 20:24:01 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <567B01DF-7D52-4C5C-8F69-96CDB20FAC92@neville-neil.com> References: <2AB05A3E-BDC3-427D-B4A7-ABDDFA98D194@dudu.ro> <0BB87D28-3094-422D-8262-5FA0E40BFC7C@dudu.ro> To: Takuya ASADA X-Mailer: Apple Mail (2.1244.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.hungerhost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - neville-neil.com Cc: net@freebsd.org Subject: Re: Multiqueue support for bpf 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, 09 Sep 2011 00:43:18 -0000 On Aug 19, 2011, at 04:21 , Takuya ASADA wrote: > Any comments or suggestions? >=20 >=20 One comment, one question. First, I think we should try to integrate this work and then tune it up = more. The API is, I think, fine, and performance tuning takes a bit of work. Second, what are the parameters set on buffers for the drivers? I.e. = how many slots do they have in their queues etc.? If they defaults are too small, and = often they are, then that's going to hurt your performance. Best, George