From owner-freebsd-arch@FreeBSD.ORG Thu Nov 30 14:56:34 2006 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D60AA16A403 for ; Thu, 30 Nov 2006 14:56:34 +0000 (UTC) (envelope-from freebsd-arch@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD3C43D80 for ; Thu, 30 Nov 2006 14:52:55 +0000 (GMT) (envelope-from freebsd-arch@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GpnHI-0001hk-CQ for freebsd-arch@freebsd.org; Thu, 30 Nov 2006 15:52:44 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Nov 2006 15:52:44 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 30 Nov 2006 15:52:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-arch@freebsd.org From: Ivan Voras Date: Thu, 30 Nov 2006 15:52:22 +0100 Lines: 31 Message-ID: References: <200611292147.kATLll4m048223@apollo.backplane.com> <11606.1164837711@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 1.5.0.4 (X11/20060625) In-Reply-To: <11606.1164837711@critter.freebsd.dk> Sender: news Subject: Re: a proposed callout API X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Nov 2006 14:56:34 -0000 Poul-Henning Kamp wrote: > In message <200611292147.kATLll4m048223@apollo.backplane.com>, Matthew Dillon w > rites: > >> The difference between you and me, Poul, is that you always try to play >> cute tricks with words when you intend to insult someone. Me? I just >> go ahead and insult them explicitly. > > I can do that too: You're a pompous asshole who doesn't know what > you're talking about. > > Now, does that make you feel better ? > >> In anycase, I think the relevance of my comments is clear to anyone who >> has followed the project. Are you guys so stuck up on performance >> that you are willing to seriously pollute your APIs just to get rid of >> a few multiplications and divisions? > > You have your project and we have ours. > > You make your choices, we make ours. > > You have your mailing lists, we have ours. > > CTRL-D for all I care. No trying to take sides here, but for us willing to learn here, what exactly are the problems in Matt Dillon's suggestions? From a novice's POV, having per-cpu queues looks (emphasis: looks) very scalable and performant.