From owner-svn-src-head@freebsd.org Sun Aug 5 14:06:34 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA8CD1053C23; Sun, 5 Aug 2018 14:06:34 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A22490B3B; Sun, 5 Aug 2018 14:06:34 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 202DF2198C; Sun, 5 Aug 2018 14:06:34 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [10.0.2.164] (ptr-8rgnodu50paeznfgda2.18120a2.ip6.access.telenet.be [IPv6:2a02:1811:240b:b802:30d1:a917:bc05:823a]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 661A74154D; Sun, 5 Aug 2018 16:06:32 +0200 (CEST) From: "Kristof Provost" To: "John-Mark Gurney" Cc: "Gleb Smirnoff" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r336221 - head/sys/net Date: Sun, 05 Aug 2018 16:06:30 +0200 X-Mailer: MailMate (2.0BETAr6116) Message-ID: In-Reply-To: <20180805020249.GL2884@funkthat.com> References: <201807121635.w6CGZZAN046919@repo.freebsd.org> <20180803230405.GI420@FreeBSD.org> <25795E0A-A362-44B2-AC5A-573442FC256D@FreeBSD.org> <20180805020249.GL2884@funkthat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2018 14:06:34 -0000 On 5 Aug 2018, at 4:02, John-Mark Gurney wrote: > Also, I don't know the hash used, but another option is to use a > non-power of 2 hash... > I remember seeing patches someone experimented with a new hash algorithm, but I can’t seem to find it anywhere right now. I believe the patch was abandoned, perhaps because of disappointing results. > Increasing the memory required on smaller systems and not making sure > it's documented how to save that memory is a bad idea... > The relevant tuneables are documented in the pf(4) man page. Regards, Kristof