From owner-freebsd-pf@FreeBSD.ORG Wed Dec 22 12:10:46 2010 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E8041065674 for ; Wed, 22 Dec 2010 12:10:46 +0000 (UTC) (envelope-from Aleksej.Spenst@harman.com) Received: from exprod6og103.obsmtp.com (exprod6og103.obsmtp.com [64.18.1.185]) by mx1.freebsd.org (Postfix) with SMTP id 8FBFF8FC16 for ; Wed, 22 Dec 2010 12:10:45 +0000 (UTC) Received: from source ([194.121.90.173]) (using TLSv1) by exprod6ob103.postini.com ([64.18.5.12]) with SMTP ID DSNKTRHqxXCGNIG00SrDLCsfhNo5VpscuhJH@postini.com; Wed, 22 Dec 2010 04:10:45 PST Received: from HIKAWSEX01.ad.harman.com ([fe80::28ec:7810:cfab:2739]) by HIKAWSEX02.ad.harman.com ([172.16.1.216]) with mapi; Wed, 22 Dec 2010 12:59:51 +0100 From: "Spenst, Aleksej" To: "'freebsd-pf@freebsd.org'" Date: Wed, 22 Dec 2010 12:59:50 +0100 Thread-Topic: why ALTQ must be supported by interface drivers? Thread-Index: Acuhz70V44smhZJVTimJ0E+cLgBkGA== Message-ID: <20290C577F743240B5256C89EFA753810CAC5EC003@HIKAWSEX01.ad.harman.com> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: why ALTQ must be supported by interface drivers? X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 22 Dec 2010 12:10:46 -0000 Hi All, at what network level is ALTQ (QoS) implemented? At the IP level or at the = driver level? I would think that all queuing functionality is probabliy working at the IP= level and should not depend on underlying interfaces. Is that correct? If = this is true, I don't understand why ALTQ must be supported by interface dr= ivers? If I understand it correctly: (1) the driver has to support ALTQ. (2= ) the driver has to be compiled as ALTQ-aware with some special flags. Thanks, Aleksej.