From owner-freebsd-stable@FreeBSD.ORG Tue Feb 2 17:30:53 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B18FF106568D for ; Tue, 2 Feb 2010 17:30:53 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-px0-f183.google.com (mail-px0-f183.google.com [209.85.216.183]) by mx1.freebsd.org (Postfix) with ESMTP id 887A08FC16 for ; Tue, 2 Feb 2010 17:30:53 +0000 (UTC) Received: by pxi13 with SMTP id 13so286473pxi.3 for ; Tue, 02 Feb 2010 09:30:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=E4nm8LuoTS3FO5nOrK6yXQVpuE3JqEF+xbEaeOcMTe4=; b=kjuDUR6qKsDBUGE6WDn8fIJ9qVKX8y7jUpgd7XHMj6EUU6urv4C1X753K4KIJ9ajHF IlPM+IyRKgCBp9oUzmqa9NZ2m8K8SDyWt6qPWTMhBkGttbpRUkCiCPLeWfXqprmSLUm6 kUcjBn+BWwCVzCkoZy1pkCDdiXzCWL7EXR1Tk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=nb9CTDb0A3bo16updt3arOmHRsG7WGXq1pIoJOVOeBpx042JiyLLA5kGQkJ1JjSSTO VPy4Bys2zJM1hrgtiqhML9yJyXYgVUvMa7jacACtrZCCzz3TMwI3De1Hm08FqcgUGcNf YN3blmW8+UXbqx0bDhP9q92frQsZGPlL7sF2A= MIME-Version: 1.0 Received: by 10.142.1.40 with SMTP id 40mr670127wfa.51.1265131852907; Tue, 02 Feb 2010 09:30:52 -0800 (PST) In-Reply-To: <20100131224033.GA1107@michelle.cdnetworks.com> References: <147432021001310037n1b67f01bx4b4e8781321cea8@mail.gmail.com> <20100131224033.GA1107@michelle.cdnetworks.com> Date: Tue, 2 Feb 2010 09:30:52 -0800 Message-ID: <147432021002020930y3591c278h6b07a235d3184752@mail.gmail.com> From: Nick Rogers To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: jfv@freebsd.org, stable@freebsd.org Subject: Re: em(4) + ALTQ broken X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Feb 2010 17:30:53 -0000 > I guess the problem comes from multi-queue support. The drbr > interface is implemented with inline function so em(4)/igb(4) may > have to define ALTQ to the header. I have not tested the patch(no > time at this moment) but would you give it try? > > I tried the patch and it did not work.