From owner-freebsd-questions@freebsd.org Fri Oct 14 08:00:05 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 48CA2C119AE for ; Fri, 14 Oct 2016 08:00:05 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 16EFCCA9 for ; Fri, 14 Oct 2016 08:00:05 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [172.16.5.2] (vega.codepro.be [IPv6:2a01:4f8:162:1127::3]) (Authenticated sender: kp) by venus.codepro.be (Postfix) with ESMTPSA id 9718615312; Fri, 14 Oct 2016 10:00:02 +0200 (CEST) From: "Kristof Provost" To: George Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 10.3 igb driver does not support altq Date: Fri, 14 Oct 2016 10:00:01 +0200 Message-ID: <6C9B12A4-CEA5-4FB5-8533-E5CC83C9A6E4@FreeBSD.org> In-Reply-To: <20161013225103.4f607f77@asrock-lan> References: <3EF5E845-A3D9-4802-B9DD-A788CB09197C@ellael.org> <20161013225103.4f607f77@asrock-lan> MIME-Version: 1.0 X-Mailer: MailMate (2.0BETAr6058) 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 08:00:05 -0000 On 14 Oct 2016, at 4:51, George wrote: > 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? > In its default configuration the igb driver does not support ALTQ. See https://forums.freebsd.org/threads/48283/ Basically, you need to rebuild the driver with IGB_LEGACY_TX defined. Regards, Kristof