From owner-freebsd-stable@FreeBSD.ORG Tue Feb 2 17:50:33 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 C8A861065670; Tue, 2 Feb 2010 17:50:33 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 457DE8FC1C; Tue, 2 Feb 2010 17:50:29 +0000 (UTC) Received: by vws11 with SMTP id 11so196427vws.13 for ; Tue, 02 Feb 2010 09:50:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=ndq07vJLSDm6v3OGU5N1yfqeQF+G//muIQA4enYFzbk=; b=Bu3dWCNWjNr8YQ00Lt16SyXeCf76C2U7sQ81pZOHpaepfLTdqeUibkV11tKmFK4oJs LlCp7n2KF+nSDSNsALrh21vQ5KjSVOMsvJ4SPNQxPnWLpQ0O3JdQIEtt0G/PWvCUBtRU BB7p+8UPujvRQ2yvAMecq6v/m5BgOwpO758zI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=HvlAvfcZ2UoHZV9esqq+gW0XC3K5mvAuXOwH7C5BISc3NnncHkH9vDjgTKDUSsJizE gR6qlKYvC569T+sL1s10ZMtrvSBq7Ii4qAhtgTfCzgCNkgXqinAFe9CC5L1eruypBF8g 76mhK2CucU1/nmaVBxlrVta73p98KTNMEzdDE= Received: by 10.220.122.169 with SMTP id l41mr682347vcr.115.1265133029084; Tue, 02 Feb 2010 09:50:29 -0800 (PST) Received: from pyunyh@gmail.com ([174.35.1.224]) by mx.google.com with ESMTPS id 29sm71711620vws.3.2010.02.02.09.50.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 02 Feb 2010 09:50:28 -0800 (PST) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Tue, 2 Feb 2010 09:49:06 -0800 From: Pyun YongHyeon Date: Tue, 2 Feb 2010 09:49:06 -0800 To: Nick Rogers Message-ID: <20100202174906.GB5901@michelle.cdnetworks.com> References: <147432021001310037n1b67f01bx4b4e8781321cea8@mail.gmail.com> <20100131224033.GA1107@michelle.cdnetworks.com> <147432021002020930y3591c278h6b07a235d3184752@mail.gmail.com> <20100202173746.GA5901@michelle.cdnetworks.com> <147432021002020947m40e92094o742aa854ca89bd09@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <147432021002020947m40e92094o742aa854ca89bd09@mail.gmail.com> User-Agent: Mutt/1.4.2.3i 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 Reply-To: pyunyh@gmail.com 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:50:33 -0000 On Tue, Feb 02, 2010 at 09:47:17AM -0800, Nick Rogers wrote: > 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. Hmm, I have to find time to experiment this. Thank you for testing!