From owner-dev-commits-src-all@freebsd.org Fri Feb 12 08:09:45 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 AEB87547C51; Fri, 12 Feb 2021 08:09:45 +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 4DcR492H26z4ZZ2; Fri, 12 Feb 2021 08:09:44 +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 11C89X41012276 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 12 Feb 2021 09:09:33 +0100 X-MSA-Host: belenus.iks-jena.de Received: (from lutz@localhost) by belenus.iks-jena.de (8.14.3/8.14.1/Submit) id 11C89XOm011913; Fri, 12 Feb 2021 09:09:33 +0100 Date: Fri, 12 Feb 2021 09:09:33 +0100 From: Lutz Donnerhacke To: Lutz Donnerhacke Cc: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: Re: git: dd8f4fcd270d - stable/13 - netgraph/ng_source: Switch queuing framework Message-ID: <20210212080933.GA11902@belenus.iks-jena.de> References: <202102120807.11C87uRh020767@gitrepo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202102120807.11C87uRh020767@gitrepo.freebsd.org> X-message-flag: Please send plain text messages only. Thank you. User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: 4DcR492H26z4ZZ2 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-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: Fri, 12 Feb 2021 08:09:45 -0000 On Fri, Feb 12, 2021 at 08:07:56AM +0000, Lutz Donnerhacke wrote: > commit dd8f4fcd270d1b7191591d040f54dcaa78a1d609 > Author: Lutz Donnerhacke > AuthorDate: 2021-01-29 11:03:17 +0000 > Commit: Lutz Donnerhacke > CommitDate: 2021-02-12 08:05:19 +0000 > > netgraph/ng_source: Switch queuing framework > > Change the queuing framework from ifq to mbufq. > > Reported by: glebius > Reviewed by: glebius, kp > Differential Revision: https://reviews.freebsd.org/D28407 I missed "cherry-picked from commit ...", sorry.