From owner-dev-commits-src-all@freebsd.org Wed Aug 18 09:56:38 2021 Return-Path: Delivered-To: dev-commits-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 8E9926752A1; Wed, 18 Aug 2021 09:56:38 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqNbB3gtkz3nMw; Wed, 18 Aug 2021 09:56:38 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "R3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4CD4128FEB; Wed, 18 Aug 2021 09:56:38 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id CCA6C496AA; Wed, 18 Aug 2021 11:56:36 +0200 (CEST) From: "Kristof Provost" To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: a051ca72e281 - main - Introduce m_get3() Date: Wed, 18 Aug 2021 11:56:36 +0200 X-Mailer: MailMate (1.13.2r5673) Message-ID: <3C4C4BD6-CBD6-4A35-BA4B-13070DCDC448@FreeBSD.org> In-Reply-To: <202108180852.17I8q2Wl009885@gitrepo.freebsd.org> References: <202108180852.17I8q2Wl009885@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 09:56:38 -0000 On 18 Aug 2021, at 10:52, Kristof Provost wrote: > The branch main has been updated by kp: > > URL: = > https://cgit.FreeBSD.org/src/commit/?id=3Da051ca72e2815b9bbba1e422f5abf= 22bc2a01551 > > commit a051ca72e2815b9bbba1e422f5abf22bc2a01551 > Author: Kristof Provost > AuthorDate: 2021-08-07 18:02:21 +0000 > Commit: Kristof Provost > CommitDate: 2021-08-18 06:48:27 +0000 > > Introduce m_get3() > > Introduce m_get3() which is similar to m_get2(), but can allocate = > up to > MJUM16BYTES bytes (m_get2() can only allocate up to MJUMPAGESIZE). > > This simplifies the bpf improvement in f13da24715. > Reviewed by: glebius, np But I accidentally pushed this along with the = 07edc89c393c1c4f09e0afe8e528f5d091f0ae04 before I added the tag. Kristof