From owner-freebsd-questions@freebsd.org Fri Oct 14 23:00:45 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 1876BC125E2 for ; Fri, 14 Oct 2016 23:00:45 +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 EFC29356; Fri, 14 Oct 2016 23:00:43 +0000 (UTC) (envelope-from g.lister@nodeunit.ch) Received: from asrock-lan (unknown [10.7.7.6]) by nodeunit.com (Postfix) with ESMTPSA id EC3255069F; Fri, 17 Aug 2012 19:35:59 +0000 (UTC) Date: Fri, 14 Oct 2016 19:00:40 -0400 From: George To: "Kristof Provost" Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 10.3 igb driver does not support altq Message-ID: <20161014190040.2535bf2c@asrock-lan> In-Reply-To: <6C9B12A4-CEA5-4FB5-8533-E5CC83C9A6E4@FreeBSD.org> References: <3EF5E845-A3D9-4802-B9DD-A788CB09197C@ellael.org> <20161013225103.4f607f77@asrock-lan> <6C9B12A4-CEA5-4FB5-8533-E5CC83C9A6E4@FreeBSD.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 23:00:45 -0000 On Fri, 14 Oct 2016 10:00:01 +0200 "Kristof Provost" wrote: > 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 Thanks, will give that a shot. Regards, George