From owner-freebsd-stable@FreeBSD.ORG Tue Feb 2 17:47:17 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 DFD33106566B; Tue, 2 Feb 2010 17:47:17 +0000 (UTC) (envelope-from ncrogers@gmail.com) Received: from mail-pz0-f202.google.com (mail-pz0-f202.google.com [209.85.222.202]) by mx1.freebsd.org (Postfix) with ESMTP id AD9248FC13; Tue, 2 Feb 2010 17:47:17 +0000 (UTC) Received: by pzk40 with SMTP id 40so311382pzk.7 for ; Tue, 02 Feb 2010 09:47:17 -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=KAJD+US97I3HBx/Ohdrzl97F2+ZFbtAjyeNi/q+5FZ8=; b=jLTSscn/ym4hJJnc9pveGeWIe1neA1I+IqWTAaEVJxjMTiSpuvrUbc9H7mRrXlEijB ZlOg7XnFRKWeXmtroyhHfsIIfIyJVhpvaI3Xtw0Vb1KCbgaA9rWd4RkmhvZXKRezgwcO a76E9mL39hIm0okat2Zvb2++eVLYJgfx0ZEG0= 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=hxYJCMPYKLyA6gv0xDINoQSAm4qmYbZQxZbwKEEau1tZVamMEGjs1hvXQl3StEZ/VE DA9XewS1L4KXOYcTprm3rGtayTghSb0ZuGy/KGpD6UHdWS//9ROcCFRBsCydSF/VddTx /bkmBj0xkUbd56vnWumHNk+oSo8rPxVPfoI+0= MIME-Version: 1.0 Received: by 10.142.4.41 with SMTP id 41mr2678339wfd.56.1265132837207; Tue, 02 Feb 2010 09:47:17 -0800 (PST) In-Reply-To: <20100202173746.GA5901@michelle.cdnetworks.com> References: <147432021001310037n1b67f01bx4b4e8781321cea8@mail.gmail.com> <20100131224033.GA1107@michelle.cdnetworks.com> <147432021002020930y3591c278h6b07a235d3184752@mail.gmail.com> <20100202173746.GA5901@michelle.cdnetworks.com> Date: Tue, 2 Feb 2010 09:47:17 -0800 Message-ID: <147432021002020947m40e92094o742aa854ca89bd09@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:47:18 -0000 On Tue, Feb 2, 2010 at 9:37 AM, Pyun YongHyeon wrote: > On Tue, Feb 02, 2010 at 09:30:52AM -0800, Nick Rogers wrote: > > > 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. > > You rebuilt kernel, right? Rebuilding kernel module has no effect. > Yes I rebuilt the kernel itself and replaced the one on my test system.