From owner-freebsd-net@FreeBSD.ORG Tue Apr 14 20:15:09 2015 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96FE5343 for ; Tue, 14 Apr 2015 20:15:09 +0000 (UTC) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebius.int.ru", Issuer "cell.glebius.int.ru" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D1CE6A5A for ; Tue, 14 Apr 2015 20:15:06 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.9/8.14.9) with ESMTP id t3EKF4e6025217 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 14 Apr 2015 23:15:05 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t3EKF4GG025216 for net@FreeBSD.org; Tue, 14 Apr 2015 23:15:04 +0300 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Tue, 14 Apr 2015 23:15:04 +0300 From: Gleb Smirnoff To: net@FreeBSD.org Subject: Re: moving ALTQ out of contrib Message-ID: <20150414201504.GY883@FreeBSD.org> References: <20150414135346.GU883@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <20150414135346.GU883@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Apr 2015 20:15:09 -0000 On Tue, Apr 14, 2015 at 04:53:46PM +0300, Gleb Smirnoff wrote: T> Hi! T> T> With the new ifnet KPI, that is now being developed in projects/ifnet, T> the ALTQ will need some tweaking. It is discontinued by initial author T> for a decade now, and it has already experienced direct commits in T> our tree. Thus, I see no good reasons to continue keeping it in contrib. T> T> In NetBSD they have it in sys/altq. T> T> I'd prefer to move it to sys/net/altq. T> T> Any objections or better ideas? Suggested diff. -- Totus tuus, Glebius.