From owner-freebsd-net@FreeBSD.ORG Fri Jul 9 04:30:28 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 69F68106566B for ; Fri, 9 Jul 2010 04:30:28 +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 004068FC17 for ; Fri, 9 Jul 2010 04:30:27 +0000 (UTC) Received: by wwf26 with SMTP id 26so394774wwf.31 for ; Thu, 08 Jul 2010 21:30:15 -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=XE9kT60/wGaVQzQLe4OJxOPIvoXVzAnvwvhybZ/TIdY=; b=KSIiEXfEH01nWmb1k8436Z/5j+veQpDIXkACAlp1tJx/hchL1PqCep8q1kHyygeRVv vlogIurRUE64R5dQILEubEr48Z0xcgV4yEM23wzIINIzyG6Y/11YnpTODykOFmyx1RIv o3yD+41usBnGVCADBYWcvgOdACGBS8PvYpa44= 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=uRoZdQwQUsPIXXFwRhT1oy13EY2LICpVGLbUsGrR3HJtxvoR4uOpS867YpEKEYQ5cz EytpSNdl0J0q+LOlDlBzantULLiiIh8hLDWCfgPgfvWc9HmqKltNtMlHsov9I7QzI8DI ZBPs811nPuAvva1hfNLEjmsY2wRbRoTCMw5vk= MIME-Version: 1.0 Received: by 10.227.128.139 with SMTP id k11mr7602529wbs.143.1278649814736; Thu, 08 Jul 2010 21:30:14 -0700 (PDT) Received: by 10.216.181.196 with HTTP; Thu, 8 Jul 2010 21:30:14 -0700 (PDT) In-Reply-To: <20100708215554.GH9303@michelle.cdnetworks.com> References: <4C3631F4.4090504@gmail.com> <20100708215554.GH9303@michelle.cdnetworks.com> Date: Fri, 9 Jul 2010 00:30:14 -0400 Message-ID: From: Chris Buechler To: pyunyh@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: Jack Vogel , 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: Fri, 09 Jul 2010 04:30:28 -0000 On Thu, Jul 8, 2010 at 5:55 PM, Pyun YongHyeon wrote: > On Thu, Jul 08, 2010 at 05:36:44PM -0400, Chris Buechler wrote: >> 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. >> > > No, this comes from controller requirement. Alignment 1 is not > supported. Please show your back trace to narrow down the cause of > panic. Thanks, I don't have physical access to the box, am getting someone on site to get a kernel with debugging on it. Box works fine, as long as the NICs aren't plugged in. As soon as a NIC gets link, it panics. I'll post a backtrace as soon as I can get one. Chris