From owner-freebsd-questions@freebsd.org Fri Oct 14 06:36:37 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA96C11936 for ; Fri, 14 Oct 2016 06:36:37 +0000 (UTC) (envelope-from g.lister@nodeunit.ch) Received: from nodeunit.com (mx01.m1list.com [192.186.89.182]) by mx1.freebsd.org (Postfix) with ESMTP id 148206C8 for ; Fri, 14 Oct 2016 06:36:36 +0000 (UTC) (envelope-from g.lister@nodeunit.ch) Received: from asrock-lan (unknown [10.7.7.6]) by nodeunit.com (Postfix) with ESMTPSA id F3F4C4F1DE for ; Fri, 14 Oct 2016 02:51:02 +0000 (UTC) Date: Thu, 13 Oct 2016 22:51:03 -0400 From: George To: freebsd-questions@freebsd.org Subject: FreeBSD 10.3 igb driver does not support altq Message-ID: <20161013225103.4f607f77@asrock-lan> In-Reply-To: <3EF5E845-A3D9-4802-B9DD-A788CB09197C@ellael.org> References: <3EF5E845-A3D9-4802-B9DD-A788CB09197C@ellael.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 06:36:37 -0000 Hi guys, I have a problem enabling ALTQ on my FreeBSD 10.3 router. I have compiled a custom kernel based off GENERIC enabling the igb driver along with ALTQ support. When I then try to setup queues in my pf.conf and try to use them when I do 'pfctl -nf /etc/pf.conf' I get no errors, but when I do 'pfctl -vf /etc/pf.conf' I get an error message: "pfctl: igb0: driver does not support altq" I am not sure what I am doing wrong. I checked the docs for ALTQ and it lists the igb driver as having built-in support. I did what is necessary and I get this error, where do I go from here? Any suggestions or ideas on how to troubleshoot this?? TIA George