From owner-freebsd-ipfw@FreeBSD.ORG Wed Dec 28 07:04:25 2011 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3A99106564A; Wed, 28 Dec 2011 07:04:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id E20138FC0C; Wed, 28 Dec 2011 07:04:24 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so16826905vbb.13 for ; Tue, 27 Dec 2011 23:04:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=tu1ZzkUqZXe2PvcT4ikIXOl5ImN76QkxYyiY55FNMZo=; b=IXoWvC+3GSdSSLU7969Cgb7eGpNnERYPwmyvste7tnVCHZOaQ0wcwCP0kccVst4pcn iORmoZMvzuqeu6t/92qk2v9SG9dA43R40n0IbbYwrXfIhlQWjVtWdwOENGAWnWKeJGuN GJSgTyu3hLqOeYaQziHz6u61aPfrR0pxzOJno= MIME-Version: 1.0 Received: by 10.52.180.98 with SMTP id dn2mr6132224vdc.83.1325055864033; Tue, 27 Dec 2011 23:04:24 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Tue, 27 Dec 2011 23:04:23 -0800 (PST) In-Reply-To: References: <1498545030.20111227015431@nitronet.pl> <4EF9ADBC.8090402@FreeBSD.org> <623366116.20111227150047@nitronet.pl> <20111227142600.GA65456@onelab2.iet.unipi.it> <91777482.20111228102644@serebryakov.spb.ru> Date: Tue, 27 Dec 2011 23:04:23 -0800 X-Google-Sender-Auth: 22Lo90bWFEv3b3vj7SJXU19hylI Message-ID: From: Adrian Chadd To: Juli Mallett Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Pawel Tyll , lev@freebsd.org, "Alexander V. Chernikov" , freebsd-net@freebsd.org, freebsd-ipfw@freebsd.org, Luigi Rizzo Subject: Re: Firewall Profiling. X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Dec 2011 07:04:25 -0000 On 27 December 2011 22:32, Juli Mallett wrote: > Reloading of mbufs into DMA descriptors? =A0mbuf allocator overhead > itself? =A0Interrupts. =A0Context switches under constant heavy load. > Some indirection in the network stack. Keeping caches primed? Not doing lots of very-deep-stack stuff for each packet, which is the bane of all current kernel-space UNIX implementations of frame forwarding? :) Adrian