From owner-freebsd-wireless@FreeBSD.ORG Thu Aug 21 22:37:10 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BBE371A for ; Thu, 21 Aug 2014 22:37:10 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CE4093F9E for ; Thu, 21 Aug 2014 22:37:09 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id r5so9962286qcx.16 for ; Thu, 21 Aug 2014 15:37:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7C4BaKYPYjNJGaCTl/0IeKddXGdjSAKBZVP9AaiH8Jo=; b=reh3jpL77jpf4Ufl3gcQ8d2g9gW9R0t9IwURx47Pm7UveNr5C5h3mgaaaJPI11DgU7 D9jCbECqjiTRReIxpXi5qQal1gL/XnSsklbcBRVYyemciBW4wBDnERgoBKXKO9STS+Rf L7kQSiNUxfnnaS8SqTAOc+ocdXedAbUwnBoPA0FRQQ91rjU9QAY2HF7S5BZSYP5VuCk4 06USUDfT4wNMRlyZP0oPnvF8iPp4fMlT6/0XUa3iiShCO0ykEdDGs3bJkQ9UKHRoxXuf zcaOk9WttN0oDhu8aZtJyUSnRZcq6aaQX7QrlSInOURB70hJkknO6j9ee7cWwMSDV8k+ AiWg== MIME-Version: 1.0 X-Received: by 10.140.19.201 with SMTP id 67mr2492836qgh.28.1408660629061; Thu, 21 Aug 2014 15:37:09 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.39.139 with HTTP; Thu, 21 Aug 2014 15:37:09 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Aug 2014 15:37:09 -0700 X-Google-Sender-Auth: plDyDILIzaM2DksJAHjtj6xjguI Message-ID: Subject: Re: How do I ALTQ hostap interface? From: Adrian Chadd To: Peter Lai Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Aug 2014 22:37:10 -0000 On 21 August 2014 14:13, Peter Lai wrote: > Looking on the freebsd-net list it seems like a "we don't know how to > hack altq to work with multiqueues" problem, but supposedly it's been > solved with em(4) (since it works fine with altq) , (but not > necessarily with igb)? It's a solvable problem. It's just not solvable with the kinds of hacks that stuck ALTQ in there the way it is in the first place. For em, igb, etc they solved it by having a legacy "hey implement the old network transmit interface" thing stick around. -a