From nobody Mon May 31 23:00:34 2021 X-Original-To: freebsd-net@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id BFE63BF9701 for ; Tue, 1 Jun 2021 06:10:51 +0000 (UTC) (envelope-from lutz@iks-jena.de) Received: from annwfn.iks-jena.de (annwfn.iks-jena.de [IPv6:2001:4bd8::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FvMGf5K1Zz3M5v; Tue, 1 Jun 2021 06:10:50 +0000 (UTC) (envelope-from lutz@iks-jena.de) X-SMTP-Sender: IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f Received: from belenus.iks-jena.de (belenus.iks-jena.de [IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f]) by annwfn.iks-jena.de (8.15.2/8.15.2) with ESMTPS id 1516AjJ4028332 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Jun 2021 08:10:45 +0200 X-MSA-Host: belenus.iks-jena.de Received: (from lutz@localhost) by belenus.iks-jena.de (8.14.3/8.14.1/Submit) id 1516AjUQ009147; Tue, 1 Jun 2021 08:10:45 +0200 Date: Tue, 1 Jun 2021 01:00:34 +0200 From: Lutz Donnerhacke To: freebsd-net@freebsd.org Cc: freebsd-performance@freebsd.org Subject: May you have some spare time to review? Message-ID: <20210531230034.GA312@belenus.iks-jena.de> List-Id: Networking and TCP/IP with FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-net List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-net@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-message-flag: Please send plain text messages only. Thank you. User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: 4FvMGf5K1Zz3M5v X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of lutz@iks-jena.de designates 2001:4bd8::19 as permitted sender) smtp.mailfrom=lutz@iks-jena.de X-Spamd-Result: default: False [-2.00 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[2001:4bd8::19:from]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:4bd8::/48:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[freebsd.org]; SPAMHAUS_ZRD(0.00)[2001:4bd8::19:from:127.0.2.255]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-1.00)[-0.997]; FORGED_SENDER(0.30)[donner@freebsd.org,lutz@iks-jena.de]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:15725, ipnet:2001:4bd8::/29, country:DE]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[donner@freebsd.org,lutz@iks-jena.de]; MAILMAN_DEST(0.00)[freebsd-net,freebsd-performance] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N Hi everybody, instead of adding some people, who will already do a lot of cooperative work for others, to each of the reviews, I'd ask with a single message to the list for some of your valuable time. The whole project is about a better performance in natting (libalias). Because there is a larger pile of mature code to rethink and redesign before coming up with efficient data structures, the review is split in some semantically coherent pieces. But it's all a single stacked review. So if you had read up to this point, may you consider yourself as a reviewer. D30536 libalias: Switch to efficient data structure for incoming traffic D30516 libalias: Switch to efficient data structure for outgoing traffic D30582 libalias: Restructure - Finalize D30581 libalias: Restructure - Use AliasRange instead of PORT_BASE D30580 libalias: Restructure - Table for PPTP D30575 libalias: Restructure - Group expire handling entries D30574 libalias: Restructure - Group incoming links D30573 libalias: Restructure - Cleanup and Use for links D30572 libalias: Restructure - Outgoing search D30571 libalias: Restructure - Cleanup _FindLinkIn D30570 libalias: Restructure - Table for partially links D30569 libalias: Restructure - Separate fully qualified search D30568 libalias: Restructure - Common search terms D30566 libalias: Promote per instance global variable timeStamp D30277 libalias: tidy up housekeeping D30587 libalias: Stats are unsigned Thank you