From owner-freebsd-net@FreeBSD.ORG Tue Apr 14 13:53:52 2015 Return-Path: Delivered-To: net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22CE8E3A for ; Tue, 14 Apr 2015 13:53:52 +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 8927B3C9 for ; Tue, 14 Apr 2015 13:53:50 +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 t3EDrkSC023516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 14 Apr 2015 16:53:46 +0300 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.9/8.14.9/Submit) id t3EDrk0b023515 for net@FreeBSD.org; Tue, 14 Apr 2015 16:53:46 +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 16:53:46 +0300 From: Gleb Smirnoff To: net@FreeBSD.org Subject: moving ALTQ out of contrib Message-ID: <20150414135346.GU883@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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 13:53:52 -0000 Hi! With the new ifnet KPI, that is now being developed in projects/ifnet, the ALTQ will need some tweaking. It is discontinued by initial author for a decade now, and it has already experienced direct commits in our tree. Thus, I see no good reasons to continue keeping it in contrib. In NetBSD they have it in sys/altq. I'd prefer to move it to sys/net/altq. Any objections or better ideas? -- Totus tuus, Glebius.