From owner-freebsd-net@FreeBSD.ORG Thu Jul 8 21:36:50 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A388D1065746 for ; Thu, 8 Jul 2010 21:36:50 +0000 (UTC) (envelope-from cbuechler@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 387078FC15 for ; Thu, 8 Jul 2010 21:36:49 +0000 (UTC) Received: by wwf26 with SMTP id 26so176319wwf.31 for ; Thu, 08 Jul 2010 14:36:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=GAwfTiSWBJguvKhOouVYX/4a+ID9Yax8LA6LPZJzVVc=; b=sK8VZftXqTlKmAhL868Rr6LLUcobdYKQVx3EekBiuR81ZiF62zgzxmdPaq0E/2NPME m2Lda+ZlzC7PZRR7m5rRPNBzQL8LU9SQC4xLA4PYYmYiOgLyW4jFtF09hvMOXopYcpmu tiPNOphx+Lk9QwvTPu5nwdgesZfsxM6ynfEc8= 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=MvUvK7CZwtfX15uvoZcXMp1G6WXMEaX5bI4jTrcSL03RdTQKeM2dhJPKZfynaRh83Q TR6G1nww1qDGXN0zWbx1og3mBiIqdVp3Ur3xgZIgTVYO6IxmvRcY4Hj79yZoBg/OTcmd 0pPyfLVjITTkgjqFH1VOBe9yYP9VvzfS7LK1Y= MIME-Version: 1.0 Received: by 10.216.180.74 with SMTP id i52mr3161995wem.71.1278625004192; Thu, 08 Jul 2010 14:36:44 -0700 (PDT) Received: by 10.216.181.196 with HTTP; Thu, 8 Jul 2010 14:36:44 -0700 (PDT) In-Reply-To: References: <4C3631F4.4090504@gmail.com> Date: Thu, 8 Jul 2010 17:36:44 -0400 Message-ID: From: Chris Buechler To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 Cc: net@freebsd.org Subject: Re: page fault in igb on 8.1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 21:36:50 -0000 On Thu, Jul 8, 2010 at 5:03 PM, Jack Vogel wrote: > Am confused, does not the code in 8.1 have that fix, looked to me like it > did? > Maybe I'm confused, but it looks like RELENG_8_1 has the IGB_DBA_ALIGN rather than 1. - IGB_DBA_ALIGN, 0, /* alignment, bounds */ + 1, 0, /* alignment, bounds */ http://svn.freebsd.org/viewvc/base/releng/8.1/sys/dev/e1000/if_igb.c?revision=209145&view=markup It was reverted back in this commit. http://svn.freebsd.org/viewvc/base/releng/8.1/sys/dev/e1000/if_igb.c?r1=205283&r2=206211 Chris