From owner-dev-commits-src-main@freebsd.org Fri Jan 29 22:38:29 2021 Return-Path: Delivered-To: dev-commits-src-main@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 A97EF4FB42F; Fri, 29 Jan 2021 22:38:29 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (glebi.us [162.251.186.162]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DSC111Rthz4WYJ; Fri, 29 Jan 2021 22:38:27 +0000 (UTC) (envelope-from glebius@freebsd.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.16.1/8.16.1) with ESMTPS id 10TMcJNM021231 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Fri, 29 Jan 2021 14:38:19 -0800 (PST) (envelope-from glebius@freebsd.org) Received: (from glebius@localhost) by cell.glebi.us (8.16.1/8.16.1/Submit) id 10TMcJsM021230; Fri, 29 Jan 2021 14:38:19 -0800 (PST) (envelope-from glebius@freebsd.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@freebsd.org using -f Date: Fri, 29 Jan 2021 14:38:19 -0800 From: Gleb Smirnoff To: John Baldwin Cc: src-committers@freebsd.org, dev-commits-src-all@freebsd.org, dev-commits-src-main@freebsd.org Subject: Re: git: 3f43ada98c89 - main - Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG. Message-ID: References: <202101292010.10TKAFGO039671@gitrepo.freebsd.org> <90c5436e-1df9-d755-be5f-ea87d6a9da4f@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90c5436e-1df9-d755-be5f-ea87d6a9da4f@FreeBSD.org> X-Rspamd-Queue-Id: 4DSC111Rthz4WYJ X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2021 22:38:29 -0000 On Fri, Jan 29, 2021 at 02:20:31PM -0800, John Baldwin wrote: J> On 1/29/21 12:10 PM, Gleb Smirnoff wrote: J> > The branch main has been updated by glebius: J> > J> > URL: https://cgit.FreeBSD.org/src/commit/?id=3f43ada98c89bce5ae416e203ba0e81595a5cd88 J> > J> > commit 3f43ada98c89bce5ae416e203ba0e81595a5cd88 J> > Author: Gleb Smirnoff J> > AuthorDate: 2021-01-28 21:08:48 +0000 J> > Commit: Gleb Smirnoff J> > CommitDate: 2021-01-29 19:46:24 +0000 J> > J> > Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG. J> > J> > Originally IFCAP_NOMAP meant that the mbuf has external storage pointer J> > that points to unmapped address. Then, this was extended to array of J> > such pointers. Then, such mbufs were augmented with header/trailer. J> > Basically, extended mbufs are extended, and set of features is subject J> > to change. The new name should be generic enough to avoid further J> > renaming. J> J> Are you planning to merge this to 13? I didn't see a MFC after, but it would J> be really odd to have -nomap present on 13.x only to break it on 14.0. Yes, of course planned to MFC to 13. -- Gleb Smirnoff