From owner-freebsd-net@FreeBSD.ORG Fri Apr 26 17:25:41 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 635B18DC; Fri, 26 Apr 2013 17:25:41 +0000 (UTC) (envelope-from cochard@gmail.com) Received: from mail-ve0-x236.google.com (mail-ve0-x236.google.com [IPv6:2607:f8b0:400c:c01::236]) by mx1.freebsd.org (Postfix) with ESMTP id 0338D144D; Fri, 26 Apr 2013 17:25:40 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id da11so1984494veb.13 for ; Fri, 26 Apr 2013 10:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=hnDiUcR80vL3JND3A0ki8UgO2K8A9Q6cTecLAlP9SZw=; b=DvEpzoiAWchqo9sPPD4Lt4mQyTNbsp2VllpGDPO80Gy+fwx1YLHrNfsRPMF4RAbTN2 49KkS0IKK9cVxdmQNFy5EAnf64ayy/k8xr2mg0FwSRK628nI6hvoW1WgjzX6GdHimReP 07oXngaxqcjZFYmadni2bZlH5mXBx8O5M1O6OkDkZfeQ0Zpns4qxHmCCzxqOELz0NrDV Pcij5t9/EjIlC3Qv4ppvrfygFcI0kFZapELp8h6wLQ7ZW6r6r0BDyhzzG99LUwf0dGkl CJQ6D6N5ssXDKOYFZEgjKgJ3OoVYC/Ntc0hPWti7eht3bcAroXxwfy5RZpgulBDPpCHk GLuw== X-Received: by 10.58.143.100 with SMTP id sd4mr29517839veb.39.1366997140475; Fri, 26 Apr 2013 10:25:40 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.59.9.103 with HTTP; Fri, 26 Apr 2013 10:25:19 -0700 (PDT) In-Reply-To: References: <5176E5C1.9090601@soe.ucsc.edu> <20130426134224.GV76816@FreeBSD.org> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Fri, 26 Apr 2013 19:25:19 +0200 X-Google-Sender-Auth: Fch4efK8YIgCDn43SAop0-eLRHk Message-ID: Subject: Re: pf performance? To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-net@freebsd.org" , Erich Weiler X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 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, 26 Apr 2013 17:25:41 -0000 On Fri, Apr 26, 2013 at 7:16 PM, Adrian Chadd wrote: > Do you have witness, etc enabled in -current? > Hi Adrian, Of course not :-) The src.conf have: MALLOC_PRODUCTION= And the kernel have: include GENERIC nomakeoption DEBUG nooptions DDB nooptions GDB nooptions DEADLKRES nooptions INVARIANTS nooptions INVARIANT_SUPPORT nooptions WITNESS nooptions WITNESS_SKIPSPIN nooptions MALLOC_DEBUG_MAXZONE Regards,