From owner-svn-src-all@freebsd.org Sat Nov 23 10:57:00 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 284EA1B1ED5; Sat, 23 Nov 2019 10:57:00 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:13b:39f::9f:25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47KqxR6zwGz3Qlj; Sat, 23 Nov 2019 10:56:59 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 36DEA8D4A15D; Sat, 23 Nov 2019 10:56:50 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id E113AE7084E; Sat, 23 Nov 2019 10:56:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id Rjl9_22xctkj; Sat, 23 Nov 2019 10:56:48 +0000 (UTC) Received: from [192.168.2.110] (unknown [IPv6:fde9:577b:c1a9:31:5b9:cdf5:df87:e3d2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 53100E70828; Sat, 23 Nov 2019 10:56:48 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Conrad Meyer" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r355024 - in head/sys: kern net sys Date: Sat, 23 Nov 2019 10:56:47 +0000 X-Mailer: MailMate (2.0BETAr6142) Message-ID: <2F916664-B316-4F61-810C-31D753FAC9B2@lists.zabbadoz.net> In-Reply-To: <201911222323.xAMNNfwi027342@repo.freebsd.org> References: <201911222323.xAMNNfwi027342@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47KqxR6zwGz3Qlj X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; REPLY(-4.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2019 10:57:00 -0000 On 22 Nov 2019, at 23:23, Conrad Meyer wrote: > Author: cem > Date: Fri Nov 22 23:23:40 2019 > New Revision: 355024 > URL: https://svnweb.freebsd.org/changeset/base/355024 > > Log: > Add explicit SI_SUB_EPOCH > > Add explicit SI_SUB_EPOCH, after SI_SUB_TASKQ and before SI_SUB_SMP > (EARLY_AP_STARTUP). Rename existing "SI_SUB_TASKQ + 1" to > SI_SUB_EPOCH. > > epoch(9) consumers cannot epoch_alloc() before > SI_SUB_EPOCH:SI_ORDER_SECOND, > but likely should allocate before SI_SUB_SMP. Prior to this change, > consumers (well, epoch itself, and net/if.c) just open-coded the > SI_SUB_TASKQ + 1 order to match epoch.c, but this was fragile. > > Reviewed by: mmacy > Differential Revision: https://reviews.freebsd.org/D22503 That’s the wrong review URL?