From owner-svn-src-projects@FreeBSD.ORG Fri Jun 21 08:47:45 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C38919A; Fri, 21 Jun 2013 08:47:45 +0000 (UTC) (envelope-from ermal.luci@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) by mx1.freebsd.org (Postfix) with ESMTP id 1DB3012EA; Fri, 21 Jun 2013 08:47:45 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id l10so4369974qcy.4 for ; Fri, 21 Jun 2013 01:47:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=zGpNo+ySA3vlmgZt00mFK6VbINGAd5PritePS1FYRJ8=; b=z4LYE+P1r+ojXrmbVMdSotAYZLBo0SU7CK6zh4ddQZwVMBQ5qh8MshBw39IylGfSSh ou/0gaQ0UtR0t1NHTbQDQcEnk/e9gzva7HJwD1nek8AEJtJaE4UjdQWehjBsBxli5Tzq JzCPBOkZF/Ue6c/VO//AO1rknejhyQTamK7o7AVCaDU3H0PaJSDXtyLRRfYCubWOlLyC lHNSUeGP1k2jun4hh6DnFaL68yHPtu9H/FQnL8srZ4SiBnku1UA57nZT3jd4fdK0nfNf OPDGN52UlRdRziVh/eJ8gmyQwxGrZv+5CubKNPD67wTeuOfBSO1ih8ZdJbk8QjGH4EST QTLA== MIME-Version: 1.0 X-Received: by 10.229.92.76 with SMTP id q12mr943987qcm.76.1371804464598; Fri, 21 Jun 2013 01:47:44 -0700 (PDT) Sender: ermal.luci@gmail.com Received: by 10.49.36.41 with HTTP; Fri, 21 Jun 2013 01:47:44 -0700 (PDT) In-Reply-To: <20130621072857.GU1214@FreeBSD.org> References: <201306191337.r5JDbU3c028003@svn.freebsd.org> <20130621065232.GT1214@FreeBSD.org> <20130621072857.GU1214@FreeBSD.org> Date: Fri, 21 Jun 2013 10:47:44 +0200 X-Google-Sender-Auth: p-4Xf81TwSyJcdr6nF9h0A7iIys Message-ID: Subject: Re: svn commit: r251993 - in projects/pf/head/sys: net netpfil/pf From: =?ISO-8859-1?Q?Ermal_Lu=E7i?= To: Gleb Smirnoff Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 08:47:45 -0000 Yeah but what makes it so hard to be runtime configurable! Its just a hash mask no? dummynet already does runtime chaning as an example of components using hash and runtime configurable. On Fri, Jun 21, 2013 at 9:28 AM, Gleb Smirnoff wrote: > On Fri, Jun 21, 2013 at 08:55:16AM +0200, Ermal Lu?i wrote: > E> Before the implementation of the multi-locks. > E> You were able to specify limits and tuning at runtime. > > Before implementation of multi-locks there were no hash sizes > neither hash masks. > > > Log: > > De-vnet hash sizes and hash masks. > > > > Submitted by: Nikos Vassiliadis > > Reviewed by: trociny > > -- > Totus tuus, Glebius. > -- Ermal