From owner-freebsd-pf@freebsd.org Mon Aug 22 12:51:28 2016 Return-Path: Delivered-To: freebsd-pf@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 9DA60BC12CE for ; Mon, 22 Aug 2016 12:51:28 +0000 (UTC) (envelope-from andre@andre.adm.br) Received: from mail-ua0-x22a.google.com (mail-ua0-x22a.google.com [IPv6:2607:f8b0:400c:c08::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62B2A180A for ; Mon, 22 Aug 2016 12:51:27 +0000 (UTC) (envelope-from andre@andre.adm.br) Received: by mail-ua0-x22a.google.com with SMTP id n59so186042479uan.2 for ; Mon, 22 Aug 2016 05:51:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andre-adm-br.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=RRH31vO2jPD98vP3ldfRb7Xe++MgMvOiApn+s4r2z1E=; b=QISnFOF6G3pKWDjA9lo7C+RTRgWPEhewIBmuz5aVi97aqSowbTL+baqInf6vU3lXPn MtIn/e57InpzuHjLka8fUbau4ezmMoI50/tWxt/TVqOgC1Xzb1KFiXtEDRuppHGeyloC F/LDSiwa4i/8+kUZUWR+OJ3qGZd4vRWOKTSqVdxWwbQFJCwjlfylU9YRSkUACMI4S9fL FuKEPspj0MTSGjoAjLcJkxophqtqiDRUTLa5FIoAGjD3/8P2T0ZCGhTGop/QDHh1C4Nt 9SVSkx/PxSbHd4Jh5wX4ss+lGxwnB/hbcGUaYlsPnkGQBGsMagy0BE+1xtJHOhEHxK2d p6ew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RRH31vO2jPD98vP3ldfRb7Xe++MgMvOiApn+s4r2z1E=; b=nCN3hXcDeUyMAe+Ue9g3Fo5KACVeSAVbGDhiDtmWcjk3XPahV0m8fGD8Xz60e/6SWJ aC3YZLJ5iJN04NnlDwlh1S0mdXjtHUVY3xyzuHfuHRuUPxcHopBLmBE/Otr8y8nS2sVl ucLG2VYSpyw/LVBp+BGt9eTN/PMIuyG0DGVw1C22own9yCdnuoI+1Zbhg+09MJp76LPd 7poK61iJH12rX5L6Kyvanv+54QZXIEKq1LpbWpgtRlWfGuJreoRzob5KUHSe4w9CasU4 LZA6Ew/0YyMnZ4hydFAJYJBY2RMJNNv+s2wur4eN6EgsgF/8MitfbPcpV5YmGa3dBYpg 6E1w== X-Gm-Message-State: AEkoousiKH1emvn1mef/mcTwHIQrnUJHMmLvRjOLGuqCOIJhDFrULQFXmblEWX0sLchm9bV1BqYFm8shdxmeoQ== X-Received: by 10.31.147.142 with SMTP id v136mr10982055vkd.103.1471870286075; Mon, 22 Aug 2016 05:51:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.124.10 with HTTP; Mon, 22 Aug 2016 05:51:25 -0700 (PDT) From: =?UTF-8?Q?Andr=C3=A9_S=2E_Almeida?= Date: Mon, 22 Aug 2016 09:51:25 -0300 Message-ID: Subject: pfctl: igb2: driver does not support altq To: freebsd-pf@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.22 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, 22 Aug 2016 12:51:28 -0000 Hello, I have 10.3 RELEASE and I am having problem with driver of igb device that does not support ALTQ. I already compiled the kernel with IGB_LEGACY_TX, but when I try to use ALTQ on igb interface, I get the message below. # pfctl -f fw_rules.conf pfctl: igb2: driver does not support altq As you can see below, when I compile the kernel, the driver is compiled correctly with IGB_LEGACY_TX. cc -O2 -pipe -DSMP -DIGB_LEGACY_TX -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/igb/../../dev/e1000 -I. -I@ -I@/contrib/altq -fno-common -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -c /usr/src/sys/modules/igb/../../dev/e1000/e1000_i210.c -o e1000_i210.o Is there anything that I can do to solve this?