From nobody@FreeBSD.org  Sun Apr 27 20:38:23 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 6B14FAD7
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Apr 2014 20:38:23 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mx1.freebsd.org (Postfix) with ESMTPS id 3F1571CC4
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Apr 2014 20:38:23 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3RKcMtu037222
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Apr 2014 20:38:22 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3RKcMTJ037217;
	Sun, 27 Apr 2014 20:38:22 GMT
	(envelope-from nobody)
Message-Id: <201404272038.s3RKcMTJ037217@cgiserv.freebsd.org>
Date: Sun, 27 Apr 2014 20:38:22 GMT
From: Daniel Engberg <daniel.engberg.lists@pyret.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: pf + altq doesn't work on octe (Edgerouter Lite)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         189060
>Category:       kern
>Synopsis:       [pf] pf + altq doesn't work on octe (Edgerouter Lite) [regression]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-pf
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 20:40:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Mon May  5 21:20:00 UTC 2014
>Originator:     Daniel Engberg
>Release:        FreeBSD HEAD (mips)
>Organization:
>Environment:
FreeBSD 11.0-CURRENT #0 r264886
>Description:
Adding queues in pf gets ignored, same ruleset works fine on 9-STABLE
using em drivers. All bandwidth limits gets ignored. This bug has been
around in -CURRENT since at least July last year. Output using pfctl -vvsq
shows zero hits/misses/total traffic.
>How-To-Repeat:
Setup a ruleset with queues and watch matches.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-pf 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun May 4 04:30:33 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=189060 

From: Daniel Engberg <daniel.engberg.lists@pyret.net>
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.
>Unformatted:
