From owner-freebsd-pf@FreeBSD.ORG Mon May 5 21:20:01 2014 Return-Path: Delivered-To: freebsd-pf@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC2542A5 for ; Mon, 5 May 2014 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 97F0D858 for ; Mon, 5 May 2014 21:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45LK0KU093615 for ; Mon, 5 May 2014 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45LK0ii093614; Mon, 5 May 2014 21:20:00 GMT (envelope-from gnats) Date: Mon, 5 May 2014 21:20:00 GMT Message-Id: <201405052120.s45LK0ii093614@freefall.freebsd.org> To: freebsd-pf@FreeBSD.org Cc: From: Daniel Engberg Subject: Re: kern/189060: [pf] pf + altq doesn't work on octe (Edgerouter Lite) [regression] Reply-To: Daniel Engberg X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 21:20:01 -0000 The following reply was made to PR kern/189060; it has been noted by GNATS. From: Daniel Engberg To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/189060: [pf] pf + altq doesn't work on octe (Edgerouter Lite) [regression] Date: Mon, 05 May 2014 23:18:26 +0200 The issue is that octe uses the new framework (if_transmit()) for network handling while altq only supports the old one (if_start()). As for now, there are no plans on adding support for the old framework making it support both as the em driver. There's a plan by glebius@ of adding altq support or equivalent funtionality to FreeBSD 11 but there a no solid promises as for now.